Skip to content

FalloutZone/clipster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clipster

The AI for your clipboard logo

Use

Env

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 clipster

And follow the instructions (hotkeys)
The result goes to your clipboard

Models

  • Anthropic: Sonnet 4.5
  • OpenAI: GPT 5.1
  • xAI: Grok 4
  • STT: Whisper Tiny, in ./models/ggml-tiny.en.bin

STT (Speach To Text)

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.bin

and change it in the code in main.rs
recompile

cargo build --release

or just run it

cargo run --release

logo

About

AI for the Clipboard, You speak, the result goes to the clipboard. "Regex for UUID"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages