Ship a self-contained macOS flashing engine - #9
Merged
Conversation
alibros
marked this pull request as ready for review
July 10, 2026 14:21
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
dfu-util 0.11sidecar so users no longer need Homebrew or Terminal setupdfu-utilandlibusb 1.0.30from checksum-pinned upstream source and statically link the USB libraryUser impact
The official DMG becomes self-contained: install Touch Manager, connect Touch 2, and flash firmware without installing
dfu-util, Homebrew, Rust, or any other command-line dependency.Reproducibility and compliance
b4b53ba21a82ef7e3d4c47df2952adf5fa494f499b6b0b57c58c5d04ae8ff19efea36f34f9156400209595e300840767ab1a385ede1dc7ee893015aea9c6dbafValidation
npm test— 9 Rust/backend tests passednpm run buildnpm audit --omit=dev— 0 vulnerabilitiescargo fmt --all -- --checkcargo metadata --locked --no-depsbash -n .github/scripts/build-dfu-util-macos.shdfu-util 0.11codesign --verify --deep --strictpassed on the app extracted from the DMGgit diff --checkRelease
After merge, tag
v0.3.0. The tag workflow will publish the self-contained Apple Silicon DMG plus both corresponding source archives.