hello

command
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2026 License: AGPL-3.0 Imports: 10 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL