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

# version

> Print the installed machina-cli version.

`machina version` prints the installed CLI version and exits — no network call, no auth required.

## Usage

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

```text theme={null}
machina-cli v0.7.1
```

The version comes from the package's `__version__` (works the same whether you installed via `pip`, `pipx`, or a PyInstaller build). To check if a newer release is available, see [`update`](/cli/commands/update) — every command also prints an opportunistic one-line update notice on its own when a newer version exists.
