Download Scribe
Get started in seconds. No account required. Your data stays local.
Version 0.0.1 · Requires macOS 12+ · Changelog
Get started in 3 steps
Install & Launch
Download, drag to Applications, and open Scribe
Add Your Projects
Point Scribe at your code directories to start scanning
Watch Your Timeline
See your work evidence appear automatically as you code
System Requirements
macOS
- macOS 12 (Monterey) or later
- Apple Silicon or Intel processor
- 100 MB disk space
- Git installed (for git tracking)
Windows
Coming Soon- Windows 10 or later
- x64 processor
- 100 MB disk space
- Git installed
Alternative Installation
Prefer the command line? Install via Homebrew or run from source.
Install via Homebrew
brew install --cask b-open-io/tap/scribeOr tap first, then install
brew tap b-open-io/tap
brew install --cask scribeRun from source
git clone https://github.com/b-open-io/scribe
cd scribe/apps/desktop
bun install && bun devInstallation FAQ
Where is my data stored?
Scribe stores all data in a SQLite database in your project directory (scribe.db). You own this file and can back it up, move it, or query it directly.
Does Scribe need to run in the background?
No. Scribe scans your directories on-demand when you open it. There's no background process or daemon running.
Can I use Scribe without Git?
Yes! Scribe can track file modifications and Claude conversations independently. Git tracking is optional but provides the richest evidence.