From 2a4e13c58d65635c112b8642af57cf77bd478466 Mon Sep 17 00:00:00 2001 From: Sebastian Palencsar Date: Mon, 23 Feb 2026 13:31:02 +0100 Subject: [PATCH] Document AUR deskify-bin install and alpha warning --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cb3a70b..28ba81a 100755 --- a/README.md +++ b/README.md @@ -192,6 +192,16 @@ Notes: - The `tauri` backend still requires Tauri/WebKitGTK system dependencies to build wrappers locally. - The `chromium` backend does not require Tauri prerequisites (but it requires an installed Chromium-based browser). +### Arch Linux (AUR) + +An AUR package is available (prebuilt binary package): + +```bash +yay -S deskify-bin +``` + +⚠️ The AUR package tracks **alpha** tags (`v0.1.0-alpha.N`). Expect occasional breaking changes during early development. + ### Option B: Build from source (Tauri mode) ### 1. System Dependencies