Skip to content

makeable/code-server

 
 

Repository files navigation

code-server · "GitHub Discussions" "Join us on Slack" Twitter Follow

code-server allows you to run VS Code on any machine anywhere and access it using a web 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

Getting Started

We offer an install script for Linux, macOS, and FreeBSD that automates most of the process; the script uses the system package manager (if possible). Alternatively, see Installation for manual installation instructions for most use cases.

If you use the install script, you can see what occurs during the install process by running the following (there are no file changes at this point):

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.

Alpha Program 🐣

We're working on a cloud platform to make deploying and managing code-server easier. If you don't want to worry about

  • TLS
  • Authentication
  • Port Forwarding

consider joining our alpha program.

FAQ

See answers to our FAQ.

Want to help?

If you would like to contribute to code-server, please see our guidelines.

Working at Coder

We (@cdr) are looking for engineers to help maintain code-server, innovate on open source, and streamline dev workflows.

Our main office is in Austin, Texas. Remote is ok as long as you're in North America or Europe.

Please get in touch with your resume/GitHub if interested.

For Organizations

Visit our website for more information about remote development for your organization using Coder Enterprise.

About

VS Code in the browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 72.3%
  • Shell 19.2%
  • HTML 4.4%
  • Dockerfile 2.5%
  • CSS 1.5%
  • Makefile 0.1%