Add macOS compatibility: GPU, OAuth login, Cmd shortcuts, build#23
Open
jonathondouglasyager-debug wants to merge 3 commits intoAnRkey:mainfrom
Open
Add macOS compatibility: GPU, OAuth login, Cmd shortcuts, build#23jonathondouglasyager-debug wants to merge 3 commits intoAnRkey:mainfrom
jonathondouglasyager-debug wants to merge 3 commits intoAnRkey:mainfrom
Conversation
…uild config - Fix GPU detection to recognize macOS Metal GPU (was only checking Linux dev nodes) - Fix headless detection to skip DISPLAY/WAYLAND check on macOS/Windows - Set Chrome User-Agent on persist:grok session so OAuth providers don't reject Electron - Allow Google/Apple OAuth popups to open as real BrowserWindows with shared session - Auto-close OAuth popups when auth redirects back to grok.com - Use Cmd (meta) instead of Ctrl for keyboard shortcuts on macOS - Add mac build target (dmg) to package.json and electron-builder config Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…e field - Resolved merge conflict markers in README.md (kept development branch's better-structured Building from Source section) - Resolved merge conflict markers in .gitignore (combined both sides) - Fixed package.json license from "ISC" to "GPL-2.0" to match LICENSE file Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fix documentation: resolve merge conflicts, correct license
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
/dev/nvidia0or/dev/dri/card0. Also fixes headless detection (DISPLAY/WAYLAND_DISPLAYdon't exist on macOS/Windows, so the app was incorrectly flagging them as headless and disabling GPU acceleration).window.openercontext. Now allows OAuth popups to open as real BrowserWindows with the sharedpersist:groksession, and auto-closes them when auth completes.persist:groksession so login pages work correctly.Cmdon macOS instead ofCtrl.npm run build-macscript andmacconfig to electron-builder (produces.dmg).Test plan
npm startlaunches with "GPU acceleration enabled" on macOSnpm run build-macproduces a .dmgNotes
Also noticed an unresolved merge conflict in README.md (lines 90-132 have
<<<<<<< HEAD/>>>>>>> developmentmarkers) — didn't touch it since it's unrelated, but wanted to flag it.🤖 Generated with Claude Code