Getting Started
Learn how to install and run OmniSet on your Linux system in just a few minutes.
What is OmniSet?
OmniSet is a modular Linux setup tool that streamlines environment configuration. Select the modules you need and install them with one command. It supports 32+ modules across 16 categories - from development tools to creative software.
Supported Platforms
OmniSet works on the following distributions:
- Ubuntu 20.04 and newer
- Debian 11 and newer
- Fedora
- Arch Linux
- openSUSE
- Alpine Linux
Architectures: Full amd64 support, partial arm64 and armhf compatibility.
Quick Install
The fastest way to get started is with the browser-based installer. Open your terminal and run:
curl -sL https://omniset.org/install | bash Alternative: Clone & Run
If you prefer to inspect the code first, you can clone the repository and run locally:
git clone https://github.com/omnisetorg/omniset.git
cd omniset
./bin/omniset install --web What Happens Next
After running the install command:
- Browser opens with the module selector interface
- Select modules you want to install
- Confirm your selection
- OmniSet installs everything automatically
The installer prefers native apt/deb packages. Flatpak and Snap are used only as fallbacks when native packages aren't available.
Post-Installation
After installation completes:
- Restart your terminal to load new shell configurations
- Log out and back in if you installed Docker (to apply group membership)
- Reboot if you installed graphics drivers or system-level tools
On this page
More docs
Was this helpful?
Help us improve the documentation