Skip to content

Installation

Craft Agents is a native desktop application. It runs locally on your machine, stores credentials encrypted on disk, and connects to external services only when you configure sources.

PlatformArchitecturesNotes
macOSApple Silicon (arm64)macOS 11+. Intel Macs are not supported from v0.10.1 onward (v0.10.0 was the final Intel build).
Windowsx64Windows 10+
Linuxx64AppImage format, requires FUSE

Apple Silicon (M1/M2/M3/M4):

https://thecraftagents.com/electron/latest/Craft-Agents-arm64.dmg
  1. Download the .dmg
  2. Open the DMG and drag Craft Agent to Applications
  3. Launch from Applications or Spotlight (CMD+Space, type “Craft Agent”)

For automated installation with checksum verification:

Terminal window
curl -fsSL https://thecraftagents.com/install-app.sh | bash

This downloads, verifies, and installs Craft Agents automatically.

Craft Agents is open source. To build from source:

  • Bun — runtime and package manager
  • Node.js 18+ — required for electron-builder
  • Git
Terminal window
# Clone the repository
git clone https://github.com/lukilabs/craft-agents-oss.git
cd craft-agents-oss
# Install dependencies
bun install
# Development mode (hot reload)
bun run electron:dev
# Production build (build and run)
bun run electron:start
Terminal window
# Apple Silicon
bash apps/electron/scripts/build-dmg.sh arm64

Output: apps/electron/release/Craft-Agents-arm64.dmg

After installation:

  • macOS — Applications folder or Spotlight (CMD+Space, type “Craft Agent”)
  • Windows — Start menu, desktop shortcut, or craft-agents in terminal
  • Linux — Run craft-agents from terminal (if installed via script) or run the AppImage directly

First launch opens the setup wizard.

Add Sources

Connect GitHub, Linear, APIs, and local files to extend what the agent can access.

Optimize command output with RTK

Install RTK and enable Settings → AI → Performance → Token Optimization for command-heavy coding sessions.