code-server/docs
Joe Previte 5b6b1dddad
fix(docs): use latest instead of version in links
2021-08-24 11:54:46 -07:00
..
assets refactor: rename doc to docs 2021-02-03 09:46:35 -07:00
CODE_OF_CONDUCT.md Update docs/CODE_OF_CONDUCT.md 2021-02-03 11:08:06 -07:00
CONTRIBUTING.md refactor: match /test/unit structure to /src 2021-07-29 09:48:40 -07:00
FAQ.md Add "plus" verbiage back to login limits 2021-07-19 10:15:09 -05:00
MAINTAINING.md refactor(docs): clean up and restructure 2021-07-12 14:03:09 -05:00
README.md fix(docs): use latest instead of version in links 2021-08-24 11:54:46 -07:00
SECURITY.md refactor(docs): clean up and restructure 2021-07-12 14:03:09 -05:00
guide.md chore: update header from Self signed certificates to Accessing Web Services 2021-07-20 09:25:57 -05:00
install.md remove line break 2021-08-23 19:29:25 -05:00
ipad.md refactor(docs): clean up and restructure 2021-07-12 14:03:09 -05:00
link.md change code block formatting 2021-08-06 18:14:43 -05:00
manifest.json chore: fix docs version to only use latest 2021-08-09 11:25:17 -07:00
npm.md Update docs/npm.md 2021-08-23 11:06:44 -05:00
requirements.md fix(docs): use latest instead of version in links 2021-08-24 11:54:46 -07:00
termux.md refactor(docs): clean up and restructure 2021-07-12 14:03:09 -05:00
triage.md refactor(docs): clean up and restructure 2021-07-12 14:03:09 -05:00
upgrade.md refactor(docs): clean up and restructure 2021-07-12 14:03:09 -05:00

README.md

code-server

"GitHub Discussions" "Join us on Slack" Twitter Follow codecov See v3.11.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

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.

TLS and authentication (beta)

To add TLS and authentication out of the box, use code-server --link.

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.