Omarell is a personalized fork of Omakub, the one-liner tool that turns a fresh Ubuntu install into a modern development environment. It builds on Omakub with targeted tweaks for a more streamlined and opinionated Linux setup.
The name comes from umarell, the Italian archetype of a retiree watching construction sites with a critical eye. Likewise, Omarell keeps tabs on the evolving Omarchy project, selectively adopting useful changes while staying grounded on a stable, proven base.
Omarell is designed to transform a fresh Ubuntu Server LTS installation into a complete development environment. Make sure you have:
- A fresh Ubuntu Server LTS installation (24.04)
- A stable internet connection (the setup downloads packages and extensions)
- At least 30 minutes for the complete installation process
To install Omarell, simply run the following command in your terminal:
curl -fsSL https://omakasui.org/omarell | bash
You can also install Omakub in its "development" version to experiment and/or contribute, but you accept all the risks involved (and a few coffees won't always be enough). This is the command, for the brave:
curl -fsSL https://omakasui.org/omarell-dev | bash
For Omarell-specific features, consult the Omarell manual.
To learn about the project it comes from and the key features it has inherited, visit the official Omakub manual.
Omarell is released under the MIT License, like the original Omakub project.
As a fork of Omakub, Omarell welcomes contributions that extend existing functionality without compromising compatibility with the base project.
If you want to contribute to Omakub core features, visit the official repository.