Download LocalDocks
LocalDocks ships as a per-user Windows installer. It installs without administrator rights, and the application never asks for them afterwards.
Microsoft Store coming soon. View in Store is currently disabled.
Microsoft Store
Install and update LocalDocks through the Microsoft Store for the easiest experience.
- Installer size
- ~ 3.7 MB
- Installed size
- ~ 13 MB
- Architecture
- x64
- Updates
- Automatic via Microsoft Store
- Privileges
- None
Windows installer
RecommendedAn NSIS installer that installs to %LOCALAPPDATA%\LocalDocks for the current user only. No elevation prompt, no service, no scheduled task.
- Installer
- LocalDocks_0.9.0_x64-setup.exe
- Installer size
- 3.7 MB
- Installed binary
- 13 MB
- Architecture
- x64
Releases are published through GitHub. There is no separate download host and no CDN in front of the artifacts — the release page is the canonical source.
Requirements
- Operating system
- Windows 10 version 1809 or later
- Architecture
- x64
- Runtime
- WebView2 — preinstalled on Windows 11 and current Windows 10
- Privileges
- None. LocalDocks never requests administrator rights.
Windows only. LocalDocks reads processes and sockets through Win32 APIs directly; other platforms are future scope rather than a near-term plan.
Verifying a build
Check what you downloaded.
Every release records the SHA-256 of the installer. Compare it before you run anything.
# PowerShell
Get-FileHash .\LocalDocks_0.9.0_x64-setup.exe -Algorithm SHA256Updating
There is no in-app updater in V1. Installing a newer build over an older one is the supported path.
How updating works →Uninstalling
Through Windows Settings, like any per-user application. Settings and the local log live under your own AppData.
Install and uninstall →Source
LocalDocks is MIT licensed. The repository becomes public as part of the V1 release.
View the repository →