Soar
Soar Package Manager
Soar is a fast package manager written in Rust for installing portable packages and static binaries on Linux.
Installation
curl -fsSL "https://soar.qaidvoid.dev/install.sh" | shUsage
soar 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 logFeatures
No dependencies: Single static binary
No sudo required: Installs to user directory
Portable packages: Works across Linux distributions
Prebuilt cache: No compilation needed
Documentation
Last updated
Was this helpful?