Available for Windows, macOS, and Linux. Free and open source. Downloads are served from GitHub Releases.
Windows 10 / 11 (64-bit)
AgentFlow_0.2.0-beta.1_x64_en-US.msiAgentFlow_0.2.0-beta.1_x64-setup.exeDownload and run the installer. No additional dependencies required.
macOS 11+ (Apple Silicon)
AgentFlow_0.2.0-beta.1_aarch64.dmgOpen the .dmg and drag AgentFlow to Applications. On first launch, right-click and select Open to bypass Gatekeeper.
Ubuntu 22.04+, Fedora 38+, Arch
agent-flow_0.2.0-beta.1_amd64.debagent-flow_0.2.0-beta.1_amd64.AppImageInstall the .deb via dpkg or use the AppImage directly. Requires webkit2gtk 4.1.
Looking for older versions or other builds? View all releases on GitHub
If you prefer to build AgentFlow yourself, or need a platform not listed above:
git clone https://github.com/jadessoriano/agent-flow.git
cd agent-flow
npm install
npm run tauri buildRequires Rust 1.77.2+, Node.js 20+, and platform-specific dependencies. See the Installation Guide for full details.
Required at runtime for AI task execution
npm i -g @anthropic-ai/claude-codeRequired for project detection and git nodes
Pre-installed on most systemsConfigured in Claude Code CLI
claude config set api_keyNeed help getting started?