{"id":27648154,"url":"https://github.com/adidharmatoru/remo-windows","last_synced_at":"2026-05-11T05:34:30.651Z","repository":{"id":281474241,"uuid":"945366414","full_name":"adidharmatoru/remo-windows","owner":"adidharmatoru","description":"Hardware-Accelerated Remote Desktop for Productivity, Binge Watching, and Cloud Gaming - Windows","archived":false,"fork":false,"pushed_at":"2025-04-21T09:26:28.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-21T09:30:24.833Z","etag":null,"topics":["cloud-gaming","remote-desktop","rust","webrtc","windows"],"latest_commit_sha":null,"homepage":"https://remo.adidharmatoru.dev/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adidharmatoru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-09T08:45:03.000Z","updated_at":"2025-04-21T09:26:31.000Z","dependencies_parsed_at":"2025-03-09T11:28:57.153Z","dependency_job_id":null,"html_url":"https://github.com/adidharmatoru/remo-windows","commit_stats":null,"previous_names":["adidharmatoru/remo-windows"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adidharmatoru%2Fremo-windows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adidharmatoru%2Fremo-windows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adidharmatoru%2Fremo-windows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adidharmatoru%2Fremo-windows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adidharmatoru","download_url":"https://codeload.github.com/adidharmatoru/remo-windows/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250548068,"owners_count":21448600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud-gaming","remote-desktop","rust","webrtc","windows"],"created_at":"2025-04-24T02:33:17.230Z","updated_at":"2026-05-11T05:34:30.645Z","avatar_url":"https://github.com/adidharmatoru.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remo Windows\n\n\u003e [!WARNING]\n\u003e **This repository is deprecated and no longer actively maintained.**\n\u003e\n\u003e Development has moved to:\n\u003e\n\u003e **[Alluno](https://github.com/alluno-io/alluno)**\n\u003e\n\u003e Please open new issues against the repositories above.\n\nRemo-Windows is a high-performance remote desktop and cloud gaming solution written in Rust. It provides low-latency screen sharing, audio streaming, and input control capabilities using WebRTC technology.\n\n# *New \u0026 Updated Remo*\n[Alluno](https://alluno.io)\n\nPublic repository is available [here](https://github.com/alluno-io/alluno)\n\n## Demo\n\nRepository:\nThe demo repository is available [here](https://github.com/adidharmatoru/remo-windows)\n\nDownload:\nDownload directly from [latest release](https://github.com/adidharmatoru/remo-windows/releases)\n\n## Client\n\nRepository:\nThe client repository is available [here](https://github.com/adidharmatoru/remo)\n\n## Features\n\n### 🎯 Core Capabilities\n\n| Feature | Description | Platform Support | Hardware Acceleration |\n|---------|-------------|------------------|----------------------|\n| **Screen Capture** | Hardware-agnostic Hardware-accelerated screen capture | Windows (WGC), macOS (ScreenCaptureKit, TBD), Linux (X11/Wayland, TBD) | ✅ GPU Direct |\n| **Audio Streaming** | Real-time audio capture and streaming | All platforms | ✅ Hardware Codecs |\n| **Video Encoding** | Hardware-agnostic Zero-copy H.264/AV1 encoding | All platforms | ✅ NVENC, QSV, AMF |\n| **Audio Encoding** | Opus audio codec | All platforms | ✅ Hardware Accelerated |\n| **WebRTC Transport** | Low-latency streaming with adaptive bitrate | All platforms | ✅ Hardware Offload |\n\n### 🎮 Input Control\n\n| Input Type | Features | Windows | macOS | Linux |\n|------------|----------|---------|-------|-------|\n| **Keyboard** | Full keyboard input forwarding | ✅ | ✅ | ✅ |\n| **Mouse** | Precision mouse control with wheel support | ✅ | ✅ | ✅ |\n| **Gamepad** | Xbox 360 controller emulation via ViGEmBus | ✅ | ❌ | ❌ |\n| **Multi-Controller** | Support for multiple simultaneous controllers | ✅ | ❌ | ❌ |\n\n### 🚀 Performance Features\n\n| Feature | Benefit | Implementation |\n|---------|---------|----------------|\n| **Zero-Copy Pipeline** | Eliminates 2-4ms CPU copy time per frame | Direct GPU memory mapping |\n| **Async Encoding** | Non-blocking GPU operations | Achieving sub 4ms average per frame |\n| **Adaptive Bitrate** | Dynamic quality adjustment | WebRTC bandwidth estimation |\n| **Hardware Acceleration** | 50% reduction in memory bandwidth | Direct3D11 / Metal (TBD) / Vulkan (TBD) |\n| **High Priority Threading** | Time-critical thread scheduling | OS-level priority boosting |\n\n### 🌐 Network \u0026 Transport\n\n| Protocol | Purpose | Features |\n|----------|---------|----------|\n| **WebRTC** | Primary transport | ICE, DTLS, SRTP, adaptive bitrate |\n| **QUIC** | Alternative transport (WIP) | Low-latency, multiplexed streams |\n| **WebSocket** | Signaling | Secure connection establishment |\n| **STUN/TURN** | NAT Traversal | Automatic firewall bypass |\n\n### ⚙️ Configuration\n\n| Category | Configurable Options |\n|----------|---------------------|\n| **Video** | Resolution, framerate, bitrate, codec, pixel format, native / on-screen cursor |\n| **Audio** | Sample rate, channels, bitrate, codec, frame duration |\n| **Network** | STUN/TURN servers, MTU, port ranges, relay forcing |\n| **Control** | Keyboard/mouse/controller enable/disable |\n\n## Zero-Copy Hardware Acceleration Pipeline\n```mermaid\n%%{init: {\"flowchart\": {\"defaultRenderer\": \"dagre\"}}}%%\nflowchart LR\n\n    %% AUDIO CAPTURE\n    subgraph ACAP[\"🎙 AUDIO CAPTURE\"]\n        A1[\"• Hardware processing\u003cbr\u003e• low-latency buffer\"]\n    end\n\n    %% VIDEO CAPTURE\n    subgraph VCAP[\"🎥 VIDEO CAPTURE\"]\n        V1[\"WGC / ScreenCaptureKit / X11\u003cbr\u003e→ GPU Textures\"]\n    end\n\n    %% AUDIO CONVERSION\n    subgraph ACONV[\"🎵 AUDIO CONVERSION\"]\n        A2[\"**Opus Encoding**\u003cbr\u003e• Low-latency audio codec\"]\n    end\n\n    %% VIDEO CONVERSION\n    subgraph VCONV[\"🎞 VIDEO CONVERSION\"]\n        V2[\"**GPU Color Space Conversion**\u003cbr\u003eBGRA → YUV (420/422/444) via shaders\u003cbr\u003e• D3D11 Compute (Windows)\u003cbr\u003e• Metal Compute (macOS)\u003cbr\u003e• Vulkan Compute (Linux)\"]\n    end\n\n    %% AUDIO ENCODING\n    subgraph AENC[\"🔊 AUDIO ENCODING\"]\n        A3[\"**Opus**\u003cbr\u003eEncoded audio packets for transmission\"]\n    end\n\n    %% VIDEO ENCODING\n    subgraph VENC[\"⚡ VIDEO ENCODING (GPU)\"]\n        V3[\"**GPU Encoding Pipeline**\u003cbr\u003eZero-copy mapping,\u003cbr\u003e• NVIDIA NVENC (TESTED)\u003cbr\u003e• AMD AMF\u003cbr\u003e• Intel QSV\u003cbr\u003e• Software encoding\"]\n    end\n\n    %% TRANSPORT\n    subgraph TRANS[\"📡 WebRTC / MoQ\"]\n        T1[\"**A/V Stream**\u003cbr\u003eRTP or QUIC transport with encryption \u0026 FEC\"]\n    end\n\n    %% INPUT HANDLING\n    subgraph INPUT[\"🎮 INPUT HANDLING\"]\n        I1[\"**WebRTC Datachannel / QUIC WebTransport → System**\u003cbr\u003elow-latency injection\u003cbr\u003e• Mouse simulation (user space)\u003cbr\u003e• Keyboard simulation (user space)\u003cbr\u003e• Gamepad emulation (kernel level)\"]\n    end\n\n    %% FLOW CONNECTIONS\n    A1 --\u003e A2 --\u003e A3 --\u003e T1\n    V1 --\u003e V2 --\u003e V3 --\u003e T1\n    T1 --\u003e I1\n\n    %% STYLING\n    classDef audio fill:#e1f5fe,stroke:#0288d1,color:#01579b,stroke-width:2px;\n    classDef video fill:#f3e5f5,stroke:#8e24aa,color:#4a148c,stroke-width:2px;\n    classDef encode fill:#e8f5e9,stroke:#43a047,color:#1b5e20,stroke-width:2px;\n    classDef transport fill:#fce4ec,stroke:#f06292,color:#880e4f,stroke-width:2px;\n    classDef input fill:#f1f8e9,stroke:#aed581,color:#33691e,stroke-width:2px;\n\n    class A1,A2,A3 audio;\n    class V1,V2,V3 video;\n    class T1 transport;\n    class I1 input;\n\n    style A1 fill:#e1f5fe,stroke:#0288d1,color:#01579b,stroke-width:2px,text-align:center,min-width:300px;\n    style A2 fill:#e1f5fe,stroke:#0288d1,color:#01579b,stroke-width:2px,text-align:center,min-width:300px;\n    style A3 fill:#e1f5fe,stroke:#0288d1,color:#01579b,stroke-width:2px,text-align:center,min-width:300px;\n    style V1 fill:#f3e5f5,stroke:#8e24aa,color:#4a148c,stroke-width:2px,text-align:center,min-width:300px;\n    style V2 fill:#f3e5f5,stroke:#8e24aa,color:#4a148c,stroke-width:2px,text-align:center,min-width:300px;\n    style V3 fill:#f3e5f5,stroke:#8e24aa,color:#4a148c,stroke-width:2px,text-align:center,min-width:300px;\n    style T1 fill:#fce4ec,stroke:#f06292,color:#880e4f,stroke-width:2px,text-align:center,min-width:300px;\n    style I1 fill:#f1f8e9,stroke:#aed581,color:#33691e,stroke-width:2px,text-align:center,min-width:300px;\n```\n\n## Getting Started\n\n### Prerequisites\n\n1. Install Rust and Cargo (https://rustup.rs/)\n2. Required system dependencies:\n   - FFmpeg libraries for video/audio encoding\n   - Screen capture capabilities (Windows: DXGI, macOS: ScreenCaptureKit, Linux: X11/Wayland)\n   - ViGEmBus driver (Windows-only, for controller support)\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/adidharmatoru/remo-windows.git\ncd remo-windows\n```\n\n2. Build the project:\n```bash\ncargo build --release\n```\n\n### Running\n\n```bash\ncargo run --release\n```\n\n## Development\n\n### Running Tests\n\n```bash\ncargo test\n```\n\n### Test Coverage\n\n```bash\ncargo install cargo-tarpaulin\ncargo tarpaulin\n```\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadidharmatoru%2Fremo-windows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadidharmatoru%2Fremo-windows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadidharmatoru%2Fremo-windows/lists"}