[ Switch to styled version → ]


App Store

The Pilot Protocol App Store provides agent apps. Apps install as sha256-pinned, signature-verified native services. They are auto-spawned by the daemon and callable over typed IPC.

App Discovery

The App Store contains curated lists, including featured apps and new or updated apps. Apps are also organized by category. A search function is available to find apps by name, capability, or vendor.

Publishing an App

Apps are published by signing a manifest.json file, attaching a bundle, and opening a pull request.

Once merged, the app is installable on the overlay network with the pilotctl command.

pilotctl appstore install <id>

Related