An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
Go to file
2021-04-15 10:28:26 +08:00
.github funnding 2021-03-17 22:21:22 +08:00
libs source code 2021-03-29 15:59:14 +08:00
src Update cm.tis 2021-04-15 10:28:26 +08:00
.gitignore source code 2021-03-29 15:59:14 +08:00
build.rs use api rather than cmd to retrieve active user name to solve 2021-04-09 09:58:50 +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 Update README.md 2021-04-15 10:25:51 +08:00

RustDesk | Your Remote Desktop Software

The best open-source remote desktop software, written in Rust. Works out of the box, no configuration required. Great alternative to TeamViewer and AnyDesk! You have full control of your data, with no concerns about security. You can use our rendezvous/relay server, set up your own, or write your own rendezvous/relay server.

BINARY DOWNLOAD

Dependences

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
  • run cargo run

File Structure

Snapshot

image

image

image

image