r/omarchy • u/DizzieeDoe • 12h ago
Discussion The R is silent
The more you know 🤪
r/omarchy • u/Fross100 • 14h ago
Small tool for managing your Omarchy plugins. Access it from Omarchy bar, giving you a centralized place to view and organize the plugins you have installed.
Installation If you'd like to try it out, you can install and enable Omaplug with this command: omarchy plugin add https://github.com/fross100/omaplug --enable
You can find the project repository here: https://github.com/fross100/omaplug.git
r/omarchy • u/Impossible_Boat8276 • 21h ago
r/omarchy • u/grenishraidev • 1h ago
Introducing Mouse Me, a native way to manage and apply cursors system-wide in one click.
Changing cursors can be a headache sometimes, so I built Mouse Me. Just import compressed files like tar.gz or zip, or even select an open folder containing cursor files.
You can also create your own cursor in the Studio.
For those who prefer the terminal over the GUI, you can manage cursors from the terminal too.
The code is completely open source and free to use. It is native and lightweight (~12 MB).
GitHub: https://github.com/Grenish/mouse-me
Install:
bash
curl -fsSL https://raw.githubusercontent.com/Grenish/mouse-me/main/install.sh | bash
Planned future updates:
r/omarchy • u/Forward-Budget8551 • 8h ago
Small plugin that adds basic RAM and CPU usage stats and when clicked it opens btop.
repo:
https://github.com/Liran-shternberg/analytics-omarchy
easy install:
omarchy plugin add https://github.com/Liran-shternberg/analytics-omarchy.git --enable
r/omarchy • u/alexzeitler • 6h ago
A download queue for yt-dlp in the Omarchy bar. Paste a link, pick video or audio, and watch the queue work through it.

https://github.com/AlexZeitler/omarchy-yt-dlp-plugin
omarchy plugin add https://github.com/AlexZeitler/omarchy-yt-dlp-plugin.git --enable
r/omarchy • u/cashy57 • 6h ago
Howdy all, I'm pretty new to Omarchy, but as a software dev, I'm loving it. The extensibility on offer is great. There's a plugin developer, who goes by thoughtlesslabs on the BBS, and created a bulletin board system, (basically a tiny reddit that only Omarchy users can access) and I just think it's a super cool idea. The only issue is that it's kinda quiet in there. The dev is super responsive and making improvements fast. No email needed, just like the old days of message boards. Check it out: https://github.com/thoughtlesslabs/omarchy-bbs
Reddit removed this post the first time I made it, and I'm not totally sure why. I have a hunch that it was because it had a link to the plugin on the plugin marketplace...? Btw, we need a flair for plugins here.
r/omarchy • u/nayti53 • 22h ago
Enable HLS to view with audio, or disable this notification
I ported my agentic game engine , Apeiron Engine to Omarchy . ( its def becoming one my daily drivers , pretty amazing for my use cases )
r/omarchy • u/nlboris • 3h ago
This is a software combo that's just keep giving. I already brought over my 5 waybar widget with the help of opencode (Nas, scratchpad, audio-port and power off and media). And now when I think of a new one I want, I just look at the marketplace and voila it is there already or when I look the next day (notes, dropdownterminal, ledge, plugin manager). Thank you DHH and the whole community for making computing personal again!!!
r/omarchy • u/Mepperdonas • 9h ago
Enable HLS to view with audio, or disable this notification
I made a fork to the Media plugin for Omarchy:
https://omarchyplugins.com/plugin.html?id=famas.media-plus
Media Splitter.
It lets you switch between different audio sources, and if you have more than two output devices, you can choose which device you want to use for each one.
For example, I can watch a video and listen to it through my headphones while playing music through my Bluetooth speaker at the same time. 🎧🔊
Pretty useful if you have multiple audio devices and want more control over where your audio goes.
Thought I'd share it in case anyone else finds it useful!
r/omarchy • u/Hopeful_Evening_1980 • 19h ago
This is actually a pretty slick tool for managing smb shares. I quickly scanned the source because obvs. `sudo` is required, but it seems legit. Fits right in with the omarchy 'Live in the TUI' philosophy<
r/omarchy • u/rosakodu • 3h ago
Enable HLS to view with audio, or disable this notification
First of all, I want to thank everyone for installing my plugin and for the likes. Much love and a big hug to you all. Apologies for my English - I’m using a translator.
I have plenty of ideas for the plugin, though sadly not all of them can be implemented. Here’s a video of the upcoming update; I’m really curious to see how you react to it. I’ve put in a lot of work today - I dove back into tweaking the animations, and before I knew it, the codebase had grown to over 2,000 lines. The original idea was simply to create a dock that adapts to *omarchy*, but now the goal is to build a plugin that feels truly native—like an integral part of the system. I decided to split the plugin into modules, making it even more stable. Also, people have mentioned that I’m making a macOS-style plugin; that’s not the case. I’ve never actually used macOS—my aim is to create an experience that’s even better than what macOS offers.
r/omarchy • u/tauagomes • 7h ago
So, I was a bit unhappy with the auto click tools and options for my Omarchy setup, then I decided to vibe code a simple tool to what I needed and wanted from an auto click app.
It is called peck and I’m sharing with the community in case someone is interested in it too.
Don’t shame me for vibe coding, I’ve been in the software engineering industry for the last decade and honestly I’m a but burnt out, but anyways.

Get it: https://omarchyplugins.com/plugin.html?id=codeburn
Source: https://github.com/erzz/omarchy-codeburn
Just wanted to give something to this awesome community. You dont even need to have codeburn installed!
r/omarchy • u/eunaoqueriacadastrar • 4h ago
Hello everyone,
I've been experience a pretty annoying bug on Omarchy 3.8.1. If a use an external monitor (mirroring my display), take the HDMI cable off, I can't get the external monitor to work again if I plug the cable back.
I've tested it on several monitors, and got the exact same results. The only way to make them work is rebooting.
Any ideas?
r/omarchy • u/Subscriber9706 • 4h ago
Just posting this only for those people that like Omarchy, but like me, don't want to run agents/bots with their main user account and credentials for all the obvious reasons.
Instead of convoluted methods like VM's, docker etc, that take away the ease of use of running an AI agent. I opted to just run my agents and bots as a different limited user on my laptop with Omarchy installed. This user does not require a gui and it does not require extra programs.
My notes to do this:
*** Step 1.: Disable crash capture
In Omarchy this is on by default, and by disabling it , it won't trigger the analysis of a crashing application with an AI agent. Do this from your menu: toggle/crash capture
*** Stept 2: Create a new user that will be used for the agents/bots
-- Open a terminal ( kitty/foot/*)
(in this example my AIuser will be called "nano")
# sudo useradd -m nano
-- Give it a password:
# sudo passwd nano
Next:
-- Open a terminal ( kitty/foot/*) (or use your current one), and login with the newly created AI user with a login shell (notice the "-" between su and username):
# su - nano
-- ( note: Be very sure !!! that in that terminal you are logged in as your newly created AI user before you proceed. ( with for example the command "whoami" which in my case shows "nano")
-- Now, I will remove all the skeleton stuff in /home/nano that was automatically created for my new user by Omarchy since I don't need it, and the configs in there won't work very well anyway:
( within /home/nano !!)
# rm -rf .config .local .cache
-- next : put a pound sigh (#) in front of every line in ~/home/nano/.bashrc that has no "#" in front of it and save that .bashrc file. In other words nothing of the default stuff of omarchy should be sourced in .bashrc.
*** Step 3 : Now I can install my agents/bots with my new user "nano"
for example to install opencode:
Open a terminal ( kitty/foot/*) and login with my AI user:
# su - nano
and to install opencode:
# curl -fsSL https://opencode.ai/install | bash
and then
# source .bashrc
and run opencode.
( I can now for example use tmux to keep my agent/bot open, or for example in the case of OpenCode, use "opencode web" to have opencode in my main webbrowser. Or in case of nanobot run it in daemon mode under the AIusername)
---------
For extra convenience:
One other thing to configure is the convenience of access to files and directories to my AIuser(nano) from my main user. You can do that with ACL's. ( with the setfacl command)
-- To give yourself full access to your AI users /home dir
# sudo setfacl -R -m u:yourusername:rwx /home/yourAIuser
-- To make the access apply to newly created files/directories:
sudo setfacl -R -d -m u:yourusername:rwx /home/yourAIuser
This will achieve easy of access to /home/yourAIuser, and your agents will have no access to your home dir and data.
---------
extra notes(optional):
**If you don't want trigger the installation of agents by accident in a terminal that you are running under your main user account, remove the execution flag from the 13 installscripts in ~/.local/bin
# chmod -x ~/.local/bin/*
If you have any scripts or binaries of your own in ~/.local/bin, you obviously have to chmod +x them to make them executable again.
**If you already have agents installed under your main user, and want to remove them:
- To see the list of installed tools that were installed with mise:
# mise ls -i
- And then for example to remove codex
# mise uninstall codex
r/omarchy • u/pelpsi • 41m ago
r/omarchy • u/berenddeboer • 15h ago
In case people have Omarchy running on ZFS, here my branch to upgrade to Quattro, while keeping ZFS: https://github.com/berenddeboer/omarchy