Welcome to

SNPM

A really fast package manager.

npm install @snpm-io/cli -g

Features

Fast

SNPM is built with speed in mind. It's blazing fast.

Lightweight

SNPM uses hardlinks to install packages, saving a lot of your disk space.

Edge caching

SNPM uses edge caching to make your packages even faster.

Open Source

SNPM is open source, so you can contribute to it.

Comparison

Here's a comparison between SNPM and other package managers in a Vite project.

SNPM (cache) 1.46s
PNPM (cache / lock) 1.53s
NPM (cache / lock) 1.87s
Yarn (cache / lock) 2.17s
NPM (Cache / no lock) 2.85s
Yarn (Cache / no lock) 3.82s
NPM (No cache) 5.66s
SNPM (No cache) 6.22s
PNPM (No cache) 6.7s
Yarn (No cache) 8.02s