> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zencoder.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Install Zenflow

> Download and set up the Zenflow desktop application for multi-agent orchestration on your machine.

Zenflow is a standalone desktop application that runs AI agents inside your codebase to implement features, fix bugs, refactor, write tests, and open PRs.

## Installation Steps

Follow these steps to install and set up Zenflow on your local system:

<Steps>
  <Step title="Download Zenflow">
    Download the desktop app installer for your operating system from the [Zenflow download page](https://zencoder.ai/zenflow).
  </Step>

  <Step title="Run the installer">
    Install the desktop app using the guided installer:

    * **macOS**: Drag the application to your `Applications` folder.
    * **Windows**: Run the `.exe` installer and follow the wizard.
    * **Linux**: Install using the provided AppImage or package manager.
  </Step>

  <Step title="Launch Zenflow">
    Open the app once installation finishes to initialize your local workspace.
  </Step>

  <Step title="Sign in or create an account">
    Use your existing Zencoder credentials or create a new account to log in and start orchestrating tasks.
  </Step>
</Steps>

***

## Next Steps

Once installed, proceed to run your first task using our step-by-step quickstart guides:

<CardGroup cols={2}>
  <Card title="Zenflow Code Quickstart" icon="code" href="/quickstart/zenflow-code">
    Start orchestrating AI agents directly in your local codebase.
  </Card>

  <Card title="Zenflow Work Quickstart" icon="briefcase" href="/quickstart/zenflow-work">
    Connect business integrations and automate your general daily tasks.
  </Card>
</CardGroup>
