Documentation Index
Fetch the complete documentation index at: https://mintlify.com/livrasand/desktop/llms.txt
Use this file to discover all available pages before exploring further.
System Requirements
Before installing GitHub Desktop, ensure your system meets these requirements:- macOS
- Windows
- Linux
- macOS 10.13 High Sierra or later
- 64-bit processor
- At least 500 MB of available disk space
Installing GitHub Desktop
- macOS
- Windows
- Linux
Download the installer
Download GitHub Desktop for macOS:
The installer will automatically detect your Mac’s architecture.
Install the application
- Open the downloaded
.zipfile - Drag GitHub Desktop.app to your Applications folder
- Launch GitHub Desktop from Applications or Spotlight
On first launch, macOS may ask for permission to open the app. Click Open to continue.
Alternative: Homebrew
You can also install GitHub Desktop using Homebrew:Beta Channel
Want to test new features before they’re released to everyone? Install the beta channel:- macOS
- Windows
First Launch
After installing GitHub Desktop, you’ll be guided through initial setup:Sign in to GitHub
Click Sign in to GitHub.com and authorize GitHub Desktop in your browser.For GitHub Enterprise, click Sign in to GitHub Enterprise Server and enter your server URL.
Configure Git
GitHub Desktop will automatically configure Git with:
- Your GitHub username
- Your GitHub email address
Verifying Your Installation
To verify GitHub Desktop is installed correctly:- Open GitHub Desktop
- Go to About GitHub Desktop (macOS) or Help → About GitHub Desktop (Windows/Linux)
- Check the version number
- Run a test by cloning a repository
GitHub Desktop requires Git to be installed. The app includes a bundled version of Git via dugite, so you don’t need to install Git separately.
Troubleshooting Installation
If you encounter issues during installation:macOS: 'GitHub Desktop is damaged and can't be opened'
macOS: 'GitHub Desktop is damaged and can't be opened'
This is a macOS Gatekeeper issue. To fix:
- Open Terminal
- Run:
xattr -cr /Applications/GitHub\ Desktop.app - Try launching again
Windows: Installation hangs or fails
Windows: Installation hangs or fails
- Ensure you have administrator privileges
- Temporarily disable antivirus software
- Try the MSI installer instead of the user installer
- Check Windows Event Viewer for error details
Linux: Missing dependencies
Linux: Missing dependencies
Ensure you have required dependencies:
Ubuntu/Debian
Fedora/RHEL
Next Steps
Quickstart Guide
Get started with your first repository
Configuration
Customize GitHub Desktop to your preferences