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

swe-swe

v2.24.0

Published

Your agent: containerized with browser, terminal, and parallel sessions

Readme

swe-swe

Your agent: containerized with its own browser for agentic testing. Your terminal: pair live or share recordings with teammates. Your sessions: run multiple in parallel, each on its own git worktree.

Works with Claude, Codex, OpenCode, Gemini, Aider, Goose, and Pi. Not listed? Let us know!

swe-swe in action: agent chat, app preview, and a live docs pane side by side

Features

  • Containerized agent + browser: each session runs in its own container with a browser for agentic testing (Playwright MCP plus a live Agent View).
  • Parallel sessions on git worktrees: run several agents at once, each isolated on its own worktree.
  • Live pairing and recordings: pair on a live terminal, or share session recordings with teammates.
  • Remote access via tunnel mode: reach a container over the public internet with no open ports and no TLS to manage -- the container dials out. See Tunnel mode explained, plus the runbooks for laptop, Fly.io, and PaaS.
  • One-container deploy: ship to Fly.io / Railway / Render / Cloud Run, or join a Tailscale tailnet.
  • SSH commit signing: sign commits with a per-session key that never touches disk.
  • Skills from any git repo: swe-swe init --with-skills <alias>@<url> clones external skill repos and surfaces them to the agent.
  • Built-in panes: live preview, a read-only Files browser, VS Code (code-server), and agent chat.

Quick Start

  1. Install swe-swe

    Option A: run via npx (requires Node.js)

    alias swe-swe='npx -y swe-swe'

    Option B: install via curl

    curl -fsSL https://raw.githubusercontent.com/choonkeat/swe-swe/main/install.sh | sh
  2. Go to your project

    cd /path/to/your/project
  3. Start

    swe-swe up
  4. Open http://localhost:1977

Requirements

  • Docker & Docker Compose installed
  • Terminal access (works on macOS, Linux, Windows with WSL)

Commands

For the full command reference -- all flags, examples, environment variables, and architecture details -- see docs/cli-commands-and-binary-management.md. For configuration options, see docs/configuration.md.

Quick reference:

# Native commands
swe-swe init [options]          # Initialize a project (advanced; `up` does this interactively)
swe-swe list                    # List initialized projects
swe-swe proxy <command>         # Bridge host commands into containers

# Docker Compose pass-through (all other commands)
swe-swe up                      # Start the environment (runs interactive setup on first use)
swe-swe down                    # Stop the environment
swe-swe build                   # Rebuild Docker images
swe-swe ps / logs / exec ...    # Any docker compose command

Use --project-directory to specify which project (defaults to current directory). The port defaults to 1977 and can be customized via SWE_PORT.

Documentation

Development

make build    # Build CLI binaries for all platforms
make test     # Run tests

See docs/cli-commands-and-binary-management.md for build architecture and troubleshooting.

License

See LICENSE file for details.