Coder
Overview
curl -L https://coder.com/install.sh | shVersion & Lifecycle
Community Notes
Coder close-before-update deployment note
For managed Coder updates, close the application before starting the installer: the installer can return success while leaving binaries stale if the application is running. Add a pre-close, user-deferral, or retry step in Intune/ConfigMgr-style deployments before enforcing the update.
Official source: Coder vendor/project page.
Coder update shutdown and Windows install note
For managed Coder updates, close Coder before upgrading. The Windows EXE package can return success while the executable is not actually updated if Coder is still running, so Intune, ConfigMgr, or PSADT deployments should treat the Coder process as a conflicting process and then verify the installed file or product version after the installer exits.
Coder’s official Windows install documentation also notes that if you plan to use the built-in PostgreSQL database, the Visual C++ Runtime must be installed. The same docs point Windows admins to the GitHub releases page for the .msi installer or standalone .exe, list a package-manager install option, and start the server with coder server. Official sources: Coder installation docs and Coder GitHub releases.
Release Notes & Updates
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Don’t see it? Paste a CPE
Also known as
Other names people use for this app — helps search and matching.
Sign in to suggest a name.
Packaging Notes
Supports installation on Linux/macOS via install script; production deployments recommended on Kubernetes