Awesome
<p align="center"> <a href="https://github.com/MirrorX-Desktop/MirrorX"><img width="128" src="https://raw.githubusercontent.com/MirrorX-Desktop/MirrorX/master/mirrorx/src-tauri/assets/icons/icon.png"></a> </p> <h1 align="center" style="border-bottom: none"> MirrorX</br> </h1> <p align="center"> <a href="https://github.com/MirrorX-Desktop/MirrorX"><img src="https://img.shields.io/github/stars/MirrorX-Desktop/MirrorX"></a> <a href="https://discord.gg/dmtQhHWhyg"><img src="https://img.shields.io/discord/1001077628238827620?label=Discord"></a> <a href="https://github.com/MirrorX-Desktop/MirrorX"><img src="https://img.shields.io/github/license/MirrorX-Desktop/MirrorX"></a> </p> <p align="center"> <a href="https://github.com/MirrorX-Desktop/MirrorX/blob/master/README.md">English</a> <a href="https://github.com/MirrorX-Desktop/MirrorX/blob/master/README_CN.md">简体中文</a> <p align="center">OPEN
MirrorX is an open-source remote desktop solution, designed for enterprises, teams and individuals.
TRANSPARENCY
Everything is under your control, allows you to deploy on-prem and/or in the Cloud, and also supports end-to-end encryption.
HIGH-PERFORMANCE
GPU acceleration, 4K resolution, 60 FPS... make you feel like a "local desktop".
Features like video and audio pass-through, file transfer, cross-platform, mobile device support and so on are really essential, and more features are coming soon.
Note: MirrorX is in the early stage of development, please be aware that backward compatibility is not guaranteed.
Component
Free Public Servers
The servers are provided by the community, please do not abuse them.
Location | Specification |
---|---|
Seoul | 1vCPU & 1G RAM |
Available Platforms
- macOS
- Windows
- Linux (WIP)
- Android (WIP)
- iOS (WIP)
- Web (WIP)
How to build
Prerequisites
- Install
nodejs && yarn(v3)
. - Install
tauri-cli
.
cargo install tauri-cli
Steps
-
Download pre-built media libraries artifacts from MirrorX-Desktop/media_libraries_auto_build Release.
-
Unzip artifacts to anywhere you'd like to put in.
-
Add unzipped artifacts path to your Environment Variables
-
For MacOS
$ export MIRRORX_MEDIA_LIBS_PATH=your artifacts unzip destination path
-
For Windows (run As Administrator)
PS > [Environment]::SetEnvironmentVariable('MIRRORX_MEDIA_LIBS_PATH', 'your artifacts unzip destination path' , 'Machine')
-
-
Run as Debug Mode
cargo tauri dev
About Pre-built Media Libraries
To speed up the build process, we made MirrorX-Desktop/media_libraries_auto_build to automatically and transparently build external libraries. Includes FFmpeg, libx264(Windows, MacOS), libx265(Windows, MacOS), libopus(Windows, MacOS) and MFXDispatch(Windows only). For more details, you can look through Workflows on MirrorX-Desktop/media_libraries_auto_build.
Of course, you can completely built those libraries by yourself according to our Workflows.
Screenshots
<p align="center"> <img src="https://raw.githubusercontent.com/MirrorX-Desktop/MirrorX/master/screenshot1.png?" width="30%" height="30%"> <img src="https://raw.githubusercontent.com/MirrorX-Desktop/MirrorX/master/screenshot2.png?" width="30%" height="30%"> <img src="https://raw.githubusercontent.com/MirrorX-Desktop/MirrorX/master/screenshot3.png?" width="30%" height="30%"> </p>Thanks
Thanks to these awesome open source projects that make MirrorX becomes true.
(listed partial with in no particular order, thanks all the authors of dependencies in Cargo.toml and package.json)