Files
flynn/apps/companion/macos-app
William Valentin 820af97859 fix(companion): make reference-app exports reproducible by default
No diagram change needed: this change only makes generated reference-app timestamps deterministic and adds an override flag.
2026-02-26 20:58:31 -08:00
..

Flynn macOS Companion Menu Bar App (Reference MVP)

This is a runnable Swift Package reference app that creates a macOS menu bar companion controller.

Capabilities

  • Loads companion.bootstrap.json from package resources.
  • Starts/stops flynn companion as a child process from menu actions.
  • Runs one-shot handoff prompts (flynn companion --once --handoff ...).
  • Shows process state in the menu bar title (F, F* running, F! error).

Build + Run

Run: cd swift run FlynnCompanionMenuBar

Prerequisites:

  • macOS with Swift toolchain.
  • flynn executable available in PATH.