Quick Start
Installation
Download the install.sh script and run
curl -fsSL https://ante.run/install.sh | bash
Run as headless
Positional prompt:
ante -p "your prompt"
With overrides:
ante --model gpt-4o-mini --provider openai "your prompt"
From stdin:
echo "your prompt" | ante "explain"
Run as Interactive TUI
ante