TL;DR
Web browsers often struggle to fully comply with HTML and CSS standards. Nordstjernen is a new web browser built from scratch in C, designed to support these standards rigorously.
✦ Why It Matters
Engineers can explore Nordstjernen's architecture for insights into secure web browser design and standards compliance.
Key Takeaways
Full Summary
Web browsers have historically faced challenges in adhering to HTML and CSS standards, leading to inconsistencies in web content rendering. Nordstjernen is an independent web browser developed in Norway, written entirely in C, and aims to address this gap by focusing on strict compliance with web standards.
It operates on multiple platforms, including Windows, Mac, and Linux, with an Android version in development. The browser employs a process-per-tab architecture, where each tab runs in its own isolated environment, enhancing security through sandboxing techniques like seccomp and Landlock on Linux.
As of June 2026, Nordstjernen has fully implemented 123 rows of the HTML specification, partially implemented 48, and has 4 rows not yet addressed. This rigorous approach to standards compliance could lead to more reliable web experiences for users and developers alike.
Engineers can leverage Nordstjernen's architecture to explore new security models in web browser design.
Related