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
1
Download the installer
Download GitHub Desktop for macOS:
The installer will automatically detect your Mac’s architecture.
2
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.
3
Verify installation
Once launched, GitHub Desktop will:
- Prompt you to sign in to GitHub
- Configure Git with your account information
- Show the welcome screen
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:1
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.
2
Configure Git
GitHub Desktop will automatically configure Git with:
- Your GitHub username
- Your GitHub email address
3
Choose repositories
You can:
- Clone a repository from GitHub
- Add an existing local repository
- Create a new repository
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