Skip to content

Commit 0a07a16

Browse files
committed
feat(download page): Add nightly version Flatpak option
1 parent ef7c041 commit 0a07a16

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

content/pages/download.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ versions:
8282
file_url: https://github.com/mixxxdj/mixxx/archive/2.5.zip
8383
- slug: source
8484
name: 2.5.6 release
85-
file_url: https://github.com/mixxxdj/mixxx/archive/2.5.6.tar.gz
85+
file_url: https://github.com/mixxxdj/mixxx/archive/2.5.6.tar.gz
8686
beta:
8787
name: 2.6-beta
8888
release_announcement: /news/2025-05-11-mixxx-2_6_beta-released
@@ -134,7 +134,7 @@ versions:
134134
packages:
135135
- slug: source
136136
name: 2.6 branch
137-
file_url: https://github.com/mixxxdj/mixxx/archive/2.6.zip
137+
file_url: https://github.com/mixxxdj/mixxx/archive/2.6.zip
138138
testing:
139139
name: 2.7-alpha
140140
title: Development Snapshots
@@ -181,6 +181,25 @@ versions:
181181
Alternatively, you can also use an [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) to make the installation more straightforward.
182182
note: |
183183
**The AUR is an untrusted source.** Although the `mixxx-git` package is maintained by the Mixxx development team, you should always read the `PKGBUILD` of each AUR package you install to make sure it doesn't contain malicious code.
184+
- slug: flatpak
185+
os: Flatpak (any Linux distribution)
186+
text: |
187+
The development version of Mixxx is available for all Linux distributions as a Flatpak from the official Mixxx Flatpak repository.
188+
Add the repository by running:
189+
190+
flatpak remote-add --if-not-exists mixxx https://downloads.mixxx.org/flatpak/repo.flatpakrepo
191+
192+
Then, install the development version Flatpak like this:
193+
194+
flatpak install mixxx org.mixxx.Mixxx nightly
195+
196+
To run the development version Flatpak:
197+
198+
flatpak run org.mixxx.Mixxx//nightly
199+
200+
**Note:** When migrating from a distribution package or Mixxx built from source code, Mixxx Flatpak will not automatically recover your previous settings and database. Please refer to the [instructions in the manual](https://manual.mixxx.org/latest/chapters/advanced_topics#migrate-your-mixxx-library-and-settings-to-flatpak).
201+
202+
If you encounter issues with file or device permissions, please refer to the [Mixxx Flatpak repository](https://github.com/flathub/org.mixxx.Mixxx/issues) first.
184203
- slug: source
185204
name: Source Code
186205
icon: terminal.svg

0 commit comments

Comments
 (0)