# Vantaloom CLI

Command-line manager for installing, updating, starting, stopping, and inspecting a local Vantaloom runtime.

```sh
npm install -g @vantaloom/cli
vantaloom install
vantaloom status
vantaloom update
```

The CLI downloads the current platform runtime from public npm packages such as `@vantaloom/runtime-win32-x64`, `@vantaloom/runtime-linux-x64`, and `@vantaloom/runtime-darwin-arm64`. No GitHub token is required for install or update.
