Prerequisites
Before installing Claude Board, make sure you have:Claude Code CLI
Install and authenticate the Claude Code CLI. Run
claude --version to verify.Git
Git must be installed for branch automation and commit tracking. Run
git --version to verify.Desktop App
Download the latest release for your platform:Windows
.exe / .msi installer (x64)macOS
.dmg — Intel & Apple SiliconLinux
AppImage &
.debFirst Launch
On first launch, the 6-step setup wizard guides you through:- Language selection — English or Turkish
- System check — Validates Claude CLI, Node.js, Git, and port availability
- Data directory — Where the SQLite database and uploads are stored
- MCP server port — Default
4000, auto-checks availability - First project — Creates your initial project with a working directory
Build from Source
Building from source requires both Rust and Node.js toolchains.Prerequisites
Steps
npx tauri dev builds the Rust backend, starts the Vite dev server for the React frontend, and opens the app window with hot-reload enabled.
Production Build
To produce a distributable installer:src-tauri/target/release/bundle/ and includes platform-specific installers.
Verify Installation
After installing, verify everything works:Verification checklist
Verification checklist
- Launch Claude Board — you should see the setup wizard (first run) or the main board
- Open Settings and confirm the MCP server port is active
- Create a test project pointing to any code directory
- Create a simple task (e.g., “List all files in the project root”) and move to In Progress
- Watch the live terminal — you should see Claude’s output streaming in real-time