Download · v1.0.0
Get GitStudio Desktop.
The free, open-source Git & GitHub client for macOS, Windows, and Linux — with auto-update built in. Signed installers, checksums, and the whole source on GitHub.
Recommended for your Mac
Download for macOSApple Silicon · .dmg · 1.0.0Intel Mac? Get the Intel build
On a different machine? See every build below ↓
All builds
macOS
Apple Silicon & Intel · macOS 11+brew install --cask gitstudioUnsigned builds may trip Gatekeeper — after dragging the app in, clear the quarantine flag once:
xattr -cr /Applications/GitStudio.appWindows
64-bit · Windows 10 & 11winget install GitStudioHQ.GitStudioIf SmartScreen appears, choose More info → Run anyway. The NSIS installer lets you pick the install directory.
Linux
x86-64 · arm64 comingcurl -fsSL https://gitstudio.dev/install.sh | shThe .AppImage is universal — chmod +x and run. On Debian/Ubuntu: sudo apt install ./GitStudio-*.deb; on Fedora/RHEL: sudo dnf install ./GitStudio-*.rpm.
v1.0.0 · Apache-2.0 · auto-updates · checksums & older versions on the GitHub Releases page.
Build from source instead (Node 22+)
git clone https://github.com/GitStudioHQ/gitstudio.gitcd gitstudio && npm install && npm run dist --workspace apps/desktopThe installer for your OS lands in apps/desktop/release/. The whole thing is open source, so you can audit it or build it yourself.
Prefer to stay in your editor?
Get the extension instead.
The same engine, on the VS Code Marketplace and Open VSX — for VS Code, Cursor, VSCodium, Windsurf, and code-server.
GitStudio for VS Code & Cursor
code --install-extension gitstudio.gitstudioPrefer the raw VSIX? (2.5 MB)
Download gitstudio-1.0.0.vsixshasum -a 256 gitstudio-1.0.0.vsixExpected: 37d43b76929ca24d75d00ccafcb1bd86b6493b106424b82c9e9fed60ce3f00d3
Bonus
A built-in MCP server.
The desktop app and the repo both ship gitstudio-mcp — a stdio MCP server that exposes your repository's Git to Claude Desktop, Cursor, VS Code, and Windsurf. Read-only by default; writes are opt-in. Setup lives in the AI & agents docs on GitHub.