Quick Completions
Get AI responses without writing any code - pipe input, get output
The llmist CLI brings the power of AI agents directly to your terminal. Run completions, interactive agents with tools, generate images and speech, and create powerful automation workflows - all from the command line.
Quick Completions
Get AI responses without writing any code - pipe input, get output
Interactive Agents
Run agents with gadgets (tools) in an interactive TUI
Automation
Build powerful pipelines with stdin/stdout integration
Custom Commands
Define reusable commands in TOML configuration
# Simple completion npx @llmist/cli complete "What is the capital of France?"
# Interactive agent (TUI activates automatically in terminals) npx @llmist/cli agent "Help me organize my project"
# Generate an image npx @llmist/cli image "A sunset over mountains" -o sunset.png
# Custom command from config npx @llmist/cli code-review ./src/main.ts