xai-grok-macos
Native Grok app for macOS
File Explorer
- sign_update
- BinaryDelta
- generate_appcast
- generate_keys
- sign_update
- Package.resolved
- contents.xcworkspacedata
- Grok.xcscheme
- project.pbxproj
- sign_update
- BinaryDelta
- generate_appcast
- generate_keys
- sign_update
- Package.resolved
- contents.xcworkspacedata
- Grok.xcscheme
- project.pbxproj
- deploy-release.sh
- prepare-public-push.sh
- push-private.sh
- verify-repos.sh
- Contents.json
- icon_1024.png
- icon_128.png
- icon_16.png
- icon_256.png
- icon_32.png
- icon_512.png
- icon_64.png
- Contents.json
- Image.png
- Contents.json
- [email protected]
- Contents.json
- grok-48.png
- grok-96.png
- Contents.json
- xai-48.png
- xai-96.png
- Contents.json
- HotKeyManager.swift
- UpdateManager.swift
- VoiceManager.swift
- APIModels.swift
- Message.swift
- GrokAPIService.swift
- SettingsManager.swift
- KeychainHelper.swift
- ChatViewModel.swift
- ChatView.swift
- ContentView.swift
- SettingsView.swift
- AppDelegate.swift
- DeveloperRootView.swift
- Info.plist
- InputWindow.swift
- main.swift
- SettingsWindow.swift
- GrokChatTests.swift
- .gitignore
- appcast.xml
- build-dmg.sh
- build.sh
- create-dmg-from-archive.sh
- create-dmg-now.sh
- deploy-notarized.sh
- DEVELOPMENT.md
- Grok.entitlements
- NOTARIZED-RELEASE-WORKFLOW.md
- package-dmg.sh
- Package.resolved
- Package.swift
- README.md
- RELEASE-WORKFLOW.md
- release.sh
- release_repackage.sh
- RELEASE_WORKFLOW_2025.md
- VOICE_INTEGRATION_GUIDE.md
- xai_voice_docs.md
- deploy-release.sh
- prepare-public-push.sh
- push-private.sh
- verify-repos.sh
- Contents.json
- icon_1024.png
- icon_128.png
- icon_16.png
- icon_256.png
- icon_32.png
- icon_512.png
- icon_64.png
- Contents.json
- Image.png
- Contents.json
- [email protected]
- Contents.json
- grok-48.png
- grok-96.png
- Contents.json
- xai-48.png
- xai-96.png
- Contents.json
- HotKeyManager.swift
- UpdateManager.swift
- VoiceManager.swift
- APIModels.swift
- Message.swift
- GrokAPIService.swift
- SettingsManager.swift
- KeychainHelper.swift
- ChatViewModel.swift
- ChatView.swift
- ContentView.swift
- SettingsView.swift
- AppDelegate.swift
- DeveloperRootView.swift
- Info.plist
- InputWindow.swift
- main.swift
- SettingsWindow.swift
- GrokChatTests.swift
- .gitignore
- build-dmg.sh
- build.sh
- create-dmg-from-archive.sh
- create-dmg-now.sh
- Grok.entitlements
- package-dmg.sh
- Package.resolved
- Package.swift
- README.md
- VOICE_INTEGRATION_GUIDE.md
- xai_voice_docs.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
swift
View Details ▼
swift
Create, run, and build Swift projects.
swift repl
Start a REPL (interactive shell):
swift {{file.swift}}
Execute a program:
swift package init
Start a new project with the package manager:
xcode-select
View Details ▼
xcode-select
Switch between different versions of Xcode and the included developer tools.
Also used to update the path to Xcode if it is moved after installation.
xcode-select --install
Install Xcode's command-line tools:
xcode-select --switch {{path/to/Xcode.app/Contents/Developer}}
Select a given path as the active developer directory:
xcode-select --switch {{path/to/Xcode_file.app}}
Select a given Xcode instance and use its developer directory as the active one:
