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.
 
 
 
 
 
 
Joe Previte 14d0feff0d
chore(deps): update node-fetch and nanoid (#4787)
4 years ago
.github refactor(ci): clean up npm workflows (#4786) 4 years ago
.tours Add vscode via vendor package. 4 years ago
ci feat: publish beta and development tags on npm (#4769) 4 years ago
docs docs: Fix links (#4770) 4 years ago
src refactor: migrate from argon2 -> @node-rs/argon2 (#4733) 4 years ago
test feat: publish beta and development tags on npm (#4769) 4 years ago
typings release: 4.0.1 (#4678) 4 years ago
vendor release: 4.0.1 (#4678) 4 years ago
.dockerignore Simplify packaging and improve scripts 5 years ago
.editorconfig Implement new structure 6 years ago
.eslintrc.yaml chore: replace eslint-import-resolver-alias with eslint-import-resolver-typescript (#4546) 4 years ago
.gitattributes browser: Add favicon.afdesign 5 years ago
.gitignore Add vscode via vendor package. 4 years ago
.node-version chore: Update dependency requirements. Fix node version manager. 4 years ago
.nvmrc chore: Update dependency requirements. Fix node version manager. 4 years ago
.prettierrc.yaml Refactor vscode endpoints to use fork directly. 4 years ago
.stylelintrc.yaml Fix bugs in CI 6 years ago
CHANGELOG.md docs: add marketplace change to changelog (#4692) 4 years ago
LICENSE.txt Shake CI and docs up 6 years ago
ThirdPartyNotices.txt Add ThirdPartyNotices.txt 5 years ago
install.sh fix: Update install.sh to use "coder" GitHub organization (#4638) 4 years ago
package.json chore(deps): update node-fetch and nanoid (#4787) 4 years ago
renovate.json Add vscode via vendor package. 4 years ago
tsconfig.json Support browsers from before 2020 (#4579) 4 years ago
yarn.lock chore(deps): update node-fetch and nanoid (#4787) 4 years ago

docs/README.md

code-server

"GitHub Discussions" "Join us on Slack" Twitter Follow codecov See v4.0.1 docs

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
🔔 code-server is a free browser-based IDE while Coder is our enterprise developer workspace platform. For more information, visit Coder.com

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 CPUs

Getting started

There are three 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. 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.

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.