NOISE知识效率集
为每个人提供开源虚拟/远程桌面基础架构!开源的 TeamViewer 替代方案。显示和控制您的 PC 和安卓设备。

为每个人提供开源虚拟/远程桌面基础架构!开源的 TeamViewer 替代方案。显示和控制您的 PC 和安卓设备。

notion image

notion image
Chat with us: Discord | Twitter | Reddit
notion image
Yet another remote desktop software, written in Rust. Works out of the box, no configuration required. 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.
notion image
RustDesk welcomes contribution from everyone. See CONTRIBUTING.md for help getting started.

Free Public Servers

Below are the servers you are using for free, it may change along the time. If you are not close to one of these, your network may be slow.
Location
Vendor
Specification
AWS lightsail
1 VCPU / 0.5GB RAM
Vultr
1 VCPU / 1GB RAM
Vultr
1 VCPU / 1GB RAM

Dependencies

Desktop versions use sciter for GUI, please download sciter dynamic library yourself.
Mobile versions use Flutter. We will migrate desktop version from Sciter to Flutter.

Raw steps 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/MacOS: vcpkg install libvpx libyuv opus
    • run cargo run

How to build on Linux

Ubuntu 18 (Debian 10)

Fedora 28 (CentOS 8)

Arch (Manjaro)

Install pynput package

Install vcpkg

Fix libvpx (For Fedora)

Build

Change Wayland to X11 (Xorg)

RustDesk does not support Wayland. Check this to configuring Xorg as the default GNOME session.

How to build with Docker

Begin by cloning the repository and building the docker container:
Then, each time you need to build the application, run the following command:
Note that the first build may take longer before dependencies are cached, subsequent builds will be faster. Additionally, if you need to specify different arguments to the build command, you may do so at the end of the command in the <OPTIONAL-ARGS> position. For instance, if you wanted to build an optimized release version, you would run the command above followed by --release. The resulting executable will be available in the target folder on your system, and can be run with:
Or, if you're running a release executable:
Please ensure that you are running these commands from the root of the RustDesk repository, otherwise the application may be unable to find the required resources. Also note that other cargo subcommands such as install or run are not currently supported via this method as they would install or run the program inside the container instead of the host.

File Structure

  • libs/hbb_common: video codec, config, tcp/udp wrapper, protobuf, fs functions for file transfer, and some other utility functions
  • libs/enigo: platform specific keyboard/mouse control
  • src/server: audio/clipboard/input/video services, and network connections

Snapshot

notion image
notion image
notion image
notion image
badge