xai-grok-macos

(★ 25)

Native Grok app for macOS

File Explorer

  • .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

jsDelivr

jsDelivr 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 ▼

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 ▼

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:

// repository documentation