A simple OpenRC service manager GUI built with Odin and Raylib.
This project was born from this C++/Qt implementation I found online. I wanted to learn Odin and Raylib, so I rewrote it from scratch as a learning exercise. The original idea and concept belong to its author — I just used it as a target to aim at.
# Arch
sudo pacman -S raylibgit clone https://github.com/jakepys/openmanagerc
cd openmanagerc
make buildparu -S openmanagerc
# or
yay -S openmanagercMust be run as root since it calls rc-service and rc-update.
odin run . -extra-linker-flags:"-lraylib -lm"- List all OpenRC services with runlevel and status
- Start / Stop / Delete services
- Real-time boot logs from
/var/log/rc.log - Keyboard-friendly, scroll support
GPLv3


