plugin-omarchy
| Placement | runtime (out-of-process over gRPC) |
| Source | github.com/opencharly/plugin-omarchy/candy/plugin-omarchy |
| Version | 2026.244.1400 |
| Candy | plugin-omarchy |
This plugin is not listed in charly/charly.yml’s compiled_plugins:. It is not part of the shipped binary: charly builds and loads it out-of-process over gRPC when a plan references one of its words (the coexist path).
Providers
Section titled “Providers”The reserved words this plugin serves:
omarchy— verb class
What it does
Section titled “What it does”The omarchy CLI surface as a charly check verb. Dispatches the omarchy command center (version, debug, capture, lock, theme, audio, bar, battery, bluetooth, brightness, channel, clipboard, cmd, config, default, dev, font, menu, migrate, network, plugin, power, system, theme, update, upload, voxtype, weather, webapp, windows, and more) to the guest over the executor reverse channel, so a check bed can assert and drive the installed Omarchy’s own tooling — the same commands the Omarchy menu and hotkeys use.
Parameter schema
Section titled “Parameter schema”The CUE schema below is the authoritative grammar for this plugin’s input. It is the same single source that generates the plugin’s Go parameter types and answers the runtime Describe RPC, so this page cannot disagree with either.
schema/omarchy.cue
Section titled “schema/omarchy.cue”#OmarchyInput: { args: string}See also the candy reference for this candy’s install surface.