VS Code in the browser
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Asher 2109d1cf6a
Add new unreleased section to changelog
1 week ago
.github chore: bump aquasecurity/trivy-action from 0.9.2 to 0.10.0 (#6178) 4 weeks ago
.tours docs: rename master to main in all github doc links (#5190) 1 year ago
ci Release v4.13.0 1 week ago
docs Add nix-on-droid as an Android installation method (#6196) 3 weeks ago
lib Update to 1.78.2 (#6201) 2 weeks ago
patches Update to 1.78.2 (#6201) 2 weeks ago
src Support X-Forwarded-Host with multiple hosts 2 weeks ago
test Support X-Forwarded-Host with multiple hosts 2 weeks ago
typings chore(deps): update dependency @types/node to v16 (#5170) 10 months ago
.dockerignore Simplify packaging and improve scripts 3 years ago
.editorconfig Revert .editorconfig (#4640) 1 year ago
.eslintrc.yaml chore: replace eslint-import-resolver-alias with eslint-import-resolver-typescript (#4546) 1 year ago
.gitattributes browser: Add favicon.afdesign 2 years ago
.gitignore chore(Code): upgrade to 1.65 (#5047) 1 year ago
.gitmodules chore: move to patches (#4997) 1 year ago
.node-version chore: upgrade developmemt node version to v16 (#5167) 1 year ago
.nvmrc chore: Update dependency requirements. Fix node version manager. 2 years ago
.prettierignore release: 4.9.0 (#5772) 6 months ago
.prettierrc.yaml chore(prettier): ignore lib/vscode (#5347) 11 months ago
CHANGELOG.md Add new unreleased section to changelog 1 week ago
LICENSE chore: remove file ext. from LICENSE (#5070) 1 year ago
ThirdPartyNotices.txt Add ThirdPartyNotices.txt 3 years ago
flake.lock Update to 1.78.2 (#6201) 2 weeks ago
flake.nix Update to 1.78.2 (#6201) 2 weeks ago
install.sh Fix extra prefix dashes in install.sh (#6028) 3 months ago
package.json chore: bump limiter from 1.1.5 to 2.1.0 (#6001) 4 months ago
renovate.json chore: use matchUpdateTypes (#5942) 5 months ago
tsconfig.json feat: add i18n in login page (#5947) 5 months ago
yarn.lock chore: bump vm2 from 3.9.17 to 3.9.19 (#6216) 2 weeks ago

docs/README.md

code-server

"GitHub Discussions" "Join us on Slack" Twitter Follow codecov See latest

Run VS Code on any machine anywhere and access it in the browser.

Screenshot

Highlights

  • Code on any device with a consistent development environment
  • Use cloud servers to speed up tests, compilations, downloads, and more
  • Preserve battery life when you're on the go; all intensive tasks run on your server

Requirements

See requirements for minimum specs, as well as instructions on how to set up a Google VM on which you can install code-server.

TL;DR: Linux machine with WebSockets enabled, 1 GB RAM, and 2 vCPUs

Getting started

There are four ways to get started:

  1. Using the install script, which automates most of the process. The script uses the system package manager if possible.
  2. Manually installing code-server
  3. Deploy code-server to your team with coder/coder
  4. Using our one-click buttons and guides to deploy code-server to a cloud provider

If you use the install script, you can preview what occurs during the install process:

curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run

To install, run:

curl -fsSL https://code-server.dev/install.sh | sh

When done, the install script prints out instructions for running and starting code-server.

Note To manage code-server for a team on your infrastructure, see: coder/coder

We also have an in-depth setup and configuration guide.

Questions?

See answers to frequently asked questions.

Want to help?

See Contributing for details.

Hiring

Interested in working at Coder? Check out our open positions!

For Organizations

Want remote development for your organization or enterprise? Visit our website to learn more about Coder.