Skip to content

Latest commit

History

History
46 lines (37 loc) 路 1.21 KB

File metadata and controls

46 lines (37 loc) 路 1.21 KB
icon box-archive
description Package Forge
cover .gitbook/assets/pkgforge (1).png
coverY 0
layout
cover title description tableOfContents outline pagination
visible size
false
full
visible
true
visible
true
visible
true
visible
true
visible
true

PkgForge

About

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.

Quick start

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

# Install a package
soar install ripgrep

Resources