Documentation Index
Fetch the complete documentation index at: https://docs.claboard.dev/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before installing Claude Board, make sure you have:Claude Code CLI
Install and authenticate the Claude Code CLI. Run
claude --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
| Tool | Version | Purpose |
|---|---|---|
| Rust | Stable | Tauri v2 backend |
| Node.js | >= 18.0.0 | React frontend & build tools |
| Platform deps | Latest | Tauri v2 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.
| Platform | Output |
|---|---|
| Windows | .exe and .msi in bundle/msi/ |
| macOS | .dmg in bundle/dmg/ |
| Linux | .deb and .AppImage in bundle/deb/ and bundle/appimage/ |
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