Echtzeit-Plattformen für die Code-Bearbeitung, die es mehreren Entwicklern ermöglichen, gemeinsam und remote Software zu schreiben und zu debuggen.
Xray is a collaborative text editor and distributed workspace manager that utilizes conflict-free replicated data types to synchronize real-time edits and directory structures across peers. It functions as both an Electron-based desktop application and a headless editor server that manages workspaces and file systems remotely for connected clients. The project distinguishes itself by integrating fine-grained version control tracking, recording keystroke-level changes and uncommitted edits between Git commits. It employs a decentralized synchronization model for working copies and uses operati
Xray is a collaborative text editor with CRDT-based real-time sync and integrated Git version control, which fits your need for a self-hostable code editor with collaborative editing, though it does not include built-in audio/video or a shared terminal.
Zed is an AI-native, high-performance code editor designed for extreme responsiveness and keyboard-centric workflows. It functions as an extensible text processing workspace that integrates autonomous agents and predictive models directly into the development environment to automate complex engineering tasks, refactoring, and code generation. The editor distinguishes itself through a GPU-accelerated rendering pipeline and an asynchronous multi-threaded architecture that ensures low-latency interaction even with large-scale projects. It features built-in support for real-time, multi-user colla
Zed is a high-performance code editor with built-in real-time multi-user collaboration (powered by CRDTs), making it squarely the kind of collaborative editing tool you're looking for, though it may lack explicit audio/video communication and shared terminal features.