Installer and distribution channel for the Corust CLI, a terminal UI client for the Corust agent.
Source code lives in a separate repository. This repo only hosts the installer script, issue tracker, and release assets.
curl --proto '=https' --tlsv1.2 -sSf https://corust.ai/install.sh | shPin to a specific version:
CORUST_VERSION=v0.4.2 curl --proto '=https' --tlsv1.2 -sSf https://corust.ai/install.sh | shInstall to a custom location:
INSTALL_DIR=/opt/bin curl --proto '=https' --tlsv1.2 -sSf https://corust.ai/install.sh | shbrew install Corust-ai/cli/corustPre-built binaries for macOS (arm64, x64) and Linux (x64) are available on the Releases page.
corust # launch interactive TUI
corust exec "..." # non-interactive mode
corust sessions # list saved sessions
corust resume # resume most recent sessionRun corust --help for all options.
rm "$(command -v corust)"| OS | Architecture | Status |
|---|---|---|
| macOS | arm64 | ✅ |
| macOS | x86_64 | ✅ |
| Linux | x86_64 | ✅ |
| Linux | arm64 | ❌ (planned) |
| Windows | x86_64 | ❌ (use manual download) |
Please file bugs and feature requests on this repository's issue tracker.