| icon | box-archive | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| description | Package Forge | ||||||||||||||||||||||||||
| cover | .gitbook/assets/pkgforge (1).png | ||||||||||||||||||||||||||
| coverY | 0 | ||||||||||||||||||||||||||
| layout |
|
PkgForge provides portable packages and static binaries for Linux, along with Soar, a fast package manager written in Rust.
Packages live in soarpkgs, where each one is a declarative TOML file pinning an upstream release by URL and hash. Nothing in that tree executes, so a package is verified against something a reviewer approved rather than something a build produced.
# Install Soar
curl -fsSL "https://soar.qaidvoid.dev/install.sh" | sh
# Install a package
soar install ripgrep- Soar, what it is and how to use it
- Packaging, how a package is declared
- soarpkgs, the official repository
- Package formats, AppImage, onelf and the rest
- Package search