Add npm to the README install options - #136
Merged
Merged
Conversation
npm distribution is live at 1.1.0 across all six packages. Placed after Scoop so the package managers sit together, ahead of the raw installers. Notes npx as well, for one-off use without a global install.
PaulAsjes
enabled auto-merge (squash)
August 28, 2026 07:55
PennyroyalTea
approved these changes
Aug 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
npm distribution is live — all six packages publish at
1.1.0— so the README should list it alongside Homebrew, Scoop and the shell installers.Placed after Scoop so the three package managers sit together and the raw installers stay below them, matching the ordering in the docs snippet (elevenlabs-dx#2651).
Why the wording
"the same binary" is now literally true rather than a nicety: since #134 the npm packages repackage the archives cargo-dist built for the tag, verified with
gh attestation verify, instead of compiling their own. Before that they were a separate build that selected a different TLS backend on macOS and Windows.Verified
The
npxline is checked with a real subcommand, not just--version.Note
This README ships inside the
@elevenlabs/clinpm package as of #135, so it is also what npmjs.com will render for the package from 1.2.0 onward. The 1.1.0 page stays blank until then — that tarball predates the fix and npm versions are immutable.The table of contents lists only
##headings, so it needs no change.