> For the complete documentation index, see [llms.txt](https://docs.pkgforge.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pkgforge.dev/orgs/readme.md).

# PkgForge

## About

[PkgForge](https://github.com/pkgforge) provides portable packages and static binaries for Linux, along with [Soar](https://github.com/pkgforge/soar), a fast package manager written in Rust.

Packages live in [soarpkgs](/repositories/soarpkgs.md), 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.

## Quick start

```bash
# Install Soar
curl -fsSL "https://soar.qaidvoid.dev/install.sh" | sh

# Install a package
soar install ripgrep
```

## Resources

* [Soar](/soar/readme.md), what it is and how to use it
* [Packaging](/packaging/packaging.md), how a package is declared
* [soarpkgs](/repositories/soarpkgs.md), the official repository
* [Package formats](/formats/packages.md), AppImage, onelf and the rest
* [Package search](https://soarpkgs.qaidvoid.dev)
