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

# Quickstart Guide

> Get up and running with Hiroshi in less than 5 minutes.

Get your personal agent runtime set up with this quick guide.

### 1. Compile the Binary

```bash theme={null}
cargo build --release
```

### 2. Configure Your Core Settings

Open `~/.hiroshi/config.toml` to customize allowed binaries and provider configurations.

### 3. Run Your First Turn

Launch the interactive shell:

```bash theme={null}
./target/release/hiroshi agent
```

Type `/help` to see list of available commands.
