README.md
July 28, 2026 · View on GitHub
soarpkgs - Package Repository
Declarative, hash-pinned package definitions for Soar
Overview
This repository hosts declarative package definitions for Soar.
Every package pins its upstream artifact together with that artifact's hash, in git. Nothing here is executed: a client resolves a package by parsing alone, so the download can be verified against a hash that was reviewed in a commit rather than measured after the fact.
See docs/FORMAT.md for the format and its
rationale.
.
└── packages
└── <name>
├── pkg.toml --> identity, metadata, update policy
└── <name>-<version>.toml --> pinned URL, hash and size per host
Note
We recommend cloning with --filter=blob:none for local development
Package Listing & Searching: https://soarpkgs.qaidvoid.dev
Search for packages
Visit: https://soarpkgs.qaidvoid.dev
Documentation
License
MIT License - see LICENSE for details