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

# Welcome to Gobi

> Practice Continuous AI with an open-source CLI, open-source IDE extensions, and a Hub for custom agents

<Frame>
  <img src="https://mintcdn.com/gourmand/HGSXhgUNM88nD3iS/images/intro-0c302b9c15b890c251b1ad04586c880f.png?fit=max&auto=format&n=HGSXhgUNM88nD3iS&q=85&s=359c2a70dfb2a6b70dcd48422cbe8a7d" width="1792" height="576" data-path="images/intro-0c302b9c15b890c251b1ad04586c880f.png" />
</Frame>

<Note>
  **Build faster with AI across your IDE, terminal, and CI/CD pipelines with
  Gobi.**
</Note>

## Gobi CLI

<Info>Terminal-native AI coding assistance with TUI and headless modes.</Info>

<CodeGroup>
  ```bash npm theme={null}
  npm install -g @gourmanddev/cli
  ```

  ```bash yarn theme={null}
  yarn global add @gourmanddev/cli
  ```

  ```bash pnpm theme={null}
  pnpm add -g @gourmanddev/cli
  ```
</CodeGroup>

<CardGroup cols={2}>
  <Card title="TUI Mode" icon="terminal" href="/cli/overview#tui-mode%3A-interactive-development">
    Interactive terminal interface for development workflows

    <br />

    <sub>• Automate builds & refactoring</sub>

    <br />

    <sub>• Pre-commit hooks & scripted fixes</sub>

    <br />

    <sub>• Terminal-first development</sub>
  </Card>

  <Card title="Headless Mode" icon="server" href="/cli/overview#headless-mode%3A-production-automation">
    Automated AI coding for CI/CD and server environments

    <br />

    <sub>• Run in CI/CD pipelines</sub>

    <br />

    <sub>• Batch processing & bulk operations</sub>

    <br />

    <sub>• Server & container deployments</sub>
  </Card>
</CardGroup>

## IDE Extensions

<Info>
  **Complement your CLI workflow** - Rich editor integrations for interactive
  development.
</Info>

<CardGroup cols={2}>
  <Card title="VS Code" icon="code" href="https://marketplace.visualstudio.com/items?itemName=Gobi.gobi">
    Install from VS Code Marketplace

    <br />

    <sub>Real-time coding assistance and refactoring</sub>
  </Card>

  <Card title="JetBrains" icon="jet-fighter" href="https://plugins.jetbrains.com/plugin/22707-gobi-extension">
    Install from JetBrains Plugin Repository

    <br />

    <sub>Autocomplete and multi-file edits</sub>
  </Card>
</CardGroup>

## Core Features

<CardGroup cols={2}>
  <Card title="Agent" icon="robot" href="/ide-extensions/agent/quick-start">
    Multi-step workflows and complex task automation
  </Card>

  <Card title="Chat" icon="messages" href="/ide-extensions/chat/quick-start">
    Ask questions and explore your codebase
  </Card>

  <Card title="Edit" icon="pen-to-square" href="/ide-extensions/edit/quick-start">
    In-place code editing without breaking flow
  </Card>

  <Card title="Autocomplete" icon="sparkles" href="/ide-extensions/autocomplete/quick-start">
    Inline AI suggestions as you type
  </Card>
</CardGroup>

## Configuration

<CardGroup cols={3}>
  <Card title="Models" icon="brain" href="/customization/models">
    Connect your preferred AI models
  </Card>

  <Card title="Rules" icon="shield" href="/customization/rules">
    Configure AI behavior and constraints
  </Card>

  <Card title="MCPs" icon="wrench" href="/customization/mcp-tools">
    Extend functionality with MCP tools
  </Card>
</CardGroup>

## Resources

<CardGroup cols={3}>
  <Card title="Gobi Hub" icon="globe" href="https://hub.gourmand.dev/">
    Community models, rules, and tools
  </Card>

  <Card title="GitHub Discussions" icon="comments" href="https://github.com/gourmand/gobi/discussions">
    Get help from the community
  </Card>

  <Card title="CLI Examples" icon="code-branch" href="/guides/overview#continuous-ai">
    TUI and headless workflow examples
  </Card>
</CardGroup>
