Remote development environments on your infrastructure
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Marcin Tojek 10036ab5fb
fix: use minDisabled, maxDisabled for parameter validation (#7755)
8 hours ago
.devcontainer chore: update to go 1.20 (#5968) 4 months ago
.github ci: send test statistics to DataDog (#7786) 21 hours ago
.vscode feat: add deleted_at field to workspace model (#7475) 3 weeks ago
agent feat: Collect agent SSH metrics (#7584) 1 week ago
buildinfo feat: remove server subcommand from slim binaries (#5747) 5 months ago
cli feat!: drop support for legacy parameters (#7663) 9 hours ago
cmd feat: convert entire CLI to clibase (#6491) 2 months ago
coderd feat!: drop support for legacy parameters (#7663) 9 hours ago
codersdk fix: use minDisabled, maxDisabled for parameter validation (#7755) 8 hours ago
cryptorand hotfix: remove cryptorand.Bool (#7780) 1 day ago
docs feat!: drop support for legacy parameters (#7663) 9 hours ago
dogfood chore: update protoc-gen-go (#7708) 3 days ago
enterprise feat: add prometheus metrics to database.Store (#7713) 2 days ago
examples fix: correct free disk space reported by agent metadata in fly.io example (#7592) 2 weeks ago
helm fix(helm): change proxy to wsproxy (#7499) 3 weeks ago
provisioner fix: use minDisabled, maxDisabled for parameter validation (#7755) 8 hours ago
provisionerd feat!: drop support for legacy parameters (#7663) 9 hours ago
provisionersdk feat!: drop support for legacy parameters (#7663) 9 hours ago
pty fix: pty.Start respects context on Windows too (#7373) 1 month ago
scaletest chore: add prometheus monitoring of workspace traffic generation (#7583) 1 week ago
scripts chore: CORs option for yarn dev server (#7630) 2 weeks ago
site feat!: drop support for legacy parameters (#7663) 9 hours ago
tailnet fix: agent disconnects from coordinator (#7430) 4 weeks ago
testutil chore: skip timing-sensistive AgentMetadata test in the standard suite (#7237) 1 month ago
.editorconfig chore: Improve project-wide prettier formatting and ignored files (#5505) 5 months ago
.gitattributes chore: mark apidoc files as linguist-generated (#5713) 5 months ago
.gitignore chore: add prometheus monitoring of workspace traffic generation (#7583) 1 week ago
.golangci.yaml chore: upgrade to golangci-lint 1.52.2 (#7674) 1 week ago
.prettierignore chore: add prometheus monitoring of workspace traffic generation (#7583) 1 week ago
.prettierignore.include chore: Improve project-wide prettier formatting and ignored files (#5505) 5 months ago
.prettierrc.yaml chore: Improve project-wide prettier formatting and ignored files (#5505) 5 months ago
.swaggo docs: update swaggo/swag v1.8.9 (#5590) 5 months ago
LICENSE chore: Add license (#841) 1 year ago
LICENSE.enterprise Add Enterprise License text (#3932) 9 months ago
Makefile ci: deduplicate language setup (#7753) 1 day ago
README.md chore: fix one broken link (#7143) 2 months ago
SECURITY.md docs: create a SECURITY.md file (#5875) 4 months ago
coder.env feat: Add tunnel by default (#4399) 8 months ago
docker-compose.yaml fix: use `CODER_HTTP_ADDRESS` in `docker-compose.yml` (#7185) 2 months ago
flake.lock chore(helm): add unit tests for helm chart (#6557) 3 months ago
flake.nix fix: add mockgen to nix env (#7682) 1 week ago
go.mod fix: use minDisabled, maxDisabled for parameter validation (#7755) 8 hours ago
go.sum fix: use minDisabled, maxDisabled for parameter validation (#7755) 8 hours ago
install.sh fix: very small typo (#6877) 2 months ago
release.key feat: PGP sign the checksum file in releases (#5757) 5 months ago
shell.nix chore: Add nix shell for simple development setup (#3399) 10 months ago

README.md

Self-Hosted Remote Development Environments



Quickstart | Docs | Why Coder | Enterprise

discord codecov release godoc Go Report Card license

Coder enables organizations to set up development environments in the cloud. Environments are defined with Terraform, connected through a secure high-speed Wireguard® tunnel, and are automatically shut down when not in use to save on costs. Coder gives engineering teams the flexibility to use the cloud for workloads that are most beneficial to them.

  • Define development environments in Terraform
    • EC2 VMs, Kubernetes Pods, Docker Containers, etc.
  • Automatically shutdown idle resources to save on costs
  • Onboard developers in seconds instead of days

Quickstart

The most convenient way to try Coder is to install it on your local machine and experiment with provisioning development environments using Docker (works on Linux, macOS, and Windows).

# First, install Coder
curl -L https://coder.com/install.sh | sh

# Start the Coder server (caches data in ~/.cache/coder)
coder server

# Navigate to http://localhost:3000 to create your initial user
# Create a Docker template, and provision a workspace

Install

The easiest way to install Coder is to use our install script for Linux and macOS. For Windows, use the latest ..._installer.exe file from GitHub Releases.

curl -L https://coder.com/install.sh | sh

You can run the install script with --dry-run to see the commands that will be used to install without executing them. You can modify the installation process by including flags. Run the install script with --help for reference.

See install for additional methods.

Once installed, you can start a production deployment1 with a single command:

# Automatically sets up an external access URL on *.try.coder.app
coder server

# Requires a PostgreSQL instance (version 13 or higher) and external access URL
coder server --postgres-url <url> --access-url <url>

1 For production deployments, set up an external PostgreSQL instance for reliability.

Use coder --help to get a list of flags and environment variables. Use our install guides for a full walkthrough.

Documentation

Browse our docs here or visit a specific section below:

  • Templates: Templates are written in Terraform and describe the infrastructure for workspaces
  • Workspaces: Workspaces contain the IDEs, dependencies, and configuration information needed for software development
  • IDEs: Connect your existing editor to a workspace
  • Administration: Learn how to operate Coder
  • Enterprise: Learn about our paid features built for large teams

Community and Support

Feel free to open an issue if you have questions, run into bugs, or have a feature request.

Join our Discord to provide feedback on in-progress features, and chat with the community using Coder!

Contributing

Contributions are welcome! Read the contributing docs to get started.

Find our list of contributors here.

We are always working on new integrations. Feel free to open an issue to request an integration. Contributions are welcome in any official or community repositories.

Official

Community

  • Provision Coder with Terraform: Provision Coder on Google GKE, Azure AKS, AWS EKS, DigitalOcean DOKS, IBMCloud K8s, OVHCloud K8s, and Scaleway K8s Kapsule with Terraform
  • Coder GitHub Action: A GitHub Action that updates Coder templates
  • Various Templates: Hetzner Cloud, Docker in Docker, and other templates the community has built.