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

# Gemini CLI

> Set up Google Gemini CLI

<Steps>
  <Step title="Run Gemini CLI">
    ```bash theme={null}
    npx -y @google/gemini-cli
    ```
  </Step>

  <Step title="Follow the login instructions">
    Complete the authentication flow as prompted. For more details, see [geminicli.com](https://geminicli.com/).
  </Step>

  <Step title="Start Vibe Kanban">
    Once authenticated, launch Vibe Kanban:

    ```bash theme={null}
    npx vibe-kanban
    ```

    You can now select Gemini CLI when creating task attempts.
  </Step>
</Steps>
