@cafeai/cafe-code
v0.0.36
Published
A minimal AI chat harness for coding agents.
Downloads
59
Maintainers
Readme
Cafe Code
A minimal AI chat harness for coding agents.
Cafe Code is a tiny local UI for Codex and Claude. It is a fork of T3 Code, trimmed down around one idea: type a prompt, let the agent work, and keep the interface quiet, fast, and out of your way.
No terminal drawer. No pretend IDE. No release dashboard. If you want a console, use a real console. If you want to inspect code, open it in VS Code.
Run
npx @cafeai/cafe-codenpx downloads the package if needed and starts Cafe Code immediately.
If you want a normal command on your machine:
npm install -g @cafeai/cafe-code
cafe-codeCafe Code expects providers to already be installed and authenticated:
- Codex: install Codex CLI and run
codex login - Claude: install Claude Code and run
claude auth login
Notes
The npm package launches the Electron desktop app. Desktop installers are not published yet.
For server-only use, run:
cafe-code-serverLicense
AGPL-3.0-or-later.
