v0.2.0-beta.1

Download AgentFlow

Available for Windows, macOS, and Linux. Free and open source. Downloads are served from GitHub Releases.

Windows

Windows 10 / 11 (64-bit)

MSI Installer
AgentFlow_0.2.0-beta.1_x64_en-US.msi
EXE Installer
AgentFlow_0.2.0-beta.1_x64-setup.exe

Download and run the installer. No additional dependencies required.

macOS

macOS 11+ (Apple Silicon)

DMG (Apple Silicon)
AgentFlow_0.2.0-beta.1_aarch64.dmg

Open the .dmg and drag AgentFlow to Applications. On first launch, right-click and select Open to bypass Gatekeeper.

Linux

Ubuntu 22.04+, Fedora 38+, Arch

Debian (.deb)
agent-flow_0.2.0-beta.1_amd64.deb
AppImage
agent-flow_0.2.0-beta.1_amd64.AppImage

Install 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

Build from Source

If you prefer to build AgentFlow yourself, or need a platform not listed above:

Terminal
git clone https://github.com/jadessoriano/agent-flow.git
cd agent-flow
npm install
npm run tauri build

Requires Rust 1.77.2+, Node.js 20+, and platform-specific dependencies. See the Installation Guide for full details.

Requirements

Claude Code CLI

Required at runtime for AI task execution

npm i -g @anthropic-ai/claude-code

Git

Required for project detection and git nodes

Pre-installed on most systems

Anthropic API Key

Configured in Claude Code CLI

claude config set api_key

Need help getting started?