Getting Started
Install and run AgentsInFlow, then capture and refine tickets quickly.
Prerequisites
AgentsInFlow supports three AI coding CLIs. Install at least one, then authenticate to start using it.
Claude Code
Anthropicnpm install -g @anthropic-ai/claude-code
claude login
AgentsInFlow auto-detects installed CLIs. You only need to log in once—credentials persist across sessions.
Installation
Download the latest release from GitHub Releases
Open the DMG file (current public channel: macOS Apple Silicon)
Drag AgentsInFlow to your Applications folder
Launch the application
Windows and Linux installers are planned but not publicly shipped yet.
Updates
Auto-update checks are enabled in packaged builds.
- First background check runs about 15 seconds after app launch.
- Ongoing background checks run every 4 hours.
-
Manual check is available from
AgentsInFlow → Check for Updates...on macOS.
Quick Start
01 Create a Project
Click "New Project" and select a folder. This folder should be a git repository. Choose your preferred default engine.
02 Configure Engine (Optional)
Open project settings to configure engine-specific options. These become the default configuration injected when you run tasks.
03 Create a Ticket
Click the "+" button on the Kanban board. Give it a title, description, and optionally set type and priority.
04 Run an Execution
Click a ticket to open the inspector. Click "Run", select your engine, model, and branching options, then click "Start". The CLI launches in an integrated terminal.
Quick Capture to Proper Ticket
Recommended flow:
Capture quickly with Command+G on macOS.
Run one exploration execution to collect context.
Ask assistant with app access to update the ticket description into a concrete plan.
Launch the next run using that refined ticket.