BITE is a tiny, fast, and brutally efficient web browser written in pure C.
It respects your device, your traffic, and you.
- DuckDuckGo (full or lite) as homepage
- HTML + optional JS (only if YOU allow it)
- SDL2 GUI: tabs, address bar, page view
- Ultra lightweight — target binary size <1MB
- No tracking, no telemetry, no ads. Ever.
- Perfect for low-end devices, privacy geeks, embedded systems
"BITE asks first."
Any suspicious script, redirect or iframe triggers a prompt:
Trust this site? [Yes] [No]
You stay in control. Always.
- C (pure power)
- SDL2 (interface)
- SDL_ttf (text rendering)
- SDL_image (icons, UI)
- libcurl (network)
- Render basic HTML perfectly
- JS execution behind permission gate
- Plugins (optional .so or .desf modules)
- Works on Linux, Android (via Cxxdroid), Raspberry Pi
🔥 Prototype in development. Want to help? Fork the repo and BITE with us.