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

# Install

> Get started with ami in seconds

## Welcome to ami

ami is a coding agent designed for building great frontend UIs, fast.

* **Fully in the browser:** ami meets you where you do frontend
* **Built for fast frontend tasks:** Iterate quickly on UI, make tweaks, with the full intelligence of what your UI looks like
* **Supports frontier models:** Claude Opus 4.5, Gemini 3 Pro, and other fast models

<Note>
  All models on ami are **completely free** during the beta testing period.
</Note>

## Installation

Install the ami CLI (macOS only, Linux and WSL are not supported at this time):

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
curl -fsSL https://ami.dev/install | bash
```

## First Run

Run `ami` to start (prompts you to login on the first run):

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
ami
```

Follow the instructions in the CLI to complete setup.

## Accessing ami

Once installed, access ami at [app.ami.dev](https://app.ami.dev/).

## Verify Installation

Check that ami is installed correctly:

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
ami --version
```

## Support

* **Discord:** [ami.dev/discord](https://ami.dev/discord)
* **Documentation:** [ami.dev/docs](https://ami.dev/docs)

ami is still early, help report bugs in our [Discord](https://discord.com/invite/G7zxfUzkm7).
