nordstjernen-web

Nordstjernen web browser

13
1
89% credibility
Found May 17, 2026 at 13 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
C
AI Summary

Nordstjernen is an open-source, privacy-focused web browser written from scratch in C, designed to be small (~30 kLOC), lightweight, and hardened with no telemetry, using lexbor for HTML5 rendering, QuickJS for JavaScript, and libcurl for networking under an FSL-1.1-MIT license.

Star Growth

See how this repo grew from 13 to 13 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is nordstjernen?

Nordstjernen is a full-featured web browser written in C, targeting developers and privacy-conscious users who want something fundamentally different from Chrome, Firefox, or Safari. It renders HTML5, modern CSS (flexbox, grid, media queries), and JavaScript via QuickJS, with GTK 4 handling the UI and libcurl managing networking. The pitch is auditable: the entire codebase fits in roughly 30,000 lines, readable in an afternoon. It ships as a single binary for Linux, macOS, and Windows, with a headless rendering mode for automation and testing.

Why is it gaining traction?

The browser earns attention through its privacy posture by default: no telemetry, no Safe Browsing pings, no crash reports, third-party cookies blocked, DNT header sent, and HSTS enforced. Security is baked in through a Linux Landlock filesystem sandbox and default-deny syscall filtering. You can build it with one command per OS, configure it via a simple flat config file, and extend it with per-site CSS overrides dropped into a user directory. The headless mode (`--dump=text`, `--dump=png`, `--dump=pdf`) makes it useful for scraping or CI rendering without spinning up a full browser instance.

Who should use this?

Security researchers auditing browser behavior, developers building privacy-focused tooling, and anyone running browsers in restricted environments (containers, kiosk mode) will find the auditable codebase and hardened defaults valuable. It's not for users who need full web compatibility -- YouTube and sites relying on MSE or WebGL won't work -- but it's practical for text-heavy sites: Wikipedia, news, documentation, search.

Verdict

At 13 stars and a credibility score of 0.8999999761581421%, this is a young project with a narrow feature surface. The documentation is thorough for what exists, but test coverage and production hardening remain unproven. Worth watching if you value transparency over compatibility, but don't bet production traffic on it yet.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.