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
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,27 @@ A huge thank you to everyone supporting the project!
129
129
- MagicPods for Steam Deck ([website](https://magicpods.app/steamdeck/))
130
130
- 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/))
131
131
132
+
# Nightly / Development Builds
133
+
134
+
Want to try the latest features before they're officially released? You can grab nightly builds from GitHub Actions:
135
+
136
+
### Android
137
+
1. Go to the [Actions tab](https://github.com/kavishdevar/librepods/actions/workflows/ci-android.yml)
138
+
2. Click on the most recent successful workflow run
139
+
3. Scroll down to **Artifacts** and download the **Debug APK** zip file
140
+
4. Extract the zip and install the `.apk` on your device
141
+
142
+
> [!NOTE]
143
+
> 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.
144
+
145
+
### Linux (Rust)
146
+
1. Go to the [Actions tab](https://github.com/kavishdevar/librepods/actions/workflows/ci-linux-rust.yml)
147
+
2. Click on the most recent successful workflow run
148
+
3. Download the **librepods-x86_64.AppImage** or **librepods** binary from **Artifacts**
149
+
150
+
> [!WARNING]
151
+
> Nightly builds are unstable and may contain bugs. Use at your own risk.
0 commit comments