Wingetlywingetly
← All apps
L

LocalDock

by Daiven Reyesv0.1.2

Last updated

Local dev-server control panel

Install with winget

$ winget install --id DaivenReyes.LocalDock --exact --version 0.1.2

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for LocalDock

LocalDock uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, user scope)
LocalDock_0.1.2_x64-setup.exe /S

See the full silent install reference for LocalDock

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Start, stop, and monitor your local dev servers from one dashboard. LocalDock manages the full process tree for every project, shows live console output, CPU/RAM/uptime, and can group related projects into a stack with one-click start-all/stop-all. It also runs a local MCP server so AI coding assistants can start, stop, and inspect dev servers directly.

Installers · v0.1.2

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
userDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for LocalDock.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Win-CodexBarCodexBar Contributors
    Finesssee.Win-CodexBarv0.56.8

    Windows-native menu bar app for OpenAI Codex and Claude Code usage stats.

  • System InformerWinsider Seminars & Solutions, Inc.
    WinsiderSS.SystemInformerv4.0.26241.138

    System Informer is a free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.

  • CC Switchfarion1231
    farion1231.CC-Switchv3.20.2

    A cross-platform desktop All-in-One assistant tool for Claude Code, Codex, OpenCode, openclaw & Gemini CLI.

  • Microsoft Visual Studio CodeMicrosoft Corporation
    Microsoft.VisualStudioCodev1.137.0

    Microsoft Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Microsoft Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

  • DBXt8y2
    t8y2.DBXv0.6.10

    15MB,lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more.

  • Windows TerminalMicrosoft Corporation
    Microsoft.WindowsTerminalv1.24.11911.0

    The new Windows Terminal, a tabbed command line experience for Windows.

More from Daiven Reyes or browse developer-tools, dev-server, process-manager.

Frequently asked questions

How do I install LocalDock on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id DaivenReyes.LocalDock --exact --version 0.1.2. winget downloads the installer from Daiven Reyes and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install LocalDock silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id DaivenReyes.LocalDock --exact 0.1.2 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for LocalDock?
LocalDock uses EXE (NSIS). Run the downloaded installer with: LocalDock_0.1.2_x64-setup.exe /S. The silent switches are /S.
How do I uninstall LocalDock via winget?
Run: winget uninstall --id DaivenReyes.LocalDock --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from LocalDock's Apps & Features entry.
Is LocalDock free?
LocalDock is distributed under MIT. Refer to the publisher (https://github.com/rdaiven/localdock) for the full license terms - Wingetly itself does not charge for installation.
Does LocalDock work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls LocalDock directly from the publisher.
How do I keep LocalDock up to date?
Run winget upgrade --id DaivenReyes.LocalDock --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of LocalDock from microsoft/winget-pkgs.