Ora Browser logo

Ora Browser

Fast, native WebKit browser for macOS.

Vercel OSS Program

macOS 15+ Xcode 15+ Swift 5.9 Homebrew GPL-3.0

> [!NOTE] > Ora is still in active development and is not ready for daily use yet. ## Overview Ora is a macOS browser built with SwiftUI, AppKit, and WebKit. The project aims for a native, low-friction browsing experience without layering on unnecessary product surface area. ## Highlights - Native macOS UI - WebKit-based browsing - Built-in content blocking and privacy protections - Search engine customization - URL suggestions and quick launcher - Developer-focused features ## Quick Start ```bash git clone https://github.com/the-ora/browser.git cd browser ./scripts/setup.sh open Ora.xcodeproj ``` The setup script installs required tooling, installs git hooks, and regenerates the Xcode project. ## Development - Main app target: `ora` - Project configuration is managed with `XcodeGen` in `project.yml` - Regenerate the project after config changes with `xcodegen` - Run tests in Xcode with `Product > Test` or via `xcodebuild test -scheme ora -destination "platform=macOS"` ## Docs - [Contributing](CONTRIBUTING.md) - [Roadmap](ROADMAP.md) - [Wiki](https://github.com/the-ora/browser/wiki) - [Security](SECURITY.md) - [Code of Conduct](CODE_OF_CONDUCT.md) ## Links - [Website](https://www.orabrowser.com) - [Discord](https://discord.gg/9aZWH52Zjm) - [GitHub Sponsors](https://github.com/sponsors/the-ora) - [Buy Me a Coffee](https://buymeacoffee.com/orabrowser) - [X / Twitter](https://x.com/orabrowser) ## License Ora Browser is licensed under [GPL-3.0](LICENSE). Third-party libraries used by this project are licensed under their own open-source licenses.