From 495ca290e016c359d7f726e53a8580fba61e6eff Mon Sep 17 00:00:00 2001 From: Jason Landbridge Date: Tue, 21 Apr 2026 22:18:34 +0200 Subject: [PATCH] docs: add Arch Linux AUR install notes (#1478) Integrated into release/v3.7.0 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 351e7e4785..ca3a177c2b 100644 --- a/README.md +++ b/README.md @@ -775,6 +775,15 @@ omniroute Dashboard opens at `http://localhost:20128` and API base URL is `http://localhost:20128/v1`. +#### Arch Linux (AUR) + +Arch Linux users can install the [AUR package](https://aur.archlinux.org/packages/omniroute-bin), which installs OmniRoute and provides a systemd user service: + +```bash +yay -S omniroute-bin +systemctl --user enable --now omniroute.service +``` + | Command | Description | | ----------------------- | ----------------------------------------------------------- | | `omniroute` | Start server (`PORT=20128`, API and dashboard on same port) |