[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-93406":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":16,"stars30d":16,"stars90d":15,"forks30d":15,"starsTrendScore":14,"compositeScore":17,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":20,"hasPages":18,"topics":21,"createdAt":9,"pushedAt":9,"updatedAt":22,"readmeContent":23,"aiSummary":24,"trendingCount":15,"starSnapshotCount":15,"syncStatus":25,"lastSyncTime":26,"discoverSource":27},93406,"ableton-linux","shibco\u002Fableton-linux","shibco","Run Ableton 12 and Push on Linux",null,"C",201,11,6,14,0,89,69.14,false,"main",true,[],"2026-07-22 04:02:09","# Ableton Live 12, Max For Live and Push on Linux\n\nRun Ableton Live 12, Max for Live and Ableton Push 1 and 2 on a patched Wine. Featuring dozens of QoL fixes, reproducible builds, a single-file installer, and a beta test program with remote diagnostics.\n\n![screenshot.png](screenshot.png)\n\nFollow me on [Mastodon](https:\u002F\u002Fpost.lurk.org\u002F@shibacomputer) or [Bluesky](https:\u002F\u002Fbsky.app\u002Fprofile\u002Fshibco.newdesigncongress.org) to keep track of development.\n\nDOWNLOAD HERE: https:\u002F\u002Fgithub.com\u002Fshibco\u002Fableton-linux\u002Freleases\u002Flatest\u002Fdownload\u002Finstall-ableton-latest.run\n\nPlace this installer + an Ableton Live zip file downloaded from Ableton.com in the same directory, and run.\n\n## Features\n\n- Support for all Live 12 editions (Intro, Standard, Suite, Trial), and experimental Live 12 Beta support.\n- Push 1 + 2 support.\n- Device recovery: audio and MIDI devices (Push included) survive in-session disconnect and reconnect.\n- Experimental Max\u002FMSP and Max for Live support.\n- File dialogues including open\u002Fsave dialogs are handled by your system's native file picker. \n- Dark\u002Flight theme mode that follows your system's settings.\n- System font support, Display Ableton's AI with your desktop interface fonts.\n- Low-latency audio via autobuilt PipeASIO, a native PipeWire ASIO driver, at 256 frames, with additional hardening to prevent crashes. Live can record from any PipeWire source, no JACK layer needed.\n- VST3\u002FJUCE\u002FOpenGL editor windows render, take input, and scale correctly.\n- HiDPI support display scale auto-detected and recalibrated on every launch.\n- Extensions SDK support.\n- VST specific fixes for Autuira, Pianoteq, SWAM and KORG (with others to follow).\n- Reproducible builds.\n\n## Getting started\n\n1. Download Ableton Live\n2. Download the latest installer: [install-ableton-latest.run](https:\u002F\u002Fgithub.com\u002Fshibco\u002Fableton-linux\u002Freleases\u002Flatest\u002Fdownload\u002Finstall-ableton-latest.run) (versioned builds are on the Releases tab)\n3. If your Ableton archive is in the same place, run the downloaded installer script and follow the instructions.\n\nYou can do that either by double clicking the `install-ableton-latest.run` installer, or running this command from your Downloads directory\n\n```\nsh ~\u002FDownloads\u002Finstall-ableton-latest.run\n```\n\n## Updating\n\nYou can update your existing installation by downloading a new version of the run script, and running it:\n\n`sh install-ableton-latest.run --update`\n\n## Issues?\n\nFile an issue on GitHub, there's some diagnostics scripts that will help diagnose the problem in .\u002Fbeta\u002Fscripts.\n\n## First launch\n\nA few more things to do after you launch for the first time:\n\n1. Ableton's Settings → untick Auto-Scale Plugin Window (prevents a plugin-window resize loop).\n2. Preferences → Audio → Driver Type ASIO → Device PipeASIO.\n\nIf you encounter any unexpected audio behaviour, open an issue or +1 an existing one and I'll fix as a priority!\n\n## Installing plugins\n\nTo run a plugin installer inside your Live environment:\n```\nWINEPREFIX=~\u002F.wine-ableton ~\u002F.local\u002Fopt\u002Fwine-d2d1-nspa-11.11\u002Fbin\u002Fwine \\\n    \"\u002Fpath\u002Fto\u002FPluginInstaller.exe\"\n```\nYou can also manually install plugin .vst3 files inside the `~\u002F.wine-ableton\u002Fdrive_c\u002FProgram Files\u002FCommon Files\u002FVST3\u002F` directory.\n\n## Push 1 + 2 support\n\nThis is built in. Use Preferences → Link, Tempo & MIDI → enable one `Push2` row, Live Port for both input and output, and enable the remote toggles. \n\nLike all other MIDI and Audio devices, Push will survive in-session disconnects. \n\n\n## Development\n\nRequirements are:\n\n- `podman` or `docker`\n- ~10 GB disk.\n- x86_64, glibc 2.35+ (any 2022+ distro)\n- GNOME or KDE \n- `zstd`\n- `pipewire` 0.3.56 or newer (1.6+ recommended for the lowest latency)\n- `cabextract`,\n- `binutils`\n\n## Project structure\n\n- [patches\u002F](patches\u002F): the Wine patch series + the pipeasio series\n- [scripts\u002F](scripts\u002F): install, prefix setup, launcher\n- [vendor\u002F](vendor\u002F): pinned build inputs\n- [notes\u002F](notes\u002F): patch notes and investigations\n- [tools\u002F](tools\u002F): diagnostic tools\n- [bin\u002F](bin\u002F): launchers\n- [dist\u002F](dist\u002F): build outputs\n- [beta\u002F](beta\u002F): beta test program\n\n## Development\n\nIf you're working on this and want to try building and installing:\n\n```bash\n.\u002Fbuild.sh\n.\u002Fscripts\u002Finstall.sh\n.\u002Fscripts\u002Fsetup-prefix.sh\nWINEPREFIX=~\u002F.wine-ableton ~\u002F.local\u002Fopt\u002Fwine-d2d1-nspa-11.11\u002Fbin\u002Fwine \\\n    \"\u002Fpath\u002Fto\u002FAbleton Live 12 Suite Installer.exe\"\nableton-live\n```\n\n### Single-file installer\n\n`.\u002Fscripts\u002Fmake-installer.sh` compiles everything into `dist\u002Fableton-wine-setup-\u003Cversion>.run`.\n\nIt verifies itself, installs the runtime, detects the display scale, creates the prefix, then runs the Ableton installer it finds next to itself (pauses so you can add one; prints the manual commands otherwise). \n\n#### Display scale\n\n`setup-prefix.sh` and the launcher auto-detect the display scale (GNOME, KDE, sway, Hyprland, X11 `Xft.dpi`); the launcher recalibrates the prefix DPI on every start. Unfortunately, switching monitors still needs a Live restart if those monitors have different DPIs. You can manually override the default scaling behaviours with `ABLETON_DPI_MODE`.\n\n### Other environment variables\n\nMostly unnecessary. But in case you need them: \n\n- `ABLETON_WINE_ROOT` runtime path (default `~\u002F.local\u002Fopt\u002Fwine-d2d1-nspa-11.11`)\n- `ABLETON_WINEPREFIX` prefix path (default `~\u002F.wine-ableton`)\n- `ABLETON_DPI_MODE` `auto` | `preserve` | `100` | `fractional`\n- `ABLETON_THEME_MODE` `auto` | `dark` | `light` | `preserve` — the launcher syncs Live's light\u002Fdark theme key to the desktop scheme on every start; this overrides it\n- `ABLETON_LIVE_EXE` full path to a Live exe inside the prefix, when more than one edition\u002Fversion is installed (default: the newest found)\n- `PIPEASIO_*` audio driver overrides, e.g. `PIPEASIO_PREFERRED_BUFFERSIZE=512` if you hear crackles; defaults live in `~\u002F.config\u002Fpipeasio\u002Fconfig.ini`\n- `ENGINE=docker` for `build.sh` \u002F `make-installer.sh`\n\n### Steam Deck\n\nDesktop Mode only. Add the host packages once, and (unfortunately) again after every SteamOS update.\n\n```bash\nsudo steamos-readonly disable\nsudo pacman-key --init && sudo pacman-key --populate archlinux holo\nsudo pacman -S cabextract binutils\nsudo steamos-readonly enable\n```\n\n## More\n\nYou can learn all about the patches here: [patches\u002FBASE.txt](patches\u002FBASE.txt).\n\nQuestions? [cade@parare.al](mailto:cade@parare.al)\n\n### AI Disclosure\n\nLocal models (Qwen 3.6) and Claude Opus were used during QA testing, documentation checking, and to help setup the build pipeline at the very end of this project's release.\n","该项目提供在Linux系统上运行Ableton Live 12及Push控制器的完整兼容方案，基于深度定制的Wine环境实现。核心功能包括原生PipeWire ASIO低延迟音频支持（无需JACK）、Push 1\u002F2硬件全功能适配、系统级文件对话框集成、HiDPI与暗色模式自动适配、Max for Live实验性支持，以及针对主流VST3插件（如Pianoteq、KORG）的专项修复。适用于Linux音乐制作人、电子音乐创作者及需要在开源桌面环境中使用Ableton生态进行编曲、现场演出或MIDI控制的专业与半专业场景。",2,"2026-07-17 02:30:11","CREATED_QUERY"]