Welcome to Runixeer – a powerful and flexible alternative to macOS's Finder, crafted specifically for GNU/Linux systems using Rust! 🚀
Runixeer is a versatile launcher for Linux. It combines the elegance of Rofi/Wofi with a modern, extensible design to give you a smooth and efficient experience. With Runixeer, you can manage your files, launch applications, and extend functionality with ease.
- Customizable: Tailor Runixeer to your needs with easy-to-edit configuration files.
- Flexible: Extend Runixeer’s capabilities with plugins. Plugins are executable binaries that communicate with Runixeer via Unix sockets.
- Easy Plugin Development: Write your own plugins in any language! Just follow the rules.
Other installation instructions is on the way.
git clone https://github.com/Runixeer/runixeer --recursive
cd runixeer
sudo just install
just user_install
We love getting contributions from the community! If you want to help out with Runixeer, here's how you can do it:
- Is it a security concern?
If you’ve found a potential security issue, please do not post it publicly. Instead, contact us directly at security@runixeer.dev. Your privacy and security are our top priority.
- Found a bug?
Please report it by creating an issue on GitHub. This helps us keep track of bugs and work on fixes promptly. Just head over to the Issues page and let us know what’s wrong.
- Got a new feature or improvement?
That’s awesome! Here’s what to do:
- Create a new branch from
dev
for your changes. - Make your updates and test them thoroughly.
- Submit a pull request with a clear description of what you’ve done. This allows us to review and merge your changes.
Your help makes Runixeer better for everyone. We appreciate your time and effort!