
Coder
Coder is a self-hosted cloud development environment and AI-agent infrastructure platform for organizations that need secure, governed developer workspaces on infrastructure they control.
Information checked: Jun 14, 2026 ·View sources
Tool details
- Type
- Cloud IDEs
- Platforms
- Web browser, VS Code, Cursor, JetBrains IDEs, IntelliJ IDEA, Jupyter, CLI, API, SSH, Kubernetes, Docker, Linux, macOS, Windows, x86, ARM, AWS, Google Cloud, Azure, On-premises, Air-gapped environments
- Free plan
- Yes
- Open source
- Yes
- Bring your own key
- Yes
- Local models
- Yes

Overview
Best for
- Enterprise cloud development environments
- Self-hosted developer workspaces
- Regulated engineering teams
- Platform engineering teams
- Secure BYOD development
- On-premises and air-gapped development
- Standardized dev environments
- Remote development with existing IDEs
- AI coding agent governance
- Organizations that want to run agents on controlled infrastructure
- Teams using Terraform to define workspace infrastructure
- Companies that need audit logging, quotas, RBAC, and identity integration
Strengths
- Open-source Community edition with strong self-hosted foundations.
- Infrastructure-agnostic: works across clouds, Kubernetes, Docker, VMs, on-premises, and air-gapped setups.
- Terraform templates give platform teams precise control over workspace design.
- Supports many editors instead of forcing one IDE.
- Strong fit for secure enterprise development and regulated environments.
- Coder Agents bring self-hosted AI coding workflows into the same governed workspace model.
Limitations & trade-offs
- Solo developers who want a simple hosted cloud IDE with no infrastructure management
- Non-technical users looking for prompt-to-app builders
- Developers whose main need is AI autocomplete
- Teams that do not want to operate Kubernetes, VMs, Docker, or cloud infrastructure
- Organizations looking for a fully managed consumer-style AI code editor
- Small projects where local development or a simple browser sandbox is enough
- Requires infrastructure ownership and platform engineering effort.
- Premium pricing is custom rather than simple public seat pricing.
- Not a prompt-to-app builder or consumer AI IDE.
- AI workflows depend on configured model providers, governance, and infrastructure capacity.
- Teams must manage cloud costs, workspace templates, identity, networking, and lifecycle policies.
- More complex to deploy than hosted cloud IDEs such as GitHub Codespaces or CodeSandbox.
Get started
Pricing & usage limits
Official pricingFree tier available
Open-source edition for hobbyists and small teams, with unlimited workspaces, templates, members in a single organization, web UI, CLI, API, SSO via OpenID Connect, and community support.
Commercial edition with global support SLA, multi-organization access controls, resource quotas, audit logging, high availability, workspace proxies, RBAC, idle shutdown, and branding controls.
Self-hosted or enterprise deployment for public cloud, private cloud, on-premises, or air-gapped environments with security, governance, and support requirements.
AI coding agent workflows are available in Coder deployments and depend on configured infrastructure, model providers, governance, and commercial plan features.
Coder runs on infrastructure you control; compute, storage, GPU, Kubernetes, VM, or cloud costs are billed by your cloud or infrastructure provider.
Pricing checked: Jun 14, 2026 · Subscription, usage limits, and model costs may be billed separately.
Features & details
Self-hosted workspaces
- Provision cloud development environments on your own infrastructure.
- Define workspace infrastructure with Terraform templates.
- Run workspaces on Kubernetes, Docker, VMs, public cloud, private cloud, on-premises, or air-gapped infrastructure.
Developer access
- Connect through browser-based IDEs, VS Code, Cursor, JetBrains IDEs, Jupyter, SSH, CLI, and API workflows.
- Use familiar local tools while compute runs remotely.
- Automatically stop idle workspaces to reduce infrastructure cost.
Templates and environment governance
- Templates define workspace images, compute resources, scripts, parameters, and permissions.
- Admins can standardize environments by team, project, workload, or compliance boundary.
- Resource quotas and role-based access controls help control cost and usage.
AI coding agents
- Coder Agents provide a self-hosted chat and API interface for delegating development work.
- Agent loops execute in the Coder control plane on your infrastructure.
- Agents can provision workspaces, edit files, run shell commands, compact context, and delegate subtasks.
Security and networking
- Workspaces connect through secure WireGuard tunnels.
- Premium supports audit logs, workspace proxies, high availability, and advanced access controls.
- Private deployment options keep source code, agents, compute, and credentials inside controlled infrastructure.
Enterprise operations
- Multi-organization controls support large teams and platform engineering rollouts.
- OIDC group and role sync helps align Coder access with identity providers.
- Admins can govern developers and approved agents from a centralized platform.
Why Choose Coder?
Coder is most compelling when a company wants cloud development environments without giving up infrastructure control. Instead of renting a hosted CDE tied to one source-control provider or cloud, platform teams can run Coder on their own Kubernetes clusters, VMs, public cloud, private cloud, or air-gapped infrastructure.
That control is the point. Coder is not primarily a slick browser IDE or a consumer AI coding tool. It is a platform engineering layer for standardizing how developers and approved coding agents get secure compute, tools, secrets, network access, and repository context. The tradeoff is that teams must operate and govern the platform instead of simply subscribing to a hosted workspace product.
Core Workflow
A practical Coder workflow starts with a template. Platform engineers define the workspace infrastructure in Terraform: compute type, image, startup scripts, editor options, parameters, secrets, and access rules. Developers then create workspaces from those templates and connect using their preferred editor, browser UI, CLI, or SSH.
The AI-agent workflow builds on the same model. Coder Agents can select a template, provision a workspace, execute a task, edit files, run commands, and report results while the agent loop runs in the control plane. This design keeps model credentials out of individual workspaces and makes agent behavior easier to govern centrally.
Use Cases
Coder fits enterprises that need secure remote development, fast onboarding, standardized tooling, high-compute workspaces, regulated access controls, or developer environments that should not live on laptops. It is especially relevant for financial services, healthcare, government, defense-adjacent teams, and large software organizations with strict infrastructure policies.
It also fits teams adopting AI coding agents cautiously. Instead of letting every developer install agents locally with scattered API keys, Coder provides a place to run agents inside controlled infrastructure with centralized identity, logging, cost tracking, and policy enforcement.
Comparison to Alternatives
Compared with GitHub Codespaces, Coder is more infrastructure-agnostic and self-hosted. Codespaces is simpler for teams fully committed to GitHub. Coder is stronger when the organization wants to choose the cloud, network, identity provider, workspace architecture, and governance model.
Compared with Gitpod/Ona, Coder is more directly focused on self-hosted workspace infrastructure, while Ona has shifted toward background agent orchestration. Compared with CodeSandbox, Coder is less sandbox-product oriented and more enterprise-CDE oriented. Compared with Daytona or E2B, Coder is broader for human developer workspaces, while those tools focus more on code execution sandboxes for agents.
Compared with Devin or OpenHands, Coder is not just an autonomous engineering agent. It is the infrastructure where developers and agents can work. Teams may use Coder alongside agent products when they want a governed runtime layer.
Best Configuration
The best Coder setup starts with template design. Create separate templates for common workloads: backend services, frontend apps, data science, GPU tasks, secure production-debugging, and agent execution. Keep templates opinionated enough to reduce onboarding friction but parameterized enough for teams to choose appropriate compute and tooling.
For enterprise rollout, configure OIDC, RBAC, quotas, audit logging, idle shutdown, workspace proxies, and cost dashboards before broad adoption. For AI workflows, define approved model providers, model budgets, workspace permissions, command controls, secrets boundaries, and what human review is required before agent-generated changes are merged.
Migration Notes
Migrating from local development to Coder should start with the hardest-to-onboard repository. Document the local setup, convert it into a Terraform-backed template, test it with a new engineer, then refine until the workspace opens cleanly and runs the project’s main commands. The target is not merely to move compute to the cloud; it is to remove hidden tribal knowledge from local setup.
Migrating from GitHub Codespaces, Gitpod, or another CDE requires mapping each provider’s configuration model into Coder templates. Dev containers, startup commands, secrets, ports, and prebuild assumptions may need translation. Teams should also decide whether Coder becomes the only workspace platform or whether it coexists with hosted CDEs for specific teams.
For AI-agent adoption, start read-only or with low-risk repositories. Let agents inspect, explain, and draft changes before giving them broader edit and command permissions. Coder gives strong infrastructure controls, but the team still needs operational discipline around prompts, secrets, model access, and code review.
Model support & data privacy
Supported models
- Anthropic
- OpenAI
- Amazon Bedrock
- Self-hosted models
Privacy & data handling
Coder runs on infrastructure controlled by the organization, which can keep source code, workspaces, AI agent execution, chat history, and credentials inside self-hosted or private environments. Coder Agents execute the agent loop in the Coder control plane rather than requiring API keys inside individual workspaces. Teams should still configure model-provider access, secrets, audit logging, workspace permissions, network egress, idle shutdown, and data retention carefully before enabling developers or agents to access sensitive repositories.
Guides, reviews & fixes
View allNo published guides yet. Start with the official documentation above.
Product updates
No verified product updates listed yet. Follow this tool to see new relevant content in Saved.
See the content timelineAlternatives
Sources & verification
Verification dates record when this directory checked the information. Product release dates appear separately above.
Directory revision history
Created entry with current Coder positioning as a self-hosted CDE and AI-agent infrastructure platform, including Community and Premium editions, Terraform templates, WireGuard workspace connectivity, Coder Agents, and enterprise governance controls.