groupchat
v0.1.10
Published
CLI chat client for Groupchat (OpenTUI)
Readme
Groupchat
Groupchat is a real-time messaging app for developers, built natively in your terminal. Chat with your team and run AI agents like Claude—without leaving your workflow.
Install
npm install -g groupchatStart
groupchatOn first launch, you'll be prompted to log in via your browser. After that, you're in.
Features
- Real-time messaging — instant delivery across channels
- Embedded AI agents — run Claude directly in any conversation
- Live presence — see who's online and typing
- Keyboard-driven — no mouse required
Using Claude
In any channel, you can invoke Claude as an embedded agent. Claude runs inline with full tool use—read files, run commands, and get answers without switching apps.
Development (WIP)
We encourage builders to contribute to groupchat to add agents, improve the UX, or even build new clients (like a desktop app!). Please email svapnila at gmail dot com if you have any questions.
cd tui
npm install
npm run dev # watch mode
npm run dev:debug # watch mode + debug log at .logs/tui-debug.log
npm run build # production build
npm run typecheck # type checkLicense
AGPL-3.0-or-later
