talos-cli 0.8.0

Primary command-line interface
talos-cli-0.8.0 is not a library.

talos-cli

The command-line binary for Talos, a Rust-native local coding agent.

Install

From a release archive

curl -fsSL https://raw.githubusercontent.com/wjhuang88/talos/main/install/install.sh | sh

See the root README for Windows instructions and manual archive downloads.

From source

cargo install --path crates/talos-cli --bin talos
talos --version

Upgrading

cargo install --path crates/talos-cli --bin talos --force

Uninstalling

cargo uninstall talos-cli

Usage

talos "inspect this repository"       # interactive TUI
talos -p "summarize this repository"  # one-shot print mode
talos --help                          # full CLI reference

See the root README for configuration, built-in tools, slash commands, skills, MCP integration, and the safety model.

Support Boundary

This crate provides a binary only. The talos-cli library API is not a supported SDK surface and may change without notice between pre-1.0 versions.

Rust projects that need to embed the agent runtime should depend on talos-runtime instead, which exposes the stable pre-1.0 RuntimeBuilder / RuntimeHandle facade.

License

Apache-2.0. See LICENSE.