Requirements: macOS 10.15+ (Catalina) on Apple Silicon (M1/M2/M3)
The easiest way to install Scribe on macOS:
# Add the tap
brew tap data-wise/tap
# Install Scribe
brew install --cask data-wise/tap/scribe| Channel | Cask | Tracks | Status |
|---|---|---|---|
| Stable | scribe |
v1.x releases | Current (v1.22.0) |
curl -fsSL https://raw.githubusercontent.com/Data-Wise/scribe/main/scripts/install.sh | bashDownload the latest release from GitHub Releases:
- Download
Scribe_x.x.x_aarch64.dmg(Apple Silicon) - Open the DMG file
- Drag Scribe to Applications
- Launch from Applications folder
Building from source works on both Apple Silicon and Intel Macs.
# Node.js 18+ required
node --version
# Rust (for Tauri)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh# Clone the repository
git clone https://github.com/Data-Wise/scribe
cd scribe
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run buildThe built application will be in:
src-tauri/target/release/bundle/macos/Scribe.appsrc-tauri/target/release/bundle/dmg/Scribe_x.x.x_aarch64.dmg
For full functionality, install these optional tools:
# For AI features (CLI-based, no API keys needed)
brew install claude # Claude CLI
# or
npm install -g @anthropic/claude-cli
# For academic features
brew install pandoc # Document conversion
brew install --cask mactex # LaTeX for PDF export
brew install quarto # Quarto documents
# For citations
# Install Zotero + Better BibTeX plugin
brew install --cask zoterobrew upgrade --cask scribe- Download the latest DMG from GitHub Releases
- Replace the existing Scribe.app in Applications
brew uninstall --cask scribe- Move Scribe.app from Applications to Trash
- Optionally remove data:
rm -rf ~/Library/Application\ Support/com.scribe.app rm -rf ~/Library/Caches/com.scribe.app rm -rf ~/Library/Preferences/com.scribe.app.plist
Intel builds are not yet available. Options:
- Build from source (recommended)
- Rosetta 2 - The ARM build may work under Rosetta
If macOS says the app is damaged:
xattr -cr /Applications/Scribe.appThe global hotkey (⌘⇧N) requires Accessibility permissions:
- Open System Settings → Privacy & Security → Accessibility
- Add Scribe to the list
- Restart Scribe
| Shortcut | Action |
|---|---|
| ⌘⇧N | Open Scribe (global) |
| ⌘K | Command palette |
| ⌘N | New note |
| ⌘D | Daily note |
| ⌘E | Toggle edit/preview |
| ⌘⇧F | Focus mode |