Remote development environments on your infrastructure
Go to file
Dean Sheather 9e80322fe5
fix: do not truncate system PATH in win installer (#5243)
The path.nsh script in the NSIS installer provided methods for adding
paths to the PATH and removing them. It would do this by reading the
current PATH value from the registry, adding the new value (if it
doesn't exist) and then writing it to the registry.

Unfortunately, it would read from the user's PATH and write the updated
result to the system PATH, which would remove important PATH entries
like the following in the process:

- C:\Windows\System32
- C:\Windows
- C:\Windows\System32\wbem
- C:\Windows\System32\WindowsPowerShell\v1.0
- C:\Windows\System32\OpenSSH
- C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR
- C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common

and would copy all user environment variables in their place. The
variables listed above were the ones missing from my machine when I
compared with a friend's machine.

Recommended course of action for affected users:
1. Add the paths listed above to your system PATH if they aren't there
   already and exist on your system.
2. Remove any paths that are in your user's PATH from your system PATH.

The existing installers for the last couple of versions of Coder have
been yanked from GitHub releases and this message will be included in
the release notes for the next patch.

Thanks to @cmor for finding and reporting this bug in #5240.
2022-12-02 09:56:49 +10:00
.devcontainer bug: fixed prompt in .devcontainer/Dockerfile (#4820) 2022-11-07 09:03:55 -03:00
.github .github: remove "never stale" 2022-12-01 11:47:01 -06:00
.vscode feat: Add support for MOTD file in coder agents (#5147) 2022-11-24 12:22:20 +00:00
agent feat: Add support for MOTD file in coder agents (#5147) 2022-11-24 12:22:20 +00:00
buildinfo feat: Add support for update checks and notifications (#4810) 2022-12-01 19:43:28 +02:00
cli feat: add debouncing to provisionerd rpc calls (#5198) 2022-12-01 16:54:53 -06:00
cmd fix: Don't use StatusAbnormalClosure (#4155) 2022-09-22 18:26:05 +00:00
coderd feat: add debouncing to provisionerd rpc calls (#5198) 2022-12-01 16:54:53 -06:00
codersdk feat: add debouncing to provisionerd rpc calls (#5198) 2022-12-01 16:54:53 -06:00
cryptorand chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
docs Refactored Quota Docs (#5195) 2022-12-01 09:37:50 -07:00
dogfood fix: Use immutable names for volumes in example templates (#4954) 2022-11-09 16:18:19 +02:00
enterprise feat: add debouncing to provisionerd rpc calls (#5198) 2022-12-01 16:54:53 -06:00
examples docs: Add GitHub action to push template changes automatically (#5166) 2022-11-26 13:36:14 +00:00
helm feat: Define Prometheus port in the pod spec (#5213) 2022-12-01 15:43:32 +00:00
loadtest skip: loadtest/reconnectingpty Test_Runner/Timeout (#5199) 2022-11-30 11:04:01 +01:00
provisioner feat: Add support for MOTD file in coder agents (#5147) 2022-11-24 12:22:20 +00:00
provisionerd feat: add debouncing to provisionerd rpc calls (#5198) 2022-12-01 16:54:53 -06:00
provisionersdk feat: Add support for MOTD file in coder agents (#5147) 2022-11-24 12:22:20 +00:00
pty fix: Improve debuggability of ptytest cleanup (#5170) 2022-11-24 15:20:17 +00:00
scripts fix: do not truncate system PATH in win installer (#5243) 2022-12-02 09:56:49 +10:00
site feat: add debouncing to provisionerd rpc calls (#5198) 2022-12-01 16:54:53 -06:00
tailnet chore: refactor agent stats streaming (#5112) 2022-11-18 16:46:53 -06:00
testutil feat: Add connection_timeout and troubleshooting_url to agent (#4937) 2022-11-09 17:27:05 +02:00
.editorconfig fix: Improve code coverage reporting in codecov (#2715) 2022-07-25 19:55:19 +03:00
.gitattributes fix: Improve Terraform agent<->resource association testing (#2187) 2022-06-08 17:40:34 -05:00
.gitignore feat: add debouncing to provisionerd rpc calls (#5198) 2022-12-01 16:54:53 -06:00
.golangci.yaml feat: Add the option to generate a trial license during setup (#5110) 2022-11-16 17:09:49 -06:00
ADOPTERS.md Update Coder contact at ADOPTERS.md (#3861) 2022-09-04 09:15:25 -05:00
Dockerfile fix: Remove license on Coder Docker image (#4683) 2022-10-21 12:31:10 -05:00
LICENSE chore: Add license (#841) 2022-04-04 11:55:06 -05:00
LICENSE.enterprise Add Enterprise License text (#3932) 2022-09-07 16:55:57 +00:00
Makefile docs: Prometheus metrics + generator (#5179) 2022-11-30 17:39:51 +01:00
README.md chore(branding): update branding (#5028) 2022-11-16 07:15:33 -03:00
coder.env feat: Add tunnel by default (#4399) 2022-10-07 08:05:56 -05:00
coder.service Fix kill mode stopping the built-in PostgreSQL 2022-10-17 23:50:29 +00:00
docker-compose.yaml feat: Add tunnel by default (#4399) 2022-10-07 08:05:56 -05:00
flake.lock chore: Add nix shell for simple development setup (#3399) 2022-08-08 15:49:12 +00:00
flake.nix chore: Refactor Enterprise code to layer on top of AGPL (#4034) 2022-09-19 23:11:01 -05:00
go.mod chore: bump github.com/gohugoio/hugo from 0.105.0 to 0.107.0 (#5222) 2022-12-01 18:11:58 +00:00
go.sum chore: bump github.com/gohugoio/hugo from 0.105.0 to 0.107.0 (#5222) 2022-12-01 18:11:58 +00:00
install.sh fix: Update install script text to separate run and use (#5203) 2022-11-30 13:38:25 -08:00
preinstall.sh fix: Refactor preinstall script to use useradd if adduser is not available (#2858) 2022-07-08 16:09:19 -05:00
shell.nix chore: Add nix shell for simple development setup (#3399) 2022-08-08 15:49:12 +00:00

README.md

Coder

"Join us onDiscord" codecov Go Reference TwitterFollow

Software development on your infrastructure. Offload your team's development from local workstations to cloud servers. Onboard developers in minutes. Build, test and compile at the speed of the cloud. Keep your source code and data behind your firewall.

"By leveraging Terraform, Coder lets developers run any IDE on any compute platform including on-prem, AWS, Azure, GCP, DigitalOcean, Kubernetes, Docker, and more, with workspaces running on Linux, Windows, or Mac." - Kevin Fishner Chief of Staff at HashiCorp

Manage less

  • Ensure your entire team is using the same tools and resources
    • Rollout critical updates to your developers with one command
  • Automatically shut down expensive cloud resources
  • Keep your source code and data behind your firewall

Code more

  • Build and test faster
    • Leveraging cloud CPUs, RAM, network speeds, etc.
  • Access your environment from any place on any client (even an iPad)
  • Onboard instantly then stay up to date continuously

Getting Started

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.

To install, run:

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

You can preview what occurs during the install process:

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

You can modify the installation process by including flags. Run the help command for reference:

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

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 The embedded database is great for trying out Coder with small deployments, but do consider using an external database for increased assurance and control.

Use coder --help to get a complete list of flags and environment variables. Use our quickstart guide for a full walkthrough.

Documentation

Visit our docs here.

Comparison

Please file an issue if any information is out of date. Also refer to: What Coder is not.

Tool Type Delivery Model Cost Environments
Coder Platform OSS + Self-Managed Pay your cloud All Terraform resources, all clouds, multi-architecture: Linux, Mac, Windows, containers, VMs, amd64, arm64
code-server Web IDE OSS + Self-Managed Pay your cloud Linux, Mac, Windows, containers, VMs, amd64, arm64
Coder (Classic) Platform Self-Managed Pay your cloud + license fees Kubernetes Linux Containers
GitHub Codespaces Platform SaaS 2x Azure Compute Linux Virtual Machines

Last updated: 5/27/22

Community and Support

Join our community on Discord and Twitter!

Suggest improvements and report problems

Contributing

If you're using Coder in your organization, please try to add your company name to the ADOPTERS.md. It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.

Read the contributing docs.

Find our list of contributors here.