멍청한 한국의 금융감독원은 모든 원격앱을 피싱앱으로 탐지하기로 결정했습니다. 이 포크는 이를 우회하기 위한 패키지명 변경을 수행합니다. action에서 빌드된거 확인하세요.
  • Rust 67.4%
  • Dart 24.2%
  • C++ 1.9%
  • Python 1.6%
  • C 1.4%
  • Other 3.3%
Find a file
2021-03-29 15:59:14 +08:00
.github funnding 2021-03-17 22:21:22 +08:00
libs source code 2021-03-29 15:59:14 +08:00
src source code 2021-03-29 15:59:14 +08:00
.gitignore source code 2021-03-29 15:59:14 +08:00
build.rs source code 2021-03-29 15:59:14 +08:00
Cargo.lock source code 2021-03-29 15:59:14 +08:00
Cargo.toml source code 2021-03-29 15:59:14 +08:00
LICENSE source code 2021-03-29 15:59:14 +08:00
README.md source code 2021-03-29 15:59:14 +08:00

RustDesk | Your Remote Desktop Software

The best open source remote desktop software written with Rust.

BINARY DOWNLOAD

Dependence

Desktop versions use sciter for GUI, please download sciter dynamic library yourself.

Windows Linux Osx

How To Build

  • Prepare your Rust development env and C++ build env

  • Install vcpkg, and set VCPKG_ROOT env variable correctly

    • Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
    • Linux/Osx: vcpkg install libvpx libyuv opus
  • cargo run

File Structure