# Nordstjernen Web Browser

> Source: <https://nordstjernen.org/>
> Published: 2026-06-15 11:45:15+00:00

# 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.8 released! [Read the announcement](release-1-0-8.html) · [More info here](https://github.com/nordstjernen-web/nordstjernen/releases/tag/1.0.8).

**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).

**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

- ·
Nordstjernen
**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) - ·
Nordstjernen
**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) - ·
Nordstjernen
**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) - ·
Nordstjernen
**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) - ·
Nordstjernen
**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) - ·
Nordstjernen
**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) - ·
Nordstjernen
**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) - ·
Nordstjernen
**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) - ·
Nordstjernen
**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) - ·
Nordstjernen
**0.8.1** released.[Release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/0.8.1) - ·
Nordstjernen
**0.8.0** released.[Release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/0.8.0) - ·
Nordstjernen
**0.7.0** released.[Release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/0.7.0)

## specifications

| language | C · ~109 kLOC across 117 files in `src/` , fully auditable |
|---|---|
| html / css |
|

[quickjs-ng](https://github.com/quickjs-ng/quickjs)— bytecode interpreter, no JIT[WAMR](https://github.com/bytecodealliance/wasm-micro-runtime)— interpreter behind the`WebAssembly`

JS 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

Latest tagged release: Nordstjernen **1.0.8** — released 15 June 2026.
[full release notes »](https://github.com/nordstjernen-web/nordstjernen/releases/tag/1.0.8)

**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.

| Windows |
|
|---|

[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

[English](index.html) ·
[中文](index_cn.html) ·
[हिन्दी](index_hi.html) ·
[Español](index_es.html) ·
[Français](index_fr.html) ·
[العربية](index_ar.html) ·
[বাংলা](index_bn.html) ·
[Português](index_pt.html) ·
[Русский](index_ru.html) ·
[اردو](index_ur.html) ·
[Bahasa Indonesia](index_id.html) ·
[Deutsch](index_de.html) ·
[日本語](index_jp.html) ·
[Kiswahili](index_sw.html) ·
[मराठी](index_mr.html) ·
[తెలుగు](index_te.html) ·
[Türkçe](index_tr.html) ·
[தமிழ்](index_ta.html) ·
[Tiếng Việt](index_vi.html) ·
[한국어](index_ko.html) ·
[Norsk](index_no.html)
