-
flstudio-launcher-1.1.3 Stable
released this
2026-07-15 12:33:57 +00:00 | 0 commits to main since this releaseFixes:
- "Add VST Association" button failed instantly (step: command not found) - setup-exe-association.sh called step/ok/warn without defining them.
- .exe double-click association did not actually work even after the button succeeded: real .exe files resolve to application/vnd.microsoft.portable-executable, which was missing from the registered mime types.
Changes:
- GUI now defaults to Spanish (matches the existing Spanish .exe handler prompts).
- Recolored the app theme from orange to a blue/grey Material 3 dark scheme.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
FL_Studio_Linux_Setup-x86_64.AppImage
1 download ·
2026-07-15 12:40:09 +00:00 · 112 MiB
-
flstudio-launcher-1.1.2 Stable
released this
2026-07-15 11:41:59 +00:00 | 1 commits to main since this releaseFixes the root cause of installers silently doing nothing: our custom Wine build has no 32-bit/wow64 support, but FL Studio's own installer and many plugin installers are 32-bit stubs. This is now detected and transparently routed to system Wine.
Also adds .exe file-manager integration (double-click a .exe -> asks if it's a VST/plugin installer, in Spanish) and an "Add VST Association" button in Advanced.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
FL_Studio_Linux_Setup-x86_64.AppImage
1 download ·
2026-07-15 11:42:39 +00:00 · 112 MiB
-
Source code (ZIP)
-
released this
2026-07-15 00:51:55 +00:00 | 2 commits to main since this releaseRoot-cause fix for installs that appear to hang forever after the pkexec prompt.
Root cause
preflight()treated the systemwinepackage as a hard dependency and checked for it withcommand -v wine, even though the script had already resolved and verified its own patched Wine build ($WINE) a few lines earlier. On any machine without system Wine installed, this forced an unnecessarypkexec+pacman -S wine, pulling in a large multilib package that was never actually needed. Worse, the GUI only rendered output on newlines, but pacman/curl progress meters update via carriage return (\r) with no newline until a download finishes — so during that whole unneeded install, the GUI showed nothing and looked completely dead.Fixes
- Drop the system
winepackage from preflight dependency checks — the already-resolved custom build is verified separately, so no bogus system package install is triggered - GUI output reader now splits on
\ras well as\n, so progress-bar-style output (pacman, curl, etc.) streams live instead of being swallowed for minutes at a time fl_privileged_runand the root-side install-packages helper now print explicit before/after trace lines around any pkexec/sudo step, so a stuck privileged step is visible instead of silent
Builds on 1.1.0 (real success/failure reporting, live status line, Cancel button, Repair Wine Prefix).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
FL_Studio_Linux_Setup-x86_64.AppImage
2 downloads ·
2026-07-15 00:52:34 +00:00 · 112 MiB
- Drop the system
-
released this
2026-07-15 00:41:10 +00:00 | 3 commits to main since this releaseFixes silent install/plugin failures in the GUI: the Finished dialog previously claimed success regardless of the actual exit code, and progress/errors were only visible on the Advanced tab. This release plumbs real exit codes through to the UI, adds a live status line + Cancel button visible on every screen, and adds a non-destructive "Repair Wine Prefix" button that fixes a broken prefix without touching installed programs, plugins, or your Documents share.
Changes
- Failure dialog now shows the real error instead of a fake success message
- Live status line + Cancel button visible on every screen while a command runs
- Console output clears per-run instead of accumulating forever
- New: Repair Wine Prefix button (Advanced tab)
- Clearer messaging when the Wine installer opens a separate window
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
FL_Studio_Linux_Setup-x86_64.AppImage
2 downloads ·
2026-07-15 00:41:40 +00:00 · 112 MiB
-
flstudio-launcher-1.0.0 Stable
released this
2026-07-10 19:40:19 +00:00 | 14 commits to main since this releaseFirst tagged release of the FL Studio Linux launcher: Material Design 3 PyQt6/QML GUI (install/plugins/runtime/advanced screens), pkexec-based privileged setup, native xdg-portal plugin file picker, and an app icon. Packaged as a self-contained AppImage.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
FL_Studio_Linux_Setup-x86_64.AppImage
35 downloads ·
2026-07-10 20:09:26 +00:00 · 112 MiB
-
Source code (ZIP)
-
flstudio-wine-11.12-2 Stable
released this
2026-07-10 19:36:33 +00:00 | 14 commits to main since this releaseExtends the xdg-desktop-portal comdlg32 patch to also cover the Vista-style IFileDialog2/IFileOpenDialog/IFileSaveDialog COM API, used by FL Studio itself for its Open/Save dialogs (the classic GetOpenFileNameW hook alone did not cover this). Verified live: FL Studio Save As now shows the native portal file picker and writes files correctly.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
flstudio-wine-11.12-x86_64.tar.xz
1 download ·
2026-07-10 19:37:09 +00:00 · 119 MiB
-
Source code (ZIP)
-
released this
2026-07-09 12:23:31 +00:00 | 14 commits to main since this releaseCustom Wine 11.12 build for FL Studio on Linux.
Includes:
- comdlg32 xdg-desktop-portal FileChooser front end for native Open/Save dialogs (fixes Save As writing files correctly)
- WineASIO baked in as a builtin
See wine-custom/ in the repo for build instructions and patches.
Usage:
export FLSTUDIO_WINE_TARBALL=/path/to/flstudio-wine-11.12-x86_64.tar.xz
./lib/setup-wine.shDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
flstudio-wine-11.12-x86_64.tar.xz
0 downloads ·
2026-07-09 12:24:05 +00:00 · 119 MiB