Skip to content

Corust-ai/corust-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corust-cli

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.

Installation

Quick install (recommended)

curl --proto '=https' --tlsv1.2 -sSf https://corust.ai/install.sh | sh

Pin to a specific version:

CORUST_VERSION=v0.4.2 curl --proto '=https' --tlsv1.2 -sSf https://corust.ai/install.sh | sh

Install to a custom location:

INSTALL_DIR=/opt/bin curl --proto '=https' --tlsv1.2 -sSf https://corust.ai/install.sh | sh

Homebrew (macOS / Linux)

brew install Corust-ai/cli/corust

Manual download

Pre-built binaries for macOS (arm64, x64) and Linux (x64) are available on the Releases page.

Usage

corust            # launch interactive TUI
corust exec "..."  # non-interactive mode
corust sessions    # list saved sessions
corust resume      # resume most recent session

Run corust --help for all options.

Uninstall

rm "$(command -v corust)"

Supported platforms

OS Architecture Status
macOS arm64
macOS x86_64
Linux x86_64
Linux arm64 ❌ (planned)
Windows x86_64 ❌ (use manual download)

Issues & feature requests

Please file bugs and feature requests on this repository's issue tracker.

License

MIT

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages