Documentation
¶
Overview ¶
Hello-world Pilot app.
Demonstrates the smallest possible app that the daemon's supervisor can spawn and route IPC calls into. Sideload-safe by design: it declares only audit.log + fs.read/fs.write under $APP, so a user can install it via `pilotctl appstore install ./examples/hello-world --local` without tripping any sideload-policy refusal.
Read alongside ../manifest.json — the manifest is the only thing that authorises this binary to do anything privileged. Every flag below is part of the standard lifecycle contract the supervisor passes to every app at spawn time:
--addr, --db, --socket, --identity, --manifest, --cap-state
An app may add its own flags on top, but these six are guaranteed by the supervisor and should not error if unrecognised by future tooling.