2026-06-23 08:06:46 +08:00
|
|
|
# Octopus
|
|
|
|
|
|
|
|
|
|
The AI coding agent built for the terminal.
|
|
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
|
|
**Unix (Linux/macOS):**
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-07-30 10:02:15 +08:00
|
|
|
curl -fsSL https://eightarms.net/fourbroad/octopus-release/raw/branch/main/install | bash
|
2026-06-23 08:06:46 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
**Windows (PowerShell):**
|
|
|
|
|
|
|
|
|
|
```powershell
|
2026-07-30 10:02:15 +08:00
|
|
|
irm https://eightarms.net/fourbroad/octopus-release/raw/branch/main/install.ps1 | iex
|
2026-06-23 08:06:46 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
2026-07-30 10:02:15 +08:00
|
|
|
Visit the [documentation](https://eightarms.net/fourbroad/octopus/wiki) for usage guides and API reference.
|
2026-06-23 08:06:46 +08:00
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
2026-07-30 10:02:15 +08:00
|
|
|
The source code and issue tracker are available at the [private development repository](https://eightarms.net/fourbroad/octopus).
|
2026-06-23 08:06:46 +08:00
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
MIT License — see the source repository for details.
|