Skip to content

dgurns/clix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLIX

An LLM-powered CLI agent built with Go.

Demo

clix.mp4

Dependencies

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.

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

About

An LLM-powered CLI agent built with Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published