pantry

pantry

a fast, modern package manager for your system

500+ packages available

curl -fsSL https://pantry.dev | sh

How It Works

1

Install

One command to install the pantry CLI. No dependencies, no compiling.

curl -fsSL pantry.dev | sh
2

Add Packages

Install any package from the registry. Pre-built, fast downloads.

pantry install bun.sh
3

Run

Binaries are symlinked into your PATH. Just run them.

bun --version

Why Pantry

Fast

Written in Zig with parallel downloads. Installs complete in seconds, not minutes.

🌐 Cross-platform

macOS and Linux, both x86_64 and ARM64. Same packages, same commands everywhere.

📦 Pre-built

No compiling on your machine. Every package is pre-built from source in CI and served from CDN.

🔧 Simple

One binary, zero dependencies. No Ruby, no Python, no Xcode CLT required.