| icon | rocket |
|---|---|
| description | Soar Package Manager |
Soar is a fast package manager written in Rust for installing portable packages and static binaries on Linux.
curl -fsSL "https://soar.qaidvoid.dev/install.sh" | shsoar install package_name # Install a package
soar search query # Search packages
soar update # Update packages
soar remove package_name # Remove a package
soar log package_name # View build log- No dependencies: Single static binary
- No sudo required: Installs to user directory
- Portable packages: Works across Linux distributions
- Prebuilt cache: No compilation needed