This repository was archived by the owner on Jun 13, 2026. It is now read-only.
Add experimental macOS launcher support#52
Draft
morganlavery wants to merge 2 commits into
Draft
Conversation
8494442 to
6f39e2f
Compare
Collaborator
|
Is this verified working on MacOS? |
Author
|
Yes, I have it runningVery little issue so far except for the library link wasn't workingI have it working nowMorgan Lavery775-954-6598On Jun 9, 2026, at 6:07 PM, Daniel Joaquin Trujillo ***@***.***> wrote:danieljtrujillo left a comment (gantasmo/StableDAW#52)
Is this verified working on MacOS?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Adds experimental macOS launcher support for theDAW:
start-dev.commandlauncher for macOStheDAW.appwrapper so the UI opens in an app window instead of a browser tabaubiooptional on macOS becauseaubio==0.4.9does not currently build cleanly against NumPy 2 on Apple Siliconlibrosafallback when aubio is unavailable, while still requiring FFmpegWhy
The current one-shot launcher is Windows-only. This gives macOS users a practical development-app launcher path without presenting it as a finished native distribution.
This is intentionally framed as experimental: the generated app wrapper launches the checked-out repository and is not yet fully self-contained, signed, or notarized.
Validation
uv sync --lockednpm run lintnpm run builduv run pytest tests/test_chimera_detect.py tests/test_chimera_mashup_endpoint.pybash -n start-dev.command scripts/macos/create-app.sh scripts/macos/create-dmg.shscripts/macos/TheDAWLauncher.swiftwithswiftcbuild/theDAW.appand verified backend health plus frontend HTTP 200build/theDAW.dmglocally withhdiutil verifyNotes
The generated
.appand.dmgartifacts are intentionally not committed. They can be produced locally with: