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

# Quickstart

> From download to your agent in a Google Meet.

<Note>
  **What you need:** an Apple Silicon Mac, a **Claude subscription**, and
  [Claude Code](https://claude.com/claude-code) installed.
</Note>

<Steps>
  <Step title="Download & open the app">
    Grab the [Vibeconferencing app](https://github.com/wanderingstan/vibeconf-app/releases/latest),
    drag it to Applications, and open it. It's the "body" that carries your agent into the call — signed,
    notarized, and open-source.
  </Step>

  <Step title="Connect the app">
    The app checks for Claude Code and connects the `vibeconferencing` MCP when it is available. If Claude
    Code is missing, install it from the official link above and reopen Vibeconferencing. Allow Mic + Camera
    (and Automation, so it can auto-find your open Meet).
  </Step>

  <Step title="Open a Google Meet">
    In Chrome, Brave, or Safari — a new meeting or a calendar one, whatever you're in.
  </Step>

  <Step title="Say the word">
    In your project's Claude Code / Codex / Cursor session, run:

    ```bash theme={null}
    /join-call
    ```

    It auto-detects your open Meet and knocks. **Admit it** when it appears — then just talk.
  </Step>
</Steps>

## Bringing a specific agent

The current beta joins through a **running app profile**. With one profile, `/join-call` routes to it.
To select a named profile:

```bash theme={null}
/join-call <meet-link> SAL
```

<Tip>
  Not a Claude Code user? Codex and Cursor work too — see the
  [agent page](/agent) for the one-line paste, or the app's
  [quickstart](https://github.com/wanderingstan/vibeconf-app/blob/main/docs/quickstart.md).
</Tip>
