Set env vars with your API key to activate AI endpoints
- ANTHROPIC_API_KEY
- OPENAI_API_KEY
- XAI_API_KEY
ANTHROPIC_API_KEY=secret XAI_API_KEY=secret clipsterAnd follow the instructions (hotkeys)
The result goes to your clipboard
- Anthropic: Sonnet 4.5
- OpenAI: GPT 5.1
- xAI: Grok 4
- STT: Whisper Tiny, in
./models/ggml-tiny.en.bin
To upgrade whisper model, download the model you want
wget https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-medium.en.bin -O models/ggml-medium.en.binand change it in the code in main.rs
recompile
cargo build --releaseor just run it
cargo run --release