System Requirements
| Platform | Architectures | Notes |
|---|---|---|
| macOS | Apple Silicon (arm64) | macOS 11+. Intel Macs are not supported from v0.10.1 onward (v0.10.0 was the final Intel build). |
| Windows | x64 | Windows 10+ |
| Linux | x64 | AppImage format, requires FUSE |
macOS Intel (x64) builds are discontinued as of v0.10.1. New releases ship for Apple Silicon (M-series) only. Intel Macs can still install the final supported build, v0.10.0, but will not receive future updates. Windows and Linux are unaffected.
Manual Install (Recommended)
- macOS
- Windows
- Linux
Apple Silicon (M1/M2/M3/M4):
- Download the
.dmg - Open the DMG and drag Craft Agent to Applications
- Launch from Applications or Spotlight (
CMD+Space, type “Craft Agent”)
Intel Macs are not supported. Starting with v0.10.1, Craft Agents ships an Apple Silicon (arm64) build only. The last release with an Intel
.dmg was v0.10.0.Script Install
For automated installation with checksum verification:- macOS / Linux
- Windows
Build from Source
Craft Agents is open source. To build from source:Prerequisites
Clone and Build
Build Installers
- macOS
- Windows
- Linux
apps/electron/release/Craft-Agents-arm64.dmgCode signing and notarization require Apple Developer credentials. Set
APPLE_SIGNING_IDENTITY, APPLE_ID, APPLE_TEAM_ID, and APPLE_APP_SPECIFIC_PASSWORD environment variables. Without these, the build will be unsigned.Launch
After installation:- macOS — Applications folder or Spotlight (
CMD+Space, type “Craft Agent”) - Windows — Start menu, desktop shortcut, or
craft-agentsin terminal - Linux — Run
craft-agentsfrom terminal (if installed via script) or run the AppImage directly
Next Steps
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.