Why this exists

If RAPP is the runtime, RAPP Store is the catalog. Every entry points at a single .py file you can drop into your local brainstem and run. The whole store is a JSON file plus a static viewer.

What it actually does

  • Browses a catalog of "rapplications" pulled from kody-w/RAPP
  • Each entry: name, purpose, capabilities, link to source
  • One-click copy of the agent file into your local install
  • Zero backend — the catalog is JSON, the viewer is HTML

Why this pattern matters

When the unit of distribution is one file, you eliminate the entire class of "but does it work in my environment" problems. The agent and the package are the same thing.