snpm
v2025.12.18
Published
Speedy Node Package Manager - A fast, Rust-based package manager
Maintainers
Readme
snpm
Speedy Node Package Manager - A fast, Rust-based package manager that's a drop-in replacement for npm, yarn, and pnpm.
Installation
Via npm
npm install -g snpmVia direct download
Download the latest release for your platform from GitHub Releases.
Usage
Use snpm just like you would use npm:
# Install dependencies
snpm install
# Add a package
snpm add react
# Remove a package
snpm remove lodash
# Run a script
snpm run buildFeatures
- Fast by Default: Global caching, parallel downloads, and smart reuse
- Deterministic: Simple, readable lockfile (
snpm-lock.yaml) - Workspace Support: First-class monorepo support
- Catalog Protocol: Define versions in one place across your workspace
- Minimum Version Age: Protect against zero-day malicious packages
Documentation
For more information, visit the snpm repository.
License
MIT
