A small tool for managing your Omarchy plugins.
Access it right from the Omarchy bar — it gives you a centralized place to view and organize the plugins you have installed. Here are a few things you can use it for:
- Easily turn individual plugins on or off as needed.
- Check for available updates and update them individually — or all at once.
- Remove plugins individually, or several in one go.
- Jump straight to each plugin's repo, or browse the Omarchy marketplace.
Omaplug is listed on the marketplace: omarchyplugins.com/plugin.html?id=omaplug
![]() |
![]() |
![]() |
| Plugin list | Checking for updates | Installing a plugin |
![]() |
![]() |
![]() |
| Scope filter | Type filter | Row action menu |
- 🔌 Enable / disable — every discovered plugin (Omarchy's own and third-party) gets a simple toggle. Flipping it goes through the same registry the
omarchy plugin enable/disablecommand uses, so what you see here is always what's really running. - 🔄 Check for updates — scans every installed third-party plugin and distinguishes clean updates from local plugins, symlinked development plugins, local changes, and genuine fetch errors.
- ⬆️ Update (or update everything) — apply one update, or finish every proven-safe pending update from a single click, even while Omarchy reloads changed plugins.
- ➕ Install — paste a git repo URL and add a plugin in one step. It'll warn you first that plugins run as unsandboxed code, because honesty is the default here.
- 🗑️ Remove — third-party plugins only. Trash one, or enter Select mode to check several and remove them all at once (with a confirmation, no accidents).
- 🔗 Source link — every git-managed plugin gets a
SOURCEbutton that jumps straight to its repo page. - 🔍 Search & filter — narrow the list to Omarchy plugins, third-party plugins, or search by name, description, ID, author, or kind.
- ♻️ Restart shell — if a plugin ever acts up from stale compiled code, one button clears the QML cache and restarts the shell so everything reloads fresh.
omarchy plugin add https://github.com/fross100/omaplug --enableomarchy plugin remove omaplugNo terminal? No problem — or maybe you just like doing things the hands-on way. Here's how to remove it by hand:
- Delete the plugin folder:
rm -rf ~/.config/omarchy/plugins/omaplug-
Remove the
"id": "omaplug"entry from the bar layout in~/.config/omarchy/shell.json. -
Restart the shell to apply:
omarchy-restart-shell- Omarchy 4.x
- Quickshell
git,jq, and theomarchyCLI- Standard coreutils (
setsid,nohup,timeout,sed)
MIT © 2026 Fross






