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

# Version

Print the version information of the installed CLI.

`version` runs entirely offline — it takes no flags and requires no authentication.

### Usage

```bash theme={null}
miru version
```

```bash theme={null}
$ miru version
Miru CLI
Version: 0.11.1
Commit: 8875d87370ffda36b4e8ec28704466729270667e
Built: 2026-08-27T20:18:26Z
Go: go1.26.6
OS/Arch: linux/amd64
```

`Version`, `Commit`, and `Built` are stamped at release time. `Go` and `OS/Arch` report the Go toolchain and the platform the binary was built for.

To upgrade an out-of-date CLI, follow the [upgrade steps](/developers/cli/install#upgrade). Release history lives in the [CLI changelog](/changelog/cli).
