What is ZenFlow?
ZenFlow is an AI-powered development platform that lets you work with multiple AI agents to build software. Instead of manually writing every line of code, you describe what you want to build, and AI agents handle the implementation, running in isolated sandboxes to keep your main codebase safe. Whether you need to fix a bug, build a new feature, or implement a complete technical specification, Zenflow’s agents work in parallel to get things done faster.What You’ll Accomplish
By the end of this guide, you’ll have Zenflow installed, connected to your preferred AI agent (Zencoder, Claude Code, Codex, or Gemini), and ready to start building with AI assistance through spec-driven workflows.Before You Start
Make sure you have:- A code editor: VS Code, IntelliJ IDEA, PyCharm, or another JetBrains IDE
- Admin access: Permission to install applications on your machine
- 5 minutes: Enough time to get everything set up
Step 1: Download Zenflow
- Go to zencoder.ai/download/all
- Click Download Zenflow for your operating system
- Windows: .exe installer downloads automatically
- Mac: Click View all for additional options
Step 2: Install the Desktop App
- Run the downloaded installer
- Follow the installation wizard
- Grant administrator permissions when prompted
- Launch Zenflow from your Applications folder (Mac) or Start menu (Windows)
Step 3: Sign In or Create Your Account
When ZenFlow opens, you’ll see a welcome screen: New user?- Click Sign Up
- Complete registration at auth.zencoder.ai
- Return to Zenflow and sign in
- Click Sign In
- Enter your Zencoder credentials
Step 4: Choose Your Default AI Agent
After signing in, you’ll be prompted to select your default agent:- Zencoder: The native ZenFlow agent (recommended for getting started)
- Claude Code: Anthropic’s coding agent
- Codex: OpenAI’s code generation model
- Gemini: Google’s AI model
Step 5: Connect Your IDE to Zenflow
Link the plugin to your desktop app:- In the Zenflow desktop app, go to Settings → Preferences - Code Editor
-
Select your IDE from the list

Step 6: Create Your First Task
Now you’re ready to use Zenflow’s AI agents:- In the ZenFlow app, click + New task
-
Choose a workflow type:
- Quick change: For small, focused modifications
- Fix bug: For debugging and fixing issues
- Spec and build: For feature development (recommended for first try)
- Full SDD workflow: For complete software design documents
- For your first task, select Spec and build
- Click Start and describe what you want to build
-
Click Create & Run to start the process

- Ask clarifying questions about unclear requirements
- Create a technical specification
- Plan implementation steps
- Build the feature step by step
- Allow you to review results before merging
Success Checklist
Your setup is complete when:- Zenflow desktop app is running and connected
- You’ve selected a default AI agent
- You can create and start new tasks in Zenflow
Understanding Zenflow’s Workflow Types
Quick change: Fast iterations on existing codeFix bug: Debug issues with AI assistance
Spec and build: Define requirements, then let AI implement
Full SDD workflow: Complete software design documentation and implementation Each workflow runs agents in isolated sandboxes, keeping your main codebase safe while agents work in parallel.
What’s Next?
Now that Zenflow is set up, try:Running Multiple Agents: Deploy agents in parallel to build features simultaneously
→ Learn about parallel agents