npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@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   M

What 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-tui

The 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-tui

On 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 session
  • Ctrl+W: Close active session
  • Ctrl+C: Cancel active agent (press twice to quit)
  • Alt+R: Request Center
  • F1: Help
  • F2: 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 --port and set TANDEM_ENGINE_PORT for the TUI.

Documentation

  • TUI guide and reference: https://tandem.frumu.ai/docs
  • GitHub releases: https://github.com/frumu-ai/tandem/releases