stout-pkg
v0.2.1
Published
A fast, Rust-based Homebrew-compatible package manager - 10-100x faster than brew
Maintainers
Readme
stout
A fast, Rust-based Homebrew-compatible package manager - 10-100x faster than brew.
Installation
npm install -g stout-pkgUsage
# Update formula index
stout update
# Search for packages
stout search nodejs
# Install packages
stout install wget curl
# Show package info
stout info python
# List installed packages
stout listPerformance
| Operation | Homebrew | stout | Speedup | |-----------|----------|-------|---------| | --version | 500ms | 5ms | 100x | | search | 2-5s | <50ms | 40-100x | | info | 1-2s | <100ms | 10-20x | | update | 10-60s | 1-3s | 10-20x |
Supported Platforms
- macOS (Apple Silicon & Intel)
- Linux (x86_64 & ARM64)
Links
License
MIT
