coder/code-server

VS Code in the browser

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 13 minutes ago
Added to GitGenius on August 30th, 2026
Created on February 27th, 2019
Open Issues & Pull Requests: 150 (+0)
GitHub issues: Enabled
Number of forks: 6,836
Total Stargazers: 79,144 (+0)
Total Subscribers: 735 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 17.6 hours
Mean response time: 19.5 days
90th percentile: 12.2 days
Tracked items: 483

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 7% of issues opened in the past year have been closed. Three people close 75% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 108
New in 7 days: 2
Closed in 7 days: 2
Avg open age: 762 days
Stale 30+ days: 97
Stale 90+ days: 79

Recent activity

Opened in 7 days: 2
Closed in 7 days: 1
Comments in 7 days: 1
Events in 7 days: 2

Top labels

  • bug (314)
  • triage (214)
  • enhancement (115)
  • waiting-for-info (46)
  • upstream:vscode (37)
  • code-server (32)
  • needs-investigation (28)
  • feature (12)

Detailed Description

code-server is a browser-based IDE that runs VS Code on a remote machine and serves it through a web interface.

The tool addresses the need for consistent development environments across devices and the desire to offload computationally intensive work from local machines. It works by installing VS Code on a Linux server with WebSockets support and accessing it through a browser, allowing developers to code from any device while leveraging server resources for compilation, testing, and downloads. This approach preserves battery life on portable devices since heavy operations run remotely rather than locally.

Developers should choose code-server if they want a unified development environment accessible from multiple machines or need to reduce local resource consumption. It suits teams and individuals working across different devices, as well as those deploying development infrastructure on cloud providers. The project provides multiple installation paths: an automated install script, manual installation, deployment through the companion coder/coder platform for team management, one-click cloud provider deployments, or integration as a devcontainer feature for projects already using devcontainers.

The project maintains active development with regular updates to keep pace with VS Code releases. The tool has established documentation covering requirements, setup, configuration, and troubleshooting. The maintainers actively solicit community contributions and maintain hiring information, indicating ongoing organizational growth and investment in the project's direction.