One-Line Install (Recommended)
The fastest way to get started is with our install script:The install script downloads the latest release for your platform and installs it in the standard location.
System Requirements
macOS
- OS Version: macOS 11 (Big Sur) or later
- Architecture: Intel (x86_64) or Apple Silicon (arm64)
- Disk Space: ~300 MB for app + storage for sessions
Linux
- OS: Ubuntu 20.04+, Debian 11+, Fedora 36+, or equivalent
- Architecture: x86_64 or arm64
- Dependencies: Standard desktop environment (GTK+ or Qt)
- Disk Space: ~300 MB for app + storage for sessions
Windows
- OS Version: Windows 10 (1903) or later, Windows 11
- Architecture: x86_64 or arm64
- Disk Space: ~300 MB for app + storage for sessions
Build from Source
If you want to customize Craft Agents or contribute to development:Install Bun
Craft Agents uses Bun as its runtime:
Development Commands
Build for Distribution
dist/ directory.
Environment Variables (Optional)
OAuth integrations for Slack and Microsoft require credentials baked into the build. Create a.env file in the project root:
.env
Google OAuth credentials are NOT baked into the build. Users provide their own credentials when setting up Google sources (Gmail, Calendar, Drive).
Troubleshooting
App Won’t Launch
Enable Debug Logging
Launch the app with the Note the double dash (
--debug flag:--) separator before --debug.Installation Script Fails
Network issues:- Check your internet connection
- Try downloading the release manually from GitHub Releases
- macOS: You may need to allow the app in System Settings → Privacy & Security
- Linux: Ensure the AppImage has execute permissions:
chmod +x Craft-Agents-*.AppImage - Windows: Run PowerShell as Administrator if installation fails
”App is Damaged” (macOS)
If you see “Craft Agents is damaged and can’t be opened”:Build from Source Issues
Bun not found:Still Having Issues?
Check the GitHub Issues or open a new issue with:- Your OS and version
- Installation method used
- Complete error message
- Contents of debug log (if available)
Next: Quick Start
Now that Craft Agents is installed, let’s create your first session