docs/en/guide/quick-start.mdx
The project provides scripts for one-click install, configuration, startup, and management. Script-based deployment is recommended for quick setup.
Supports Linux, macOS, and Windows. Requires Python 3.7-3.12 (3.9 recommended).
The script automatically performs these steps:
~/CowAgentBy default, the Web console starts after installation. Access http://localhost:9899 to begin chatting.
After installation, use the cow command to manage the service:
| Command | Description |
|---|---|
cow start | Start service |
cow stop | Stop service |
cow restart | Restart service |
cow status | Check run status |
cow logs | View real-time logs |
cow update | Update code and restart |
cow install-browser | Install browser tool dependencies |
See the Commands documentation for more details.
<Note> If the `cow` command is not available, you can use `./run.sh <command>` (Linux/macOS) or `.\scripts\run.ps1 <command>` (Windows) as a fallback. Both are functionally equivalent. </Note>