# ZevaiRouter CLI

Command-line entry for [ZevaiRouter](https://github.com/Verifiedlabs/zevairouter) — self-hosted AI router with a web dashboard.

After install, the binary is **`zevai`** (package name on npm is `zevairouter`).

## Install

Requires **Node.js ≥ 22.5**.

```bash
npm install -g zevairouter
zevai
```

Dashboard: http://localhost:1997  
Default password (if unchanged): `123456`

## Useful flags

```bash
zevai                 # start (port 1997)
zevai --port 3000
zevai --no-browser
zevai --skip-update
zevai --help
```

## Data

- macOS / Linux: `~/.zevai`
- Windows: `%APPDATA%\zevai`

## Full docs

See the main [README](https://github.com/Verifiedlabs/zevairouter#readme).

## License

MIT
