An LLM-powered CLI agent built with Go.
clix.mp4
- Go
v1.21
- OpenAI API Key
After cloning the repo to your computer, run make install
. This will build the clix
binary and install it to your $GOPATH/bin
directory.
In your terminal, simply run clix
. You'll be prompted to enter your OpenAI API key. Then you can start asking clix
to help you with tasks on your computer.
Currently, clix
uses gpt-4o
for LLM.
If you want to clear the current API key and remove the clix
binary, run make reset
.
- Support more models like Claude and Llama
- Enable editing commands that the LLM suggests
- Pass an initial command like
clix "How do I x?"
- Stream command output to Clix stdout