Download GitDock
Free, open-source, runs on your machine only. No GitDock signup; no data collected.
Before you start
Standalone zip, no Node.js required
You still need these on your computer before the app can manage repos:
Git
clone, pull, commit, push
GitHub CLI (
gh)
list repos, GitHub API
SSH to GitHub
guided in the app per account
Full prerequisite commands: README.
Detecting your system...
- Open source: built by GitHub Actions, inspect on GitHub
-
Local only: binds to
127.0.0.1, nothing exposed to your network - No tracking: no analytics, ads, or data collection
Verify downloads on GitHub Releases (asset details & release notes).
Also available for:
How to install
On Windows
- Use the download button at the top of this page to get the .zip
- Extract the zip to a folder of your choice (e.g.
C:\GitDock) - Run gitdock.exe → browser opens at
localhost:3847 - First run: choose a workspace, then Add Account (in-app setup)
SmartScreen may warn (unsigned build): More info → Run anyway. Source on GitHub.
- Use the download button at the top of this page to get the .zip
- Extract the zip (double-click or
unzip gitdock-macos-x64.zip) - Run
./gitdockin Terminal →localhost:3847 - First run: choose a workspace, then Add Account (in-app setup)
Gatekeeper may block: Privacy & Security → Open Anyway, or xattr -cr ./gitdock. Source on GitHub.
- Use the download button at the top of this page to get the .zip
- Extract:
unzip gitdock-linux-x64.zip chmod +x gitdock, then./gitdock→localhost:3847- First run: choose a workspace, then Add Account (in-app setup)
Alternative
Install from source
Prefer cloning the repo or hacking on GitDock? You need Node.js 18+.
git clone https://github.com/gitdock-dev/gitdock.git
cd gitdock
npm install
node server.js
Opens at localhost:3847. See the developer setup in the README.