We use cookies to make your experience better.
Liberate engineers from locked-down, bogged-down local workstations. Keep your code and data inside your secure network instead of wandering the world on uncontrolled machines. Coder workspaces are centrally hosted and configured, so your organization has fine-grained control over their content and transparency into their use.
Deploy workspaces in a few minutes. Update them without interrupting your engineers. Help your engineers focus on solving customer problems, not fixing their workstations. “It works on my every machine.”
Give your engineers the powerful processors, fat stacks of RAM, blazing-fast SSDs, and vector smashing GPUs they need to work. Coder leverages the resource flexibility of containers to maximize power at low costs.
Code from anywhere from any device securely with the responsiveness typical of local IDEs. With SSH, developers can connect local VS Code and JetBrains IDEs to their workspace. Coder’s container isolation lets engineers safely run root privileged software, such as Docker. Coder gives you total control over your infrastructure so your workspaces can be as global as your teams.
Guarantee that everyone on a team engineers your product with the exact same software, operating system, and hardware platform. Coder lets engineers bring their existing, individual workflows into their workspace. Someone on the team prefers zsh over bash? JetBrains over VS Code? Not a problem.
Run Coder on Amazon Web Services, Google Cloud Platform, Azure, your own hardware, or any other infrastructure that can run Kubernetes or Docker.
Developers and administrators access Coder through a web browser. The Coder control plane (coderd) handles authentication and the creation and orchestration of workspaces. coderd also provides a dashboard and an API for interacting with workspaces. When installed on Kubernetes, each Coder workspace resides in its own pod.
"New hires have a shorter onboarding experience because they‘re just spinning up a Coder workspace instead of installing locally and having to worry about whether all the dependencies are up to date."
$ docker run --rm -it -p 7080:7080 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v ~/.coder:/var/run/coder \
codercom/coder:1.27.0
Learn more about our projects and our commitment to the open source community.
code-server: the heart of Coder
code-server is the primary open source project we maintain. It allows developers to use a browser to access remote dev environments running VS Code. Coder builds upon the success of code-server and adds features designed for enterprise teams including support for additional IDEs and advanced security features.