Use the native npm Computer Use bundle with unified macOS permission onboarding - #486
Merged
syzsunshine219 merged 6 commits intoSep 20, 2026
Conversation
memory-lee
requested review from
Wang-Daoji,
ZongYue99 and
wustzdy
as code owners
September 18, 2026 09:02
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
When a macOS Computer Use operation needs permissions, Memmy presents one panel with both Accessibility and Screen Recording settings. The operation waits for explicit continuation and a fresh permission check. Returning from System Settings no longer triggers another screen-capture probe or repeated system prompts.
Use the unmodified
open-computer-use@0.3.5npm bundle, removing vendored Swift sources, patches, and custom native builds while preserving the published helper name, identity, and signature.Add a draggable card for the exact active helper when it is missing from the macOS permission list, with a copy-path fallback. Validate the IPC sender and block dragging during checks or failed helper suspension.
Keep the permission window in its existing position when opening Settings; it remains available as a drag source without moving to the right.
Pause only the owned helper during setup, reconnect after permission changes, and never replay an operation that may already have executed.
Provide passive desktop observation through
get_screen_state, avoiding unintended Finder/application activation. This separate screen-capture path uses Memmy's own recording permission.Update native bundle installation, packaging checks, CI, and permission regression coverage. Ignore the local signing-material directory.
Synchronize project and derived package version metadata to
1.1.6.Validation
Remaining validation and limits