@agentskit/os-desktop (planned)
Tauri 2 shell — the desktop AgentsKitOS surface. Bundled-private; ships inside the desktop installer.
Status: planned — Milestone M2. Distribution:
bundled-private. Not on npm. Ships inside the signed Tauri bundle. See distribution tiers.
A native cross-platform shell built on Tauri 2.
Targeted scope
- <15 MB installer.
- <800 ms cold start.
- Bundles
os-ui(FlowEditor, TraceViewer, Dashboard, CommandPalette). - Self-host day one. Air-gap supported.
- Windows · macOS · Linux.
The desktop is one OS surface among many. Everything you can do in the
desktop, you can do via the CLI or programmatically through os-core +
os-runtime.
Why bundled-private
Plugin authors and embedders never compile against the desktop shell
directly. They target stable contracts (os-core) or rendering primitives
(os-ui). Keeping the shell off npm means we can refactor it freely without
breaking external consumers.