Engineered for Privacy & Security
Part of the Open Tech Foundation ecosystem.
Warning
Experimental Project: This browser is in early development. Features, APIs, and stability are subject to significant changes.
You can download the latest version of OTF Web Browser for your platform from our GitHub Releases page.
| Platform | Release | Status |
|---|---|---|
| Linux (x64) | Latest Tarball | ✅ Stable |
| Windows (x64) | TBD | 🚧 In Progress |
| macOS | TBD | 🚧 In Progress |
Prerequisites:
- CMake (3.21+)
- Ninja (Build system)
- GCC 14+ (C++20 support)
- Bun (for UI development)
bun run setupTo start the UI development server (with HMR) and launch the browser automatically:
bun run devWe use Ninja for high-performance builds. To build the project for production:
bun run build:uibun run build:cpp- MVP
- Automated CI/CD Release Pipeline
- Windows (x64) Support
- macOS (Universal) Support
This project is licensed under the GNU Affero General Public License v3.0.
