Wayland minimal linux browser in C
I have been working on a minimal browser in C, focusing on security and local control. I wanted a browser where I could strictly control network access (Zero Trust) and sandbox the renderer using seccomp and landlock, without the bloat of modern engines. It is still in alpha and lacks full layout support, but the core sandboxing and IPC logic are stable. I am sharing it because I am looking for feedback from people interested in low-level security and systems programming. Here is the repo if you want to look at the architecture: [github.com/grisuno/FreeDom]