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
Alternatively, you can also use an [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) to make the installation more straightforward.
182
182
note: |
183
183
**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.
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.
0 commit comments