How to install diegosouzapw/OmniRoute. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
diegosouzapw/OmniRoute Installation Guide
How to install diegosouzapw/OmniRoute. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for diegosouzapw/OmniRoute. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i diegosouzapw/OmniRouteor
Install via npx
npx @hexmos/ipm i diegosouzapw/OmniRoutePrerequisites
Node.js
runtimeVersion: >=22.0.0 <23 || >=24.0.0 <27
Docker
containerGit
toolManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install with npm (Recommended)
npm install -g omniroute
omnirouteInstall with Docker
docker run -d --name omniroute --restart unless-stopped --stop-timeout 40 -p 20128:20128 -v omniroute-data:/app/data diegosouzapw/omniroute:latestInstall from source
git clone https://github.com/diegosouzapw/OmniRoute.git
cd OmniRoute
npm install
PORT=20128 npm run devInstall on Arch Linux (AUR)
yay -S omniroute-bin
systemctl --user enable --now omniroute.service