Skip to content

Talk to your terminal.

Transform natural language into safe, POSIX-compliant shell commands. Powered by local LLMs. Privacy-first. Blazingly fast on Apple Silicon.

Safety First

Comprehensive validation blocks dangerous commands before execution. Pattern matching for rm -rf, fork bombs, and more.

Blazingly Fast

Optimized for Apple Silicon with MLX. Sub-2-second inference on M1/M2/M3/M4 chips with GPU acceleration.

Privacy First

All inference runs locally on your machine. Your commands and data never leave your computer.

POSIX Compliant

Generated commands work across all Unix systems. Standard utilities like find, grep, awk, and sed.

Terminal window
# Install via cargo
cargo install caro
# Or with Homebrew (macOS)
brew install wildcard/tap/caro

No Cloud Dependency

Everything runs locally. No API keys, no rate limits, no privacy concerns. Works offline after the initial model download.

Single Binary

One Rust binary under 50MB. No Python environments, no containers, no complex dependencies to manage.

Multiple Backends

Supports MLX for Apple Silicon, Ollama for local inference, and vLLM for high-performance serving.

Developer Friendly

Intuitive CLI with colored output, confirmation prompts, and helpful error messages.