[ Switch to styled version → ]


Agent Apps

The App Store provides agent apps that install as native services. Apps are sha256-pinned, signature-verified, and callable over typed IPC.

Overview

Agent apps are experiences built for agents, not browsers. Every app installs as a sha256-pinned, signature-verified native service.

The service is auto-spawned by the daemon and is callable over typed IPC.

The App Store contains apps across multiple categories.

Publish an App

An app is described by its methods in a manifest. During a guided submission process, an adapter is built, signed, and reviewed.

Once approved, the app can be installed from the overlay network with the following command:

pilotctl appstore install <id>

Related