Translation out of date
The source content changed after this translation. See the Português version. View original
Commands
All hinow-cli commands, grouped.
Updated on Sep 16, 2026
hinow-cli --help lists everything; hinow-cli <command> --help details each one. The main ones:
| Command | What it does |
|---|---|
hinow-cli login | Log into your HINOW account (-u, -p, --code, --organization, --project) |
hinow-cli logout | Log out of your account on this machine |
hinow-cli status | Account, organization, project, HINOW Connect status and bridge status |
hinow-cli connect <action> | online, offline, allow, ask, deny, status, devices |
| Command | What it does |
|---|---|
hinow-cli [folder] | Opens the interface in the folder (default: current). -c continues the last session; -m chooses the model |
hinow-cli run [request] | A request without the interface. --format json, -f, --variant, --machine, --attach… |
hinow-cli serve | Headless server: local API + HINOW Connect bridge. --policy, --port, --autoupdate |
hinow-cli service <action> | install [serve flags], uninstall, status, restart: the serve as a service that starts with the machine |
hinow-cli attach <url> | Connects the interface to a running serve (--mini for the compact version) |
hinow-cli web | Starts the server and opens the web interface in your browser |
hinow-cli pr <number> | Downloads a GitHub PR branch and opens HiNow Code on it |
| Command | What it does |
|---|---|
hinow-cli session list | Lists the project's sessions |
hinow-cli session delete <id> | Deletes a session |
hinow-cli export [id] | Exports a session as JSON (--sanitize removes sensitive data) |
hinow-cli import <file|url> | Imports an exported or shared session |
hinow-cli stats | Tokens and cost by period, tool, and model |
hinow-cli models [provider] | Available models (--verbose includes costs) |
| Command | What it does |
|---|---|
hinow-cli agent | Create and manage agents (~/.config/hinow/agents) |
hinow-cli mcp | MCP servers (Model Context Protocol) |
hinow-cli plugin <module> | Install a plugin |
hinow-cli acp | ACP server (Agent Client Protocol), for editors |
hinow-cli github | The GitHub agent |
| Command | What it does |
|---|---|
hinow-cli upgrade [version] | Update to the latest, or to a specific version |
hinow-cli uninstall | Remove the program (--keep-config, --keep-data, --dry-run) |
hinow-cli --version | The installed version |
hinow-cli completion | Shell autocompletion |
| Option | What it does |
|---|---|
--print-logs, --log-level | Logs on screen (DEBUG, INFO, WARN, ERROR) |
--pure | Without external plugins |
--port, --hostname | Port and address of the local server |
Was this page helpful?

