Installation
Download and install the SourcePrep desktop app on your local machine.
Prerequisites
- OS: macOS (11+) or Windows (10+). Linux support is planned.
- Disk: ~500 MB for the app + embedding model. Index size depends on your codebase.
Download
SourcePrep is a native desktop application. Choose your platform:
Linux: support is planned post-MVP. SourcePrep is not currently distributed through the Mac App Store and won't be — the indexer requires full filesystem access, which sandboxed Mac App Store apps can't provide.
macOS
- Open the downloaded
.dmgfile. - Drag SourcePrep into your Applications folder.
- Launch SourcePrep from Applications (or Spotlight:
Cmd+Space→ "SourcePrep").
On first launch, macOS may ask you to confirm the app is from an identified developer. Click "Open" to proceed.
Windows
- Run the downloaded
.msiinstaller. - Follow the installation wizard (default settings are fine).
- Launch SourcePrep from the Start Menu or Desktop shortcut.
Verify Installation
When you launch SourcePrep, it automatically starts the background daemon. You should see the dashboard appear with a green "Connected" status.
The app also installs a prep CLI command. You can verify it in your terminal:
prep --versionLicensing
SourcePrep is free to use with all features included and unlimited projects — you can build the desktop app yourself from source. See the repository LICENSE for licensing details. Paid tiers (Pro, Teams, Enterprise) are coming soon — see sourceprep.io/pricing when available.
License activation and checkout for paid tiers are not yet available. When paid tiers launch, activation details will be documented here.
Upgrading
The SourcePrep desktop app checks for updates automatically on launch and notifies you when a new version is available. (The daemon/CLI install does not; check prep --version or the releases page.) You can also download the latest version from sourceprep.io/download.
Next Steps
Once installed, head over to the Quick Start guide to index your first project.
