Introducing

browser

Chromium and Brave, with Brave's native adblock — porting the entire codebase to Zig and Rust.

Attempt the impossible.

What this is

Chromium source

The full upstream browser engine and shell — the baseline we inherit, patch, and eventually replace piece by piece.

Brave source

Privacy-focused layers, `chromium_src/` overrides, and Brave-specific features built on top of Chromium.

Brave adblock

Native Rust filter matching (EasyList, EasyPrivacy, custom rules) via `adblock-rust` — already memory-safe and battle-tested.

Zig & Rust port

Incremental migration of critical C++ paths into Zig and Rust. Not a rewrite for its own sake — a safer, more maintainable stack over time.