Install Max
Run the curl installer to install Max and launch first-time setup automatically:Or install with npm directly (then run
max setup manually):Node.js v18 or later is required. The installer checks this for you.
Authenticate the Copilot CLI
Max requires an authenticated Copilot CLI session. If you haven’t done this yet:Follow the browser prompt to authorize. Once done, return to your terminal.
Run max setup
If you installed via npm (rather than the curl script), run setup now:The interactive wizard will:
- Ask if you want to configure Telegram (optional — for remote access from your phone)
- Ask if you want to configure Google services via
gogcli(optional) - Let you pick a default model from your Copilot subscription
- Save your config to
~/.max/.env
Start the daemon
Start Max in your terminal:You should see output like:Leave this terminal running. The daemon runs in the foreground and logs all activity.
Connect via the TUI
Open a second terminal and connect to the running daemon:The TUI connects to the local HTTP API (port 7777) and streams responses back in real time.
TUI slash commands
Once you’re in the TUI, you can use slash commands for quick actions:| Command | Description |
|---|---|
/model [name] | Show or switch the current model |
/memory | Show stored memories |
/skills | List installed skills |
/workers | List active worker sessions |
/copy | Copy last response to clipboard |
/status | Daemon health check |
/restart | Restart the daemon |
/cancel | Cancel the current in-flight message |
/clear | Clear the screen |
/help | Show help |
/quit | Exit the TUI |
Escape | Cancel a running response |
Example natural language interactions
Max understands plain English. Here are some things you can say:Next steps
Commands reference
Full reference for all Max CLI commands and flags.
Configuration
Customize your model, API port, and environment settings.
Telegram setup
Set up remote access from your phone via Telegram.
Core concepts
Understand how Max orchestrates Copilot sessions.