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

@phpcraftdream/crush

v0.1.6

Published

Unofficial npm distribution of crush — a fork of charmbracelet/crush. Installs a prebuilt, Go-free binary via per-platform optional packages. No download step at install time.

Readme

@phpcraftdream/crush

Unofficial npm distribution of crush, maintained as a fork. Not published by Charmbracelet.

This package installs the crush CLI as a single prebuilt binary — no Go toolchain, no pnpm, no build step on the user's machine. The correct binary for your OS/arch is pulled in automatically as an npm optional dependency (the same distribution model esbuild uses).

Install

npm install -g @phpcraftdream/crush

Then run:

crush --version
crush

Supported platforms

| npm package | OS | Arch | | ----------------------------------- | ------- | ---- | | @phpcraftdream/crush-linux-x64 | Linux | x64 | | @phpcraftdream/crush-linux-arm64 | Linux | arm64 | | @phpcraftdream/crush-darwin-x64 | macOS | x64 | | @phpcraftdream/crush-darwin-arm64| macOS | arm64 (Apple Silicon) | | @phpcraftdream/crush-win32-x64 | Windows | x64 |

The launcher (bin/crush.js) resolves the matching package and execs its binary with argv passthrough. If your platform has no package, it exits with a clear message.

Scope

Packages publish under the @phpcraftdream npm scope.

Licensing & redistribution

crush is licensed under the Functional Source License, FSL-1.1-MIT, © 2025–2026 Charmbracelet, Inc. The full text is shipped in LICENSE and at the repository root as LICENSE.md. FSL permits non-competing use and redistribution provided the license and copyright notice are preserved; it converts to MIT after two years. This npm repackaging is an unofficial convenience distribution and does not change the license of the underlying software.

Reporting issues

For bugs specific to this npm packaging (missing binaries, wrong platform selection, launcher errors), file an issue against this fork. For bugs in crush itself, report them upstream at https://github.com/charmbracelet/crush/issues.