Updating AgentDock
AgentDock has no auto-update mechanism today — how to update manually.
No auto-updater
Neither AgentDock nor AgentDock Pro includes an automatic update mechanism today. AgentDock will not check for or download updates on its own.
How to update
Updating means installing the latest release the same way you installed AgentDock originally:
- Check GitHub Releases or agdc.dev/downloads for a newer version.
- Download the build for your platform — see Windows, macOS, or Linux.
- Install it over your existing installation (Windows/macOS installers handle this normally), or replace the portable executable / AppImage file directly.
Your workspaces, sessions, and settings are stored locally and are not affected by reinstalling the app itself.
Building from source
If you're running a source build, update by pulling the latest changes and reinstalling dependencies:
bash
git pull
npm install