____ ____ ___ ____ ___ ___ ____ _
/ __ \/ __ \/ _ \/ __ \ / _ \ / _ \| _ \ / \
/ /_/ / /_/ / __/ / / / | | | | | | | | | |/ _ \
/_____/ .___/\___/_/ /_/ | |_| | |_| | |_| / ___ \
/_/ \___/ \___/|____/_/ \_\
The public list of openOODA packages. opm search reads the catalog file. opm add installs a child folder (manifest plus .oo payload). This is a file tree, not a registry service.
Host: https://catalog.openooda.org
opm search hello
opm add helloFrom this tree, opm also reads seed/ inside the opm repo so search works with no network. This catalog repo is the copy the world can fetch.
- Add a folder with
manifestand a.oopayload (Academy headers required). - From the opm repo, run
opm botwith this tree as the target to rebuildcatalog. - Sign
catalogtoindex.minisigwith the catalog minisign key. - Commit the folder,
catalog,index, andindex.minisig.
All design, RFCs, practices, and onboarding live in openOODA/openOODA or at openooda.org.
| Repo | Purpose |
|---|---|
| openOODA/openOODA | Governance, RFCs, laws |
| openOODA/oodar | Runtime substrate |
| openOODA/oodac | Compiler |
| openOODA/std | Standard library |
| openOODA/ooda | ooda workflow driver |
| openOODA/install | How the toolchain lands (install.sh, apt, dnf, pacman) |
| openOODA/opm | Package manager |
| openOODA/catalog | Public package catalog |
| openOODA/lsp | Language server |
| openOODA/mcp | MCP server |
| openOODA/blackbox | Operational Logistics: Agent-native execution flight recorder and crash autopsy engine |
| openOODA/website | Website source |
| openOODA/.github | Org profile, shared community files, workflows |
Dual-licensed under your choice of MIT or Apache 2.0. See LICENSE for full text and the canonical URLs.