Best viewed in Nordstjernen

Nordstjernen is an independent, legendary web browser

Nordstjernen Web Browser

Nordstjernen is a web browser, written from scratch in C, focused on supporting the HTML and CSS standards. It runs on Windows, Mac and Linux, with an Android port in progress. Nordstjernen is built in Norway.

Nordstjernen Browser version 1.0.3 released! Read the announcement · More info here.

Nordstjernen rendering a web page
Nordstjernen rendering a page. more screenshots »

HTML Standard. Behaviour is measured against the spec text, section by section, not against another browser — 123 spec rows fully implemented, 48 partial, 4 absent as of June 2026. See docs/HTML-compatibility.md.

Secure. Process-per-tab design — each tab runs in its own sandboxed renderer process (seccomp + Landlock on Linux), talking to the UI over IPC and shared-memory framebuffers · no JIT.

Minimalism. The whole engine is about 109,000 lines of C written by Claude and Codex (117 files in src/, excluding the vendored libraries) — small enough for one person to read and audit end-to-end.

Nordstjernen has no JIT so it is much more secure, and can still be fast enough. It ships no telemetry of any kind.

news

specifications

Nordstjernen technical specifications
languageC · ~109 kLOC across 117 files in src/, fully auditable
html / csslexbor (parser, WHATWG URL, selectors)
javascriptquickjs-ng — bytecode interpreter, no JIT
webassemblyWAMR — interpreter behind the WebAssembly JS API
imagesWuffs v0.4 (PNG / GIF / BMP / JPEG / WebP lossless)
uiGTK 4 (≥ 4.22.1 on Windows, ≥ 4.14 elsewhere) · Pango text shaping · one window per page, no tab strip
networklibcurl ≥ 7.85 · HTTP/2
hardeningprocess-per-tab · seccomp + Landlock sandbox on Linux · sandboxed renderer processes · no JIT
privacyno telemetry · partitioned cookies · HSTS · CSP
standards123 spec rows fully implemented, 48 partial, 4 absent (June 2026)
platformslinux · windows · macos · android (port in progress)
licenseNSL-1.0 → MIT after 10 years · The Nordstjernen Source License is inspired by the Functional Source License (FSL), a Fair Source license that converts to Apache 2.0 or MIT.

download

Latest tagged release: Nordstjernen 1.0.3 — released 10 June 2026. full release notes »

For platform-specific builds, use the nightly builds. They are rebuilt from main each night and point at the latest code — bleeding edge, expect rough edges.

Nightly build downloads by platform
Windows nordstjernen-windows-x86_64.zip
macOS nordstjernen-macos.dmg
Debian nordstjernen-debian-amd64.deb
Ubuntu nordstjernen-ubuntu-amd64.deb
openSUSE nordstjernen-opensuse-x86_64.rpm
Linux (portable) nordstjernen-linux-x86_64.zip
Alpine (musl) nordstjernen-alpine-x86_64.apk · .zip
Java API (JDK 21) nordstjernen-java.jar · sources · javadoc · API docs
Source nordstjernen-src.tar.xz
Checksums SHA256SUMS · all nightly files