Download the latest release
The easiest way to install Nook is to download the pre-built DMG from GitHub Releases.Download the DMG
Build from source
If you want to contribute to Nook or customize the build, you can compile it from source.Prerequisites
Before building Nook, ensure you have:- macOS 15.5+ (Sequoia or later)
- Xcode (latest version recommended)
- Git for cloning the repository
Clone the repository
Configure signing
In Xcode, go to the Signing & Capabilities tab and set your personal Development Team. This is required to build locally.
You’ll need an Apple Developer account (free or paid) to sign the app for local development.
Build the project
Select the Nook scheme and build the project:
- Product > Build (⌘B)
- Or click the Play button to build and run
Dependencies
Nook embeds all dependencies locally inNook/ThirdParty/. No Swift Package Manager setup is required.
Included libraries:
- BigUIPaging - Page view components
- HTSymbolHook - Symbol hooking utilities
- MuteableWKWebView - Custom WebKit extensions
- swift-atomics - Atomic operations
- swift-numerics - Numeric utilities
Development branch
Themain branch contains stable releases. For the latest features and development work, check out the dev branch:
Verify installation
After installing Nook, verify it’s working correctly:- Launch Nook from Applications
- You should see the onboarding flow on first launch
- Complete the setup wizard to configure initial preferences
- Start browsing!
Troubleshooting
”Nook” is damaged and can’t be opened
This typically happens when the app is quarantined by Gatekeeper. To fix:Build errors on Intel Macs
Some Objective-C libraries may have compatibility issues on Intel architecture. Consult the GitHub Issues or Discord community for architecture-specific workarounds.Xcode signing errors
Ensure you’ve selected a valid Development Team in the Signing & Capabilities tab. If you don’t have a team, create a free Apple Developer account at developer.apple.com.Next steps
Now that Nook is installed, learn how to get started with the quickstart guide.Quickstart guide
Configure Nook and start your first browsing session