Projects
Every product carries a module manifest, ships standalone, and embeds into PlugDesk as a tab. Grouping and release trains below mirror the binding product registry — this page follows that file rather than leading it, and changes to it need an ADR.
Core
The fixed platform. Supported by default and part of every standard setup.
PlugDesk
The only canonical shell. Windows, navigation, tabs, docking, settings, notifications. Products appear as tabs through their manifest — never by changing PlugDesk.
PlugLauncher / PlugSetup
Installation, start, repair, updates and module management. One installer for the whole suite instead of one per product.
PlugHub
The control plane. Coordinates modules and nodes over contracts — explicitly not a second desktop shell.
PlugDrive / PlugFiles
Storage and file surfaces across local disks and registered nodes. No cloud account sits in the path.
PlugBoard
A spatial canvas and session workbench for agent work. Tauri 2 / Rust, like the rest of the desktop platform.
PlugRuntime
The runtime every module is loaded into.
PlugGateway
The contract boundary products talk through instead of importing each other.
Module Host
Loads, isolates and updates product modules from their manifests.
PlugNode
A machine that joins the mesh and contributes storage or compute.
PlugTerminalHost
Terminal sessions as a service, addressable by other modules.
PlugRemote
Reaches registered machines from outside the LAN.
PlugUpdater
Update delivery for the platform and every installed module.
Shared Contracts / SDK
The schemas and SDK that make a module portable: standalone on its own, embeddable in the shell.
PlugBrain
Local model orchestration and memory for the suite.
PlugSwarm
Many agents, coordinated, with the lane isolation to keep them from colliding.
PlugChain Core
Staged. Verifiable history for what the system did and when.
Bundled first-party
Offered by default, but each carries its own product logic and ships standalone too.
PlugMail
A desktop mail client plus an optional @plugmail.net address, under pull-and-purge custody: a message is committed to the local encrypted vault and acknowledged before the active server copy is deleted.
PlugTilt
A web service in its own right, and an embeddable PlugDesk surface.
PlugBrowser
Browsing as a first-class module rather than a window next to the system.
PowerTracker
What the machine is actually spending, measured locally.
NP4D
A development workspace inside PlugDesk and PlugBoard. Deliberately not its own shell.
PlugBot
The agent side: long-running work that outlives a single session.
Optional
Installable through the same module host. Not part of every setup.
PlugMedia
Media capture, library and editing as a module.
PlugFinance
Personal finance. The ledger stays on local disk.
PlugOffice
Writer, Sheets, Slides.
Game / Creator modules
The arcade, eventually — same module host, same contracts.