Install on Linux
The one-line installer supports Ubuntu 24.04 and later and Debian trixie and later, on 64-bit x86 and ARM. It adds Waired’s apt repository, so updates arrive the same way as the rest of your system packages.
Install
Section titled “Install”-
Open a terminal and run:
Terminal window curl -fsSL https://github.com/waired-ai/waired-agent/releases/latest/download/install.sh | sh -
Read the summary it prints, and press Enter at
Proceed? [Y/n]. -
Enter your password when asked. Nothing appears on screen as you type — that is normal.
Now sign in and set up.
Other distributions
Section titled “Other distributions”The one-liner only knows how to set up apt repositories, so Fedora, Arch, Alpine and the rest are not covered yet. You can still run Waired by taking the binaries from the latest release and registering the service yourself, but nothing about that path is automated and updates are manual.
Desktop icon on GNOME
Section titled “Desktop icon on GNOME”GNOME does not show icons next to the clock without an extension, so Waired’s icon needs the AppIndicator extension. Setup installs and enables one automatically when it detects GNOME. If the icon still does not appear, see Troubleshooting. KDE Plasma needs nothing.
Skip the AI software
Section titled “Skip the AI software”Waired installs Ollama — the program that runs models — during setup, and only on computers that will run models. To make sure it is never installed:
curl -fsSL https://github.com/waired-ai/waired-agent/releases/latest/download/install.sh | sh -s -- --skip-ollamaWhat gets installed
Section titled “What gets installed”| Packages | waired, waired-tray (from Waired’s apt repository) |
| Background service | waired-agent.service (systemd), starts at boot |
| Settings | /etc/waired |
| State | /var/lib/waired |