@jaywyawhare/terminal-gpt
v0.1.5
Published
ChatGPT in your terminal — no API key, no auth
Maintainers
Readme
ChatTerm
ChatGPT in your terminal — no API key, no auth, no setup.
Quick Start
npx @jaywyawhare/terminal-gptThat's it. No OpenAI account, no API key, no configuration.
Features
- Zero auth — Uses ChatGPT's anonymous API, no login required
- Streaming responses — Tokens appear as they're generated
- Full TUI — Proper terminal UI built with Ink (React for CLI)
- Mouse scroll — Scroll through messages with your mouse/touchpad
- Keyboard navigation — Arrow keys to scroll, Esc to quit
- Multi-turn conversations — Context is maintained across messages
- Scrollbar — Visual scroll indicator on the right side
Commands
| Command | Description |
|---------|-------------|
| /help | Show available commands |
| /new | Start a new conversation |
| /quit | Exit ChatTerm |
| Esc | Exit ChatTerm |
Install Globally
npm install -g @jaywyawhare/terminal-gptThen run with:
terminal-gpt