@frumu/tandem-tui
v0.4.0
Published
Tandem TUI binary distribution
Readme
Tandem TUI (npm Wrapper)
TTTTT A N N DDDD EEEEE M M
T A A NN N D D E MM MM
T AAAAA N N N D D EEEE M M M
T A A N NN D D E M M
T A A N N DDDD EEEEE M MWhat This Is
Prebuilt npm distribution of Tandem TUI for macOS, Linux, and Windows.
Installing this package gives you the tandem-tui terminal client binary without compiling Rust locally.
If you want to build from Rust source instead, use the crate docs in crates/tandem-tui/README.md.
Install
npm install -g @frumu/tandem-tuiThe installer downloads the release asset that matches this package version. Tags and package versions are expected to match (for example, v0.3.3).
Quick Start
Start the TUI in your terminal:
tandem-tuiOn first run, the setup wizard walks you through selecting a provider, entering an API key, and choosing a default model. Keys are stored in the system keystore.
Key Features
- Multi-session chat UI
- Request Center for approvals and questions
- Slash commands for fast navigation and configuration
- Agent and mission workflows
Core Keybindings
Ctrl+N: New sessionCtrl+W: Close active sessionCtrl+C: Cancel active agent (press twice to quit)Alt+R: Request CenterF1: HelpF2: Open docs
Common Slash Commands
/help/providers/provider <id>/models/model <id>/sessions/new/title <name>/requests/approve <id>/deny <id>
Troubleshooting
- If the TUI shows a connection error, ensure the engine is running.
- If port 39731 is in use, start the engine with
--portand setTANDEM_ENGINE_PORTfor the TUI.
Documentation
- TUI guide and reference: https://tandem.frumu.ai/docs
- GitHub releases: https://github.com/frumu-ai/tandem/releases
