Released app
Blackcrab publishes desktop installers for macOS, Windows, and Linux. It expects the Claude Code CLI to be installed and signed in on the same machine.
The short version of what you need before downloading Blackcrab and what to check if the local Claude Code bridge does not start cleanly.
npm install -g @anthropic-ai/claude-code
claude auth login --claudeaiAnthropic Console billing users can use the Claude Code console login flow instead.
Blackcrab publishes desktop installers for macOS, Windows, and Linux. It expects the Claude Code CLI to be installed and signed in on the same machine.
Building from source requires Node.js 20 or newer, Rust stable with Cargo, and the Tauri 2 system dependencies for your target platform.
The project is early and aimed at people already comfortable with Claude Code, local repositories, shells, and developer tools.
~/.claude/projects, selected project paths, git metadata, UI preferences, and files you explicitly attach.claude CLI subprocess. Network requests come from Claude Code, tools it runs, opened URLs, or commands you execute locally.Run claude --version in your terminal. If it fails, install Claude Code and make sure the claude executable is available from your shell path.
Run claude auth status. If needed, sign in with claude auth login --claudeai or use the Console billing login flow.
Confirm the working directory is correct and that Claude Code has saved session files under ~/.claude/projects.
The preview panel can open HTTP and HTTPS URLs. Some production sites block embedded webviews; use the external browser action when a site refuses to load inside the app.
Installers and updater artifacts are published through GitHub Releases. If the in-app update fails, download the latest release manually.
Use Discussions for setup questions, ideas, and general help. Use Issues for reproducible bugs.