FREE DURING BETA
Download Snapbug
Step 1
Get the inspector
The Chrome extension is the fastest path. Prefer a separate window? Take the desktop app.
Chrome Extension
Inspector, screenshot editor, and device pairing right in your browser.
In review on the Chrome Web Store — available any day now.
Desktop app
The same inspector in its own window, with the local daemon bundled in.
All platforms
All downloads on GitHubStep 2
Add the SDK to your app
One line in your Application class. All plugins are on by default; the no-op artifact makes release builds do nothing.
Android (Gradle)
// build.gradle.kts
debugImplementation("ai.snapbug:snapbug:0.1.0")
releaseImplementation("ai.snapbug:snapbug-no-op:0.1.0")
// Application.onCreate()
Snapbug.start(this)Step 3
Connect your device
Run your app, open the inspector, and pair over Wi-Fi or a relay room code — no USB, no cloud. Your data stays on your machines.
Optional: Snapbug CLI for AI features
Install the local daemon to point Snapbug at your repository — Ask AI, QA Notes, and steps-to-reproduce grounded in your code.
Install via Homebrew
brew install snapbug-ai/tap/snapbugWant AI Bug Fix first?
Automatic ready-to-review fixes are coming soon. Leave your email to get early access when it lands.