A lightweight command-line client for the ch.at ai service.
This tool allows you to chat with ch.at directly from your terminal, without using a browser.
Make sure you have Go (version 1.13 or later) installed.
Install the latest version directly from GitHub:
go install github.com/cliccato/chatcli@latest
Or build from source:
git clone https://github.com/cliccato/chatcli.git
cd chatcli
go build -o chatcli
Run the executable:
./chatcli
Type your messages and interact with ch.at through the terminal.
To exit, type exit or quit.
This client is an implementation to provide terminal access to the ai chat service hosted at ch.at.
MIT License. See the LICENSE file for details.
If you find issues or have suggestions, please open an issue.
Visit the original repository and website.