{"slug": "nordstjernen-web-browser", "title": "Nordstjernen Web Browser", "summary": "Nordstjernen, a new web browser written from scratch in C, has released version 1.0.8, focusing on HTML and CSS standards compliance, security through process-per-tab sandboxing and no JIT, and minimalism with approximately 109,000 lines of auditable code. The browser runs on Windows, Mac, and Linux, with an Android port in progress, and is built in Norway.", "body_md": "# Nordstjernen Web Browser\n\nNordstjernen 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.\n\nNordstjernen Browser version 1.0.8 released! [Read the announcement](release-1-0-8.html) · [More info here](https://github.com/nordstjernen-web/nordstjernen/releases/tag/1.0.8).\n\n**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](https://github.com/nordstjernen-web/nordstjernen/blob/main/docs/HTML-compatibility.md).\n\n**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.\n\n**Minimalism.** The whole engine is about 109,000 lines of C written by Claude and Codex (117 files in `src/`\n\n, excluding the vendored libraries) — small enough for one person to read and audit end-to-end.\n\nNordstjernen has no JIT so it is much more secure, and can still be fast enough. It ships no telemetry of any kind.\n\n## news\n\n- ·\nNordstjernen\n**1.0.8** released — a maintenance release.[Announcement »](release-1-0-8.html)·[Release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/1.0.8) - ·\nNordstjernen\n**1.0.7** released — a maintenance release.[Announcement »](release-1-0-7.html)·[Release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/1.0.7) - ·\nNordstjernen\n**1.0.6** released — a maintenance release.[Announcement »](release-1-0-6.html)·[Release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/1.0.6) - ·\nNordstjernen\n**1.0.5** released — a maintenance release.[Announcement »](release-1-0-5.html)·[Release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/1.0.5) - ·\nNordstjernen\n**1.0.4** released — a maintenance release.[Announcement »](release-1-0-4.html)·[Release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/1.0.4) - ·\nNordstjernen\n**1.0.3** released — faster page loads and a UI translated into 40 languages.[Announcement »](release-1-0-3.html)·[Release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/1.0.3) - ·\nNordstjernen\n**1.0.2** released — a maintenance release.[Announcement »](release-1-0-2.html)·[Release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/1.0.2) - ·\nNordstjernen\n**1.0.1** released — a maintenance release.[Announcement »](release-1-0-1.html)·[Release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/1.0.1) - ·\nNordstjernen\n**1.0.0** released — the first stable release.[Announcement »](release-1-0-0.html)·[Release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/1.0.0) - ·\nNordstjernen\n**0.8.1** released.[Release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/0.8.1) - ·\nNordstjernen\n**0.8.0** released.[Release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/0.8.0) - ·\nNordstjernen\n**0.7.0** released.[Release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/0.7.0)\n\n## specifications\n\n| language | C · ~109 kLOC across 117 files in `src/` , fully auditable |\n|---|---|\n| html / css |\n|\n\n[quickjs-ng](https://github.com/quickjs-ng/quickjs)— bytecode interpreter, no JIT[WAMR](https://github.com/bytecodealliance/wasm-micro-runtime)— interpreter behind the`WebAssembly`\n\nJS API[Wuffs](https://github.com/google/wuffs)v0.4 (PNG / GIF / BMP / JPEG / WebP lossless)[GTK 4](https://www.gtk.org)(≥ 4.22.1 on Windows, ≥ 4.14 elsewhere) · Pango text shaping · one window per page, no tab strip[libcurl](https://curl.se)≥ 7.85 · HTTP/2[NSL-1.0](https://github.com/nordstjernen-web/nordstjernen/blob/main/License.md)→ MIT after 10 years · The Nordstjernen Source License is inspired by the[Functional Source License (FSL)](https://fsl.software/), a Fair Source license that converts to Apache 2.0 or MIT.## download\n\nLatest tagged release: Nordstjernen **1.0.8** — released 15 June 2026.\n[full release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/1.0.8)\n\n**For platform-specific builds, use the nightly builds.** They are rebuilt\nfrom `main`\n\neach night and point at the latest code — bleeding\nedge, expect rough edges.\n\n| Windows |\n|\n|---|\n\n[nordstjernen-macos.dmg](https://www.nordstjernen.org/nightly/nordstjernen-macos.dmg)[nordstjernen-debian-amd64.deb](https://www.nordstjernen.org/nightly/nordstjernen-debian-amd64.deb)[nordstjernen-ubuntu-amd64.deb](https://www.nordstjernen.org/nightly/nordstjernen-ubuntu-amd64.deb)[nordstjernen-opensuse-x86_64.rpm](https://www.nordstjernen.org/nightly/nordstjernen-opensuse-x86_64.rpm)[nordstjernen-linux-x86_64.zip](https://www.nordstjernen.org/nightly/nordstjernen-linux-x86_64.zip)[nordstjernen-alpine-x86_64.apk](https://www.nordstjernen.org/nightly/nordstjernen-alpine-x86_64.apk)·[.zip](https://www.nordstjernen.org/nightly/nordstjernen-alpine-x86_64.zip)[nordstjernen-java.jar](https://www.nordstjernen.org/nightly/nordstjernen-java.jar)·[sources](https://www.nordstjernen.org/nightly/nordstjernen-java-sources.jar)·[javadoc](https://www.nordstjernen.org/nightly/nordstjernen-java-javadoc.jar)·[API docs](https://www.nordstjernen.org/nightly/java/apidocs/)[nordstjernen-src.tar.xz](https://www.nordstjernen.org/nightly/nordstjernen-src.tar.xz)[SHA256SUMS](https://www.nordstjernen.org/nightly/SHA256SUMS)·[all nightly files](https://www.nordstjernen.org/nightly/)## languages\n\n[English](index.html) ·\n[中文](index_cn.html) ·\n[हिन्दी](index_hi.html) ·\n[Español](index_es.html) ·\n[Français](index_fr.html) ·\n[العربية](index_ar.html) ·\n[বাংলা](index_bn.html) ·\n[Português](index_pt.html) ·\n[Русский](index_ru.html) ·\n[اردو](index_ur.html) ·\n[Bahasa Indonesia](index_id.html) ·\n[Deutsch](index_de.html) ·\n[日本語](index_jp.html) ·\n[Kiswahili](index_sw.html) ·\n[मराठी](index_mr.html) ·\n[తెలుగు](index_te.html) ·\n[Türkçe](index_tr.html) ·\n[தமிழ்](index_ta.html) ·\n[Tiếng Việt](index_vi.html) ·\n[한국어](index_ko.html) ·\n[Norsk](index_no.html)", "url": "https://wpnews.pro/news/nordstjernen-web-browser", "canonical_source": "https://nordstjernen.org/", "published_at": "2026-06-15 11:45:15+00:00", "updated_at": "2026-06-15 12:45:02.988133+00:00", "lang": "en", "topics": ["developer-tools"], "entities": ["Nordstjernen", "Claude", "Codex", "GTK 4", "libcurl", "quickjs-ng", "WAMR", "Wuffs"], "alternates": {"html": "https://wpnews.pro/news/nordstjernen-web-browser", "markdown": "https://wpnews.pro/news/nordstjernen-web-browser.md", "text": "https://wpnews.pro/news/nordstjernen-web-browser.txt", "jsonld": "https://wpnews.pro/news/nordstjernen-web-browser.jsonld"}}