screego/server
SHA-256Low-latency, high-quality screen sharing for developers using WebRTC.
Smart Download
Download Download Version
v1.12.3 · 5.5 MB
Low-latency screen sharing for developers, built with WebRTC.
Core Features
- Multi-user screenshare
- Secure transfer via WebRTC
- Low latency / High resolution
- Simple install via Docker or single binary
- Integrated TURN server for NAT traversal
What It Can't Do
- •Ensure network allows WebRTC (may need TURN config); not for recording; best for low-latency demos.
Use Cases
- Remote pair programming and code reviews
- Share IDE or terminal with colleagues
- Alternative to laggy corporate screen sharing tools
Detailed Introduction
Screego is an open-source screen sharing tool designed for developers. It allows you to share your screen with colleagues with low latency and high resolution, solving problems like lag and poor quality common in corporate tools like Microsoft Teams. Features include multi-user screenshare, secure WebRTC transfer, simple installation via Docker or single binary, and integrated TURN server for NAT traversal.
Troubleshooting & FAQ (1)
TroubleshootingHow to fix blank video stream in Screego when self-hosting with Nginx and TURN?
If the stream shows as blank for other clients, the TURN server might be bound to localhost. Set SCREEGO_TURN_ADDRESS=0.0.0.0:3478 in your configuration to allow external clients to connect. The TURN server does not require Nginx reverse proxy as it uses non-HTTP ports.
Tags
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Double-click the downloaded installer and follow the prompts
Step 1: Download the binary from GitHub Releases or pull the Docker image
Step 2: Run the server (e.g., ./screego-server or docker run screego/server)
Step 3: Open the provided URL in browser, create a room, and share the link
- Step 1: Download the binary from GitHub Releases or pull the Docker image
- Step 2: Run the server (e.g., ./screego-server or docker run screego/server)
- Step 3: Open the provided URL in browser, create a room, and share the link
SHA-256 checksum verified
Checksum extracted from GitHub official Release page
SHA256 Checksum
ec5676058aeaa0520bddef8e374f452d0b400c5f06c9b61a6b0467a1f86fe25cThis checksum is extracted from the GitHub Release page. Verify file integrity after download.
All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.
Open Source Transparency
View GitHub SourceUninstall Info
Delete the binary or stop/remove the Docker container.
No Extra Dependencies
Ready to use after download. No additional runtime required.
Having issues? Check the FAQ below
1 FAQ
Similar Projects
Visual Studio Code (Code - OSS)
A free, open-source code editor by Microsoft with rich extensions, debugging, and Git integration. The most popular developer tool worldwide.
scrcpy
Display and control your Android device from your computer via USB or TCP/IP. No root required, high performance, low latency, supports audio and video mirroring.
godot
Godot Engine is a free, open-source, cross-platform 2D and 3D game engine with a unified editor. Unlike Unity or Unreal, it's entirely MIT-licensed and community-driven, offering a lightweight yet powerful node-based workflow that runs on a single executable.