这款远程桌面软件开源了
这个开源产品支持 Windows 、Linux、MacOS 系统,界面简洁漂亮。
如何下载?
1. 下载安装包:https://github.com/rustdesk/rustdesk/releases
或者 https://rustdesk.com/zh/
2. 安装依赖:桌面版本使用到 sciter 依赖,请通过下方链接自行下载 sciter 动态库。
Windows:https://github.com/c-smile/sciter-sdk/blob/dc65744b66389cd5a0ff6bdb7c63a8b7b05a708b/bin.win/x64/sciter.dll
Linux:https://github.com/c-smile/sciter-sdk/raw/dc65744b66389cd5a0ff6bdb7c63a8b7b05a708b/bin.lnx/x64/libsciter-gtk.so
MacOS:https://github.com/c-smile/sciter-sdk/raw/dc65744b66389cd5a0ff6bdb7c63a8b7b05a708b/bin.osx/sciter-osx-64.dylib
安装 vcpkg:https://github.com/microsoft/vcpkg
Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static
Linux/Osx: vcpkg install libvpx libyuv opus
然后,运行命令 cargo run 就行了。