You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Odio is an ultra-lightweight Go daemon that exposes a single clean REST API over your Linux user session's D-Bus: MPRIS players (Spotify, VLC, Firefox, MPD, Kodi), PulseAudio/PipeWire, systemd user services, and power management. No root. No hacks. Just Linux primitives.
10
13
@@ -17,21 +20,21 @@ Works without any system tweak.
17
20
18
21
## Quick Start
19
22
20
-
Start Spotify, VLC, or any MPRIS player first, then:
echo"deb [signed-by=/usr/share/keyrings/odio.gpg] https://apt.odio.love stable main"| sudo tee /etc/apt/sources.list.d/odio.list
264
+
sudo apt update
265
+
sudo apt install odio-api
266
+
```
267
+
256
268
### Packages (deb / rpm)
257
269
258
270
Pre-built packages for amd64, arm64, armv7hf, and armhf (ARMv6) are available as artifacts on each [build workflow run](https://github.com/b0bbywan/go-odio-api/actions/workflows/build.yml).
0 commit comments