max binary. Every command follows the same pattern:
All commands
| Command | Description |
|---|---|
max start | Start the Max daemon (Telegram bot + HTTP API + orchestrator) |
max tui | Connect to the running daemon via terminal UI |
max setup | Interactive first-run configuration wizard |
max update | Check for and install the latest version |
max help | Show help and available commands |
Flags
| Flag | Applies to | Description |
|---|---|---|
--self-edit | max start | Allow Max to modify his own source code. Off by default. |
--version, -v | any position | Print the installed version number and exit. |
--help, -h | any position | Show the help message and exit. |
Command pages
start
Start the daemon — boots the Copilot orchestrator, HTTP API, and Telegram bot.
tui
Open the terminal UI and connect to a running daemon over SSE.
setup
Interactive wizard to configure Telegram, Google services, and the default model.
update
Check the npm registry for a newer version and install it automatically.