Back to browse
GitHub Repository

Northstar web browser, Open Source License: GPL v3. Northstar web browser is a real web browser, not based on Firefox or Chrome.

1 starsC

Northstar Browser

by roschdal·Jul 23, 2026·5 points·1 comment

AI Analysis

●●●BangerWizardryBold Bet

142k lines of C with no JIT and Landlock sandboxing—real browser, real constraints.

Strengths
  • No JIT means no exploit surface for JIT spray attacks; security by omission.
  • Landlock + seccomp default-deny posture is rare for a full browser implementation.
  • Single-process architecture makes the entire codebase auditable by one person.
Weaknesses
  • No video decoding yet limits real-world usability for modern web content.
  • QuickJS lacks the performance and compatibility of V8 or SpiderMonkey.
Category
Target Audience

Systems programmers, security researchers, browser engine enthusiasts

Similar To

Ladybird · Servo · NetSurf

Post Description

Northstar web browser, GPL licenced:

https://github.com/nordstjernen-web/northstar-browser

Similar Projects