This is super cool, but man... writing something as complex as a browser from scratch in 2026 in a memory unsafe language feels like setting yourself up for so much trouble. I love the explosion of small from-scratch browsers that are popping up lately, but Ladybird switching from C++ to Rust is really the only case study you need in why memory safety is such a critical requirement for browsers.
I'll look forward to more developments with Norfstjernen. What an exciting time for me browser engines!
It must have lots of leaks, threat vectors, ways to run arbitrary code, because web browsers have lots of complex capabilities and the largest and most advanced software companies in the world keep finding problems in their own systems.
Nice, surprised this isn't attracting more comments. Obviously it's an AI-first development and it doesn't render a lot of stuff but it's still impressive.
We'll see more of these and hopefully with standard licenses like MIT (why go for a weird license on this one?) but what's interesting is how far you can get based on interpreting the standards and running industry tests. That suggest we need more written standards information (implementation guidance) and more tests.
Strictly commenting on the license: it's my understanding that, if an LLM like Claude wrote it, it's not copyrightable. Isn't that the consensus these days?
13 comments
[ 2.7 ms ] story [ 37.2 ms ] threadI'll look forward to more developments with Norfstjernen. What an exciting time for me browser engines!
I have no problem with AI code, but it should not be advertised as hand-written.
https://github.com/nordstjernen-web/lexbor
https://github.com/nordstjernen-web/quickjs
We'll see more of these and hopefully with standard licenses like MIT (why go for a weird license on this one?) but what's interesting is how far you can get based on interpreting the standards and running industry tests. That suggest we need more written standards information (implementation guidance) and more tests.
> No automated test suite — verify by running the browser.
> No code comments beyond one header line per file
https://github.com/nordstjernen-web/nordstjernen