For the complete documentation index, see llms.txt. This page is also available as Markdown.

External (Custom Repos)

Custom Repositories

Soar supports adding custom repositories. You can either use an existing third-party repo or build your own.

Adding a Custom Repo

Edit ~/.config/soar/config.toml:

[[repositories]]
name = "my-repo"
url = "https://example.com/metadata.json"

Then sync:

soar sync
soar list 'my-repo'

Building Your Own Repo

To create a compatible repository, generate metadata in the same format as soarpkgs metadata. Host the JSON file anywhere accessible via URL.

Last updated