# we A web browser engine written from scratch in pure Rust. macOS ARM only. Zero external crate dependencies. Pure Rust for everything — crypto, TLS, font parsing, image decoding, JavaScript engine. ## Build cargo build --workspace ## Run cargo run -p we-browser Requires: Rust toolchain, macOS on Apple Silicon. ## Test cargo test --workspace