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

agmux

v0.0.7

Published

A local, terminal-based orchestration interface for managing, running, and observing multiple AI agents concurrently

Readme

agmux - Agent Multiplexer TUI

A local, terminal-based orchestration interface for managing, running, and observing multiple AI agents concurrently.

Built with React Ink (TypeScript/React) for a modern CLI experience.

Inspired by k9s and designed for developers using local AI agents (Claude, Codex, Cursor, etc.).

Create new agent tasks

Create new task

View your agents working in parallel and respond when they are done and ready for you to review their work.

Task List View

Review your agents output and optionally merge their code, or give them feedback.

Detail View

Features

  • Vim-style navigation - Keyboard-driven workflows
  • Pane-based UI - Resource lists and detail views
  • Parallel execution - Run multiple agents concurrently
  • Git worktree isolation - Each run executes in its own isolated worktree
  • Real-time observability - Progress tracking, logs, and interactive conversations
  • Customizable themes - Matrix retro theme included

Installation

npm install -g agmux

Usage

Navigate to a git repository where you want to run AI agents, then:

agmux

Keyboard Shortcuts

| Key | Action | |-----|--------| | j/k | Navigate up/down | | Enter | Select/Open | | Esc | Back/Cancel | | q | Quit | | ? | Help |

MCP Server

When running, the application exposes an MCP server at http://localhost:3000/mcp that allows AI assistants to manage tasks and skills.

Adding to Claude Code

claude mcp add --transport http amux http://localhost:3000/mcp

Available Tools

  • list_tasks - Get all tasks
  • get_task - Get a specific task by run ID
  • create_task - Create a new task
  • start_task - Start a queued task
  • add_or_update_skill - Add or update a skill

Requirements

  • Node.js >= 18.0.0
  • Git (for worktree isolation)

License

Licensed under the Apache License, Version 2.0.