Alternatives to code-server

Use a VS Code-based workspace through your browser. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as code-server.

  • Visual Studio Code

    Microsoft's code editor, free to use but shipped under a Microsoft licence rather than an open one.

    Visual Studio Code runs as a desktop app on Windows, macOS and Linux, with remote development over SSH instead of a browser workspace on your own host.

  • VSCodium

    Visual Studio Code built from the same source without Microsoft’s branding, telemetry or licence.

    VSCodium is the MIT-licensed desktop build of VS Code without telemetry, running locally rather than being served to a browser from a configured host.

  • Lapce

    A code editor written in Rust with GPU rendering, built-in LSP support, optional modal editing and remote development.

    Lapce is a native Rust editor that runs locally against a remote machine for remote development, but it is pre-1.0 with a tiny plugin ecosystem.

Also worth comparing

These listings name code-server as their own alternative, so the relationship runs both ways.

  • Cursor

    An AI code editor built on VS Code, with coding agents that plan and carry out tasks.

    code-server serves a VS Code-based workspace to your browser from a host you control, without Cursor's built-in AI agents or codebase indexing.

Similar software

Related functionality, not a direct replacement.