A fast, Rust-based Homebrew-compatible package manager - 10-100x faster than brew
Project description
stout
A fast, Rust-based Homebrew-compatible package manager - 10-100x faster than brew.
Installation
pip install stout-pkg
Or with pipx for isolated installation:
pipx install stout-pkg
Usage
# 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 list
Performance
| 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 |
How It Works
This package is a thin Python wrapper that:
- Downloads the native stout binary for your platform on first run
- Caches it in your user cache directory
- Forwards all commands to the native binary
Supported Platforms
- macOS (Apple Silicon & Intel)
- Linux (x86_64 & ARM64)
Links
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stout_pkg-0.2.0.tar.gz
(3.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stout_pkg-0.2.0.tar.gz.
File metadata
- Download URL: stout_pkg-0.2.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5921f6817a7fdcbe91093b0129b4cfb4e782ba0bd0414b7d589dcf8d820d254b
|
|
| MD5 |
6744c98ff7dab933e9319a7a7e7c9be7
|
|
| BLAKE2b-256 |
8bbf07184c8699c970ec5cfb4c2790657ef402f91389a6cf8b590a6d85865e9c
|
File details
Details for the file stout_pkg-0.2.0-py3-none-any.whl.
File metadata
- Download URL: stout_pkg-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5fa522e324ecd3c9119a70ea8320301951f7f546870bf075eef105d8e0f5885
|
|
| MD5 |
e19a6ad5396b4ca5a16b466ae5b58573
|
|
| BLAKE2b-256 |
627f5844a57d01dc1729a6e0b32530167dbeef73d89db21ec1719ec7d8f42496
|