awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gitpod-io avatar

gitpod-io/openvscode-serverFork

0
View on GitHub↗
5,891 星标·554 分支·TypeScript·mit·4 次浏览www.gitpod.io↗

Openvscode Server

OpenVSCode Server is an open-source project that runs the full Visual Studio Code editor as a web application served from a remote server, enabling development through any browser without local installation. It provides a browser-based IDE that combines containerized development environments, remote file system access, and server-side process management to deliver a complete remote development experience.

The project supports the standard VS Code extension model, allowing plugins to add languages, debuggers, and tools without modification. It maintains real-time bidirectional communication between the browser client and server through WebSocket-based communication for editor state, terminal output, and file changes. As an open-source code server, it enables users to contribute bug reports, feature requests, code changes, and documentation improvements to evolve the codebase.

The platform allows users to set up pre-configured development environments using Docker containers for consistent builds across machines, and to edit code on a remote server through the browser-based VS Code instance without any local setup. Documentation and installation instructions are available through the project's repository.

Features

  • Browser-Based IDEs - Ships the full VS Code editor as a browser-based IDE accessible from any device without local installation.
  • Container Development Environments - Sets up pre-configured development environments using containers for consistent builds across machines.
  • Development Containers - Sets up pre-configured development environments using containers for consistent builds across machines.
  • Open-Source Code Servers - Provides an open-source server that runs the full VS Code editor as a web application for remote development.
  • Remote Editing Tools - Enables editing code on a remote server through a browser-based VS Code instance without local setup.
  • In-Browser Code Editing - Enables editing code on a remote server through a browser-based VS Code instance without local setup.
  • VS Code Extensions - Supports the standard VS Code extension model, allowing plugins to add languages, debuggers, and tools without modification.
  • Containerized Development Environments - Provides pre-configured Docker containers for reproducible development environments with consistent toolchains.
  • Plugin Extensibility - Supports adding custom tools and language support by installing plugins that follow the VS Code extension model.
  • Remote VS Code Servers - Runs the full Visual Studio Code editor in a web browser for remote development without local installation.
  • Remote File System Access - Enables editing files on the remote server through the browser-based IDE without local storage.
  • VS Code Extension Compatibility - Allows adding custom tools and language support by installing plugins that follow the VS Code extension model.
  • Server-Side Process Management - Manages language servers, terminals, and build tools on the remote server, streaming output to the browser.
  • WebSocket Communication - Maintains real-time bidirectional communication between the browser client and server for editor state, terminal output, and file changes.

Star 历史

gitpod-io/openvscode-server 的 Star 历史图表gitpod-io/openvscode-server 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Openvscode Server 的开源替代方案

相似的开源项目,按与 Openvscode Server 的功能重合度排序。
  • microsoft/vscode-docsmicrosoft 的头像

    microsoft/vscode-docs

    6,549在 GitHub 上查看↗

    This repository contains the comprehensive documentation for a code editor focused on AI-assisted software development and remote development workflows. It covers the implementation of AI agents and language models used for autonomous code generation, large-scale refactoring, and task iteration. The project is distinguished by its deep integration of autonomous AI agents capable of web navigation, application logic validation, and orchestrating multi-step development processes. It provides specialized frameworks for tailoring AI behavior through custom instructions, model context protocols, a

    Markdownvscode
    在 GitHub 上查看↗6,549
  • cdr/code-servercdr 的头像

    cdr/code-server

    78,072在 GitHub 上查看↗

    code-server is a browser-based integrated development environment that allows a VS Code compatible editor to run on a remote server. It functions as a self-hosted code editor, enabling users to access a persistent development workspace from any web browser without requiring local software installation. The project focuses on remote development environment hosting, moving heavy compilation and processing tasks to remote hardware to offload resources. This architecture enables cloud development environments that standardize workspaces and preserve local battery life by shifting computation to a

    TypeScript
    在 GitHub 上查看↗78,072
  • microsoft/vscode-remote-releasemicrosoft 的头像

    microsoft/vscode-remote-release

    4,123在 GitHub 上查看↗

    This project provides a remote development extension pack and infrastructure for bootstrapping isolated toolchains and runtimes. It enables a system for opening folders and executing code across SSH hosts, Docker containers, and the Windows Subsystem for Linux. The system utilizes a client-server split architecture to separate the user interface from the extension host and language servers. It features a secure connection layer for SSH remote editing, a bridge for WSL integration, and a remote port forwarding tool to tunnel network traffic from remote environments to a local machine. The pro

    Dockerfilecontainersdev-containersdevcontainers
    在 GitHub 上查看↗4,123
  • devcontainers/clidevcontainers 的头像

    devcontainers/cli

    2,482在 GitHub 上查看↗

    This is a command line tool for building and managing isolated development environments based on the Development Container Specification. It functions as an OCI container image builder and a provisioner for instantiating standardized containers within automated continuous integration workflows. The tool includes a system for injecting pre-configured software and toolsets into containers using a registry of reusable installation modules. This allows for the creation of shareable features and the installation of specific languages, CLI tools, and software dependencies. It covers the automation

    TypeScriptcontainersdevcontainers
    在 GitHub 上查看↗2,482
查看 Openvscode Server 的所有 30 个替代方案→

常见问题解答

gitpod-io/openvscode-server 是做什么的?

OpenVSCode Server is an open-source project that runs the full Visual Studio Code editor as a web application served from a remote server, enabling development through any browser without local installation. It provides a browser-based IDE that combines containerized development environments, remote file system access, and server-side process management to deliver a complete remote development experience.

gitpod-io/openvscode-server 的主要功能有哪些?

gitpod-io/openvscode-server 的主要功能包括:Browser-Based IDEs, Container Development Environments, Development Containers, Open-Source Code Servers, Remote Editing Tools, In-Browser Code Editing, VS Code Extensions, Containerized Development Environments。

gitpod-io/openvscode-server 有哪些开源替代品?

gitpod-io/openvscode-server 的开源替代品包括: microsoft/vscode-docs — This repository contains the comprehensive documentation for a code editor focused on AI-assisted software development… cdr/code-server — code-server is a browser-based integrated development environment that allows a VS Code compatible editor to run on a… microsoft/vscode-remote-release — This project provides a remote development extension pack and infrastructure for bootstrapping isolated toolchains and… coder/sshcode — sshcode is a tool for deploying remote IDEs that installs and runs a VS Code editor on a remote server over SSH for… devcontainers/cli — This is a command line tool for building and managing isolated development environments based on the Development… microsoft/code-with-engineering-playbook — This project is a software engineering playbook providing a collection of standardized guidelines and processes for…