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

# Bolly Documentation

> Learn how to install, configure, and use Bolly — your open-source AI companion with persistent memory, computer use, and creative autonomy.

## Welcome to Bolly

Bolly is an open-source AI companion with persistent memory, computer use capabilities, and creative autonomy. Not a chatbot — a presence that remembers your goals, notices your mood, helps you work, and checks in when you've been quiet too long.

## Get started

```bash theme={null}
curl -fsSL https://bollyai.dev/install.sh | bash
```

Then open [http://localhost:26559](http://localhost:26559) — Bolly will walk you through setup in the browser. Works with an **Anthropic API key** or a **Claude Pro/Max subscription**.

<CardGroup cols={3}>
  <Card title="Docker" icon="docker" href="/docs/installation/docker">
    Run in a container.
  </Card>

  <Card title="Desktop App" icon="desktop" href="/docs/installation/desktop-app">
    Native app with computer use.
  </Card>

  <Card title="From Source" icon="code-branch" href="/docs/installation/from-source">
    Build it yourself.
  </Card>
</CardGroup>

## Key features

<CardGroup cols={2}>
  <Card title="Memory" icon="brain" href="/docs/features/memory">
    Persistent memory with keyword and semantic search across sessions.
  </Card>

  <Card title="Heartbeat" icon="heart-pulse" href="/docs/features/heartbeat">
    Autonomous wake cycles for reflection, mood updates, and creative drops.
  </Card>

  <Card title="Computer Use" icon="display" href="/docs/features/computer-use">
    Screenshots, keyboard, mouse, bash — full desktop control.
  </Card>

  <Card title="50+ Tools" icon="wrench" href="/docs/features/tools">
    Files, shell, web, email, calendar, Drive, and more.
  </Card>
</CardGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Configuration" icon="gear" href="/docs/installation/configuration">
    Customize personality, heartbeat, memory, and more.
  </Card>

  <Card title="All Features" icon="sparkles" href="/docs/features/memory">
    Explore memory, mood, drops, voice, integrations, and skills.
  </Card>
</CardGroup>
