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

# Install

> Install the AgentaOS CLI in one command.

# Install

## One-liner

```bash theme={null}
curl -fsSL https://agentaos.ai/install | bash
```

## Via npm

If you already have Node.js 20+:

```bash theme={null}
npm install -g agentaos
```

## Verify

```bash theme={null}
agenta --version
```

## No Node.js?

```bash theme={null}
curl -fsSL https://fnm.vercel.app/install | bash
fnm install 20
fnm use 20
```

Then re-run the installer.

## AI Agent Setup

Install our skill for guided AI setup:

```bash theme={null}
npx skills add AgentaOS/skills@agenta
```

Or read the skill directly: [agentaos.ai/SKILL.md](https://agentaos.ai/SKILL.md)
