Download GitDock

Free, open-source, runs on your machine only. No GitDock signup; no data collected.

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

File ---
Version Latest
Size n/a

Verify downloads on GitHub Releases (asset details & release notes).

Also available for:

On Windows

  1. Use the download button at the top of this page to get the .zip
  2. Extract the zip to a folder of your choice (e.g. C:\GitDock)
  3. Run gitdock.exe → browser opens at localhost:3847
  4. First run: choose a workspace, then Add Account (in-app setup)

SmartScreen may warn (unsigned build): More info → Run anyway. Source on GitHub.

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.