A minimalist, real-time chat client that lives in your terminal — because not everything needs to be a web app.
Built in Python. Runs over WebSockets. Talks like a wise owl.
CLI-Chat is a lightweight command-line chat app that connects you to a shared chatroom using nothing but your terminal.
It works on Mac, Linux, and Windows (I even built a .exe
).
git clone https://github.com/Onaga08/CLI-Chat.git
cd CLI-Chat
pip install -r requirements.txt
python chat.py
- Go to Releases
- Download
chat.exe
- Double click
- Enter nickname + token
- You’re in 🧙
If you're on macOS and you trust the owl, Homebrew has your back. Just open Terminal and run:
brew tap Onaga08/chat
brew install chat
Then start chatting with:
chat
Note - You’ll be prompted to enter your nickname and token — every time. Because owls don’t remember. They just watch. 🦉
Command | Description |
---|---|
list |
See who's online |
send <user> "hi" |
Send a private message |
global "hi all" |
Send a message to everyone |
whoami |
Print your current nickname |
ping |
Ping the server (just because) |
clear |
Clear the terminal screen |
leave |
Disconnect |
help |
Show command list again |
Because sometimes, a quiet terminal is all you need. No bloat. No distractions. Just you and some text-based wisdom.
Made by Onaga08, a night owl.