An LLM-powered CLI agent built with Go.
Demo
clix.mp4
Dependencies
- Go
v1.21 - OpenAI API Key
Installation
After cloning the repo to your computer, run make install. This will build the clix binary and install it to your $GOPATH/bin directory.
Usage
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.
Reset
If you want to clear the current API key and remove the clix binary, run make reset.
Roadmap
- 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