Best viewed in Nordstjernen
small, steady, independent · written from scratch in C · no JIT, no telemetry

Northstar Browser 1.0.6 released!

Today, 31 July 2026, we are pleased to announce the release of Northstar 1.0.6. Northstar is the free-software edition of the Nordstjernen project: a single-window, single-page, single-process desktop browser built from the same clean-room C engine, licensed under the GNU General Public License, version 3 or later. It runs on Linux, macOS and Windows.

This release is mostly about running real sites. The layout, CSS and DOM gaps that kept pages like lichess, chess.com, bbc.com and Hacker News from rendering correctly are closed, and the text and cascade paths were rebuilt around caches that make a page load substantially faster.

Northstar Browser version 1.0.6 is available now! Read the full release notes here, or jump straight to the downloads.

It ships alongside Nordstjernen 1.0.22, the source-available flagship built from the same engine.

« About the Northstar Browser · Back to nordstjernen.org

Northstar 1.0.6's about:start start page — the redrawn open-source-edition splash above a search box
Northstar 1.0.6’s about:start page — the splash redrawn for the release. more screenshots »

highlights

layout and CSS

DOM, CSSOM and JavaScript

networking and performance

user interface

documentation and known limitations

A new docs/compliance.md records where the engine stands against the HTML and CSS specifications, how to reproduce the web-platform-tests scores, and the known structural gaps.

about Northstar

Free software. Northstar is licensed under the GNU GPL, version 3 or later — use it, read it, change it, share it.

One process, one page. All rendering happens in a single compact process — about 149,000 lines of original C, excluding the vendored WAMR, Wuffs and audio decoders — prioritizing auditability. On Linux it runs behind a Landlock filesystem sandbox (plus PR_SET_NO_NEW_PRIVS) with a default-deny seccomp syscall filter. No JIT.

Standards-first. The same engine lineage as Nordstjernen: lexbor v3.0.0 for HTML/CSS, quickjs-ng v0.15.1 for JavaScript, ns-pango for text, WAMR for WebAssembly, Wuffs for image decoding. Modern CSS (flex, grid, transforms, gradients, keyframes), Shadow DOM, custom elements, the Navigation API, service workers and WebExtensions with local persistence. Behaviour is measured against the spec text, section by section.

What it leaves out. Compared with Nordstjernen: no multi-window browsing, no per-tab renderer processes, no WebGL or WebGPU, no embedded PDF viewer. Audio playback (MP3, MP2, Ogg Opus/Vorbis) is included, and video is MPEG-1 only — an ISO standard whose patents have expired, so it costs no dependency and no licence, but also not a format the modern web serves.

It sends no telemetry and no update pings, and includes no AI-style web APIs.

Read the full Northstar documentation, or see the comparison of Nordstjernen and Northstar on the home page.

news

31 JUL 2026 · Northstar 1.0.6 released — a rebuilt grid, an indexed CSS cascade, faster text through ns-pango, Web Audio that renders, and relative colour syntax. Release notes »

31 JUL 2026 · Nordstjernen 1.0.22 released — real-site layout fixes, faster text and regular expressions, and a much more capable Android app. Announcement » · Release notes »

28 JUL 2026 · Northstar 1.0.5 released — in-engine SVG, WebP/APNG, MPEG-1 video playback, and much better HTML, CSS and JavaScript compatibility. Announcement » · Release notes »

23 JUL 2026 · Northstar 1.0.4 released — a maintenance release. Release notes »

22 JUL 2026 · Northstar 1.0.3 released — Media Queries Level 4, CSSOM used values, and use-after-free fixes. Announcement » · Release notes »

18 JUL 2026 · Northstar 1.0.1 released — the first public release of the GPL edition. Release notes »

download

Latest tagged release: Northstar 1.0.6 — released 31 July 2026. full release notes »

Windows northstar-1.0.6-windows-x86_64.zip — self-contained, 57 MB compressed
Fedora (source RPM) northstar-1.0.6-1.fc44.src.rpm
Source 1.0.6.tar.gz · 1.0.6.zip
All releases github.com/nordstjernen-web/northstar-browser/releases

The Windows build needs no installer and no MSYS2 — extract it anywhere and run northstar.exe. Windows marks anything downloaded from the internet as blocked, so before extracting, right-click the .zip, choose Properties, tick Unblock at the bottom of the General tab and press OK. Doing it on the archive first saves repeating it on northstar.exe, since the mark is copied to every file extracted from a blocked archive.

On Linux and macOS, build from source with meson — see the README or the build instructions.