OpenSource-Hub
C

code-server

SHA-256
77.5k stars·Developer Tools·SHA-256 checksum verified

Run VS Code in your browser, on any device with a consistent development environment.

Smart Download

Download Download Version

v4.118.0 · 121.6 MB

Run full VS Code in any browser, offload heavy tasks to your server, develop from any device.

Core Features

  • Full VS Code IDE in browser with extensions, terminal, debugger
  • One-command install on any Linux machine (1 GB RAM / 2 vCPUs)
  • Team management via Coder platform (optional)
  • All computation on server; client only needs a browser

What It Can't Do

  • Server must allow WebSocket connections; Nginx may need extra config.,Minimum 1 GB RAM + 2 vCPUs; 2 GB+ recommended for larger projects.,Always use HTTPS in production – password is sent over plain HTTP otherwise.,Some extensions depending on GPU or special hardware may not work.

Use Cases

  • Develop from iPad, Chromebook, or low-end laptop
  • Speed up compilation and tests using powerful cloud servers
  • Provide consistent development environments for your team (with Coder)

code-server lets you run Microsoft's Visual Studio Code on a remote server and access it through a web browser. It provides the full VS Code experience—including extensions, terminal, debugger, and Git integration—without installing anything on your local machine. This makes it easy to develop from any device (Chromebook, tablet, phone, etc.), speed up builds and tests using cloud servers, and save battery by offloading heavy tasks to the server. It works on Linux, supports WebSockets, and can be installed via a single script or deployed with Docker. Teams can also use Coder's enterprise platform to manage multiple users.

Tags

vs-coderemote-developmentbrowser-idecloud-ideself-hosted

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Install the appropriate package for your distro (dpkg / rpm / AppImage)

3

Run install script on a Linux server: curl -fsSL https://code-server.dev/install.sh | sh

4

After install, run code-server; it listens on localhost:8080 by default

5

Open http://your-server-ip:8080 in browser, enter password (from ~/.config/code-server/config.yaml)

Install Guide
  1. Run install script on a Linux server: curl -fsSL https://code-server.dev/install.sh | sh
  2. After install, run code-server; it listens on localhost:8080 by default
  3. Open http://your-server-ip:8080 in browser, enter password (from ~/.config/code-server/config.yaml)
File Integrity

SHA-256 checksum verified

Checksum extracted from GitHub official Release page

SHA256 Checksum

ab4dee01cacc20eb500c96660477d8ba755f69f402cc9cbab3a8496b4690f2fd

This checksum is extracted from the GitHub Release page. Verify file integrity after download.

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

If installed via script: sudo rm -rf /usr/lib/code-server && sudo rm -f /usr/local/bin/code-server. If via package manager (e.g. apt), use that manager's remove command.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-06-26 22:50:20
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

3 FAQs

Similar Projects