What yappy is for
- Native Linux UI — first-class Qt and GTK backends (v0.1.0 bar: both)
- scripty for logic — one JS/TS runtime and PM embedded in the host; no Node main process
- Capability-scoped host — FS and related APIs default deny; grants are explicit
- Backend-agnostic app API — apps target a unified widget surface where possible
How it fits the suite
yappy is permanently Linux-only and always native UI — no webview, no Chromium, no HTML-as-shell.
Status
yappy is in early access / coming soon. Install paths, CLI reference, and the native API matrix will land here as the binary stabilizes. Until then:- Product site: yappy.pm.solved.gg
- Suite hub: pm.solved.gg
- Org overview: solved.gg/projects
- Contact: intake@solved.gg
What to expect next in these docs
- Install and doctor (GTK / Qt system deps)
- Hello window on GTK and Qt
- scripty embed and app project layout
- Native API and backend parity reference
- Packaging and capabilities