Note
Ora is still in active development and is not ready for daily use yet.
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.
- Native macOS UI
- WebKit-based browsing
- Built-in content blocking and privacy protections
- Search engine customization
- URL suggestions and quick launcher
- Developer-focused features
git clone https://github.com/the-ora/browser.git
cd browser
./scripts/setup.sh
open Ora.xcodeprojThe setup script installs required tooling, installs git hooks, and regenerates the Xcode project.
- Main app target:
ora - Project configuration is managed with
XcodeGeninproject.yml - Regenerate the project after config changes with
xcodegen - Run tests in Xcode with
Product > Testor viaxcodebuild test -scheme ora -destination "platform=macOS"
Ora Browser is licensed under GPL-3.0. Third-party libraries used by this project are licensed under their own open-source licenses.