From 99616d6a67ff11f706c5120e40718e1a2a413779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ulrych?= <74597246+TomasULR@users.noreply.github.com> Date: Fri, 17 Apr 2026 05:33:41 +0200 Subject: [PATCH] docs: add nightly/development builds section to README (#520) --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index a515c19..bf21cf9 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,27 @@ A huge thank you to everyone supporting the project! - MagicPods for Steam Deck ([website](https://magicpods.app/steamdeck/)) - MagicPods - if you're looking for "LibrePods for Windows" ([ms store](https://apps.microsoft.com/store/detail/9P6SKKFKSHKM) [installer](https://magicpods.app/installer/MagicPods.appinstaller) | [website](https://magicpods.app/)) +# Nightly / Development Builds + +Want to try the latest features before they're officially released? You can grab nightly builds from GitHub Actions: + +### Android +1. Go to the [Actions tab](https://github.com/kavishdevar/librepods/actions/workflows/ci-android.yml) +2. Click on the most recent successful workflow run +3. Scroll down to **Artifacts** and download the **Debug APK** zip file +4. Extract the zip and install the `.apk` on your device + +> [!NOTE] +> You need to be signed in to GitHub to download artifacts. Nightly builds are debug-signed and may not auto-update — you may need to uninstall the stable version first. + +### Linux (Rust) +1. Go to the [Actions tab](https://github.com/kavishdevar/librepods/actions/workflows/ci-linux-rust.yml) +2. Click on the most recent successful workflow run +3. Download the **librepods-x86_64.AppImage** or **librepods** binary from **Artifacts** + +> [!WARNING] +> Nightly builds are unstable and may contain bugs. Use at your own risk. + # Star History