Add macOS support - #30
Open
Kunstderfug wants to merge 1 commit into
Open
Kunstderfug wants to merge 1 commit into
Kunstderfug wants to merge 1 commit into
Conversation
Run and package on macOS without disabling GPU (the Linux DISPLAY/DRI probe no longer treats a Mac as headless). Restore a standard application menu so copy/paste and Quit work, accept Command shortcuts alongside Ctrl, and add unsigned electron-builder mac targets plus build-macos.sh. Also resolve leftover merge-conflict markers in README and .gitignore.
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
Grok Desktop currently builds and runs on Windows and Linux. This PR adds macOS as a first-class platform without changing the grok.com wrapper, tabs, or usage-stats UI.
Runtime
DISPLAY//dev/driGPU probe so macOS and Windows no longer start with hardware acceleration disabled.Cmd+T/Cmd+R/Cmd+I; Ctrl remains an alias). Tab cycling staysCtrl+TabbecauseCmd+Tabis the system app switcher.setAlwaysOnTop()on macOS (nowmctrl).Packaging
electron-buildermac targets: unsigneddmg+zip, mic/camera usage strings../build-macos.sh(andnpm run build-mac-app/npm run build-mac) produceGrok Desktop.app.identity: null). First Finder launch may need right-click Open orxattr -cr.Docs
README.mdand.gitignore.Not in this PR: auto-update, renaming the product, or Info.plist mutation of the unpackaged Electron binary.
Test plan
npm starton Apple Silicon: GPU stays enabled, grok.com loads, Cmd+C/V and Cmd+Q work via the app menu../build-macos.sh --launchproduces and opensbuild/mac-arm64/Grok Desktop.app..app.