# Octopus The AI coding agent built for the terminal. ## Install **Unix (Linux/macOS):** ```bash curl -fsSL https://eightarms.net/fourbroad/octopus-release/raw/branch/main/install | bash ``` **Windows (PowerShell):** ```powershell [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 irm https://eightarms.net/fourbroad/octopus-release/raw/branch/main/install.ps1 | iex ``` ## Documentation Visit the [documentation](https://eightarms.net/fourbroad/octopus/wiki) for usage guides and API reference. ## Development The source code and issue tracker are available at the [private development repository](https://eightarms.net/fourbroad/octopus). ## License MIT License — see the source repository for details.