Alternatives to OpenVSCode Server
Upstream VS Code packaged to run on a remote machine and be used from a web browser. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
OpenVSCode Server
Upstream VS Code packaged to run on a remote machine and be used from a web browser.
Replacements
Listings that take over the same core job as OpenVSCode Server.
code-server
Use a VS Code-based workspace through your browser.
code-server is an MIT-licensed VS Code-based workspace served through your browser, also self-hosted on Linux or macOS, and needs a host with WebSocket support.
Eclipse Che
A self-hostable, Kubernetes-native platform that runs browser-based development workspaces for your team.
Eclipse Che runs browser workspaces for teams on Kubernetes or OpenShift, with Devfiles and a choice of VS Code based or JetBrains editors, at the cost of more infrastructure.
Theia IDE
An open-source IDE for desktop and browser from the Eclipse Foundation that runs VS Code extensions.
Theia IDE is an Eclipse Foundation open-source IDE for desktop and browser that runs VS Code extensions from Open VSX, but it is not upstream VS Code.
Also worth comparing
These listings name OpenVSCode Server as their own alternative, so the relationship runs both ways.
StackBlitz
A browser-based IDE that runs full-stack Node.js web projects entirely inside the browser tab.
OpenVSCode Server is open-source upstream VS Code served from your own machine to a browser, supporting any language but requiring you to run and secure the server.
Similar software
Related functionality, not a direct replacement.
Visual Studio Code
Microsoft's code editor, free to use but shipped under a Microsoft licence rather than an open one.
VSCodium
Visual Studio Code built from the same source without Microsoft’s branding, telemetry or licence.
CodePen
An online editor for writing HTML, CSS and JavaScript and previewing the result live.