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

winsmux

v0.24.15

Published

Windows npm install surface for winsmux.

Readme

winsmux npm package

This directory is the public npm install surface for winsmux.

The npm package name is winsmux. Repository publishing is tag-driven and uses the staged package from scripts/stage-npm-release.mjs.

Install it on Windows with:

npm install -g winsmux

The winsmux npm command proxies to the bundled Windows installer flow.

Public contract

  • Windows only
  • public install command: npm install -g winsmux
  • winsmux install
  • winsmux update
  • winsmux uninstall
  • winsmux version
  • winsmux help
  • the npm package version will pin install.ps1 to the same GitHub release tag

Installer profiles

The public package will keep one package name and expose profile selection through the installer command instead of publishing separate package names.

| Profile | Shape | Primary use | | ------- | ------- | ------- | | core | runtime binary, wrapper scripts, PATH setup, and base config | users who only need the Windows-native tmux-compatible runtime | | orchestra | core plus orchestration scripts and the Windows Terminal profile | users who need managed pane agents under one operator | | security | core plus vault, redaction, and audit-oriented scripts | users who need credential handling and evidence checks without the full orchestration surface | | full | core, orchestra, and security contents | default public install profile |

The npm form is:

winsmux install --profile full
winsmux update --profile orchestra

install.ps1 accepts the same profile names through -Profile. The package entrypoint forwards --profile to that script as -Profile.

Updates keep the previously recorded profile when no new profile is supplied. Each install or update records the selected shape in:

  • ~\.winsmux\install-profile
  • ~\.winsmux\install-profile.json

Profile scope is enforced by the installer:

  • core does not install orchestration scripts, vault support, or the Windows Terminal profile.
  • orchestra installs orchestration scripts and the Windows Terminal profile.
  • security installs vault-oriented support without the Windows Terminal profile.
  • full installs both orchestration and security support.

When a later install or update switches profiles, support scripts that are no longer part of the selected profile are removed from ~\.winsmux\winsmux-core\scripts.

Release gate

  • the staged package must pass the Windows verify job
  • the publish workflow stays tag-driven
  • the publish job uses the staged package from scripts/stage-npm-release.mjs
  • the publish job requires the repository NPM_TOKEN secret

License

The public npm package is Apache-2.0. Some runtime compatibility code in the repository keeps an upstream MIT notice. See the repository notices for provenance details:

  • https://github.com/Sora-bluesky/winsmux/blob/main/core/LICENSE
  • https://github.com/Sora-bluesky/winsmux/blob/main/THIRD_PARTY_NOTICES.md