DEV Community

open-trade
open-trade

Posted on • Updated on

I open source my remote desktop software: RustDesk

Lately, I open sourced the client of RustDesk, a remote desktop software, my personal project, alternative of Teamviewer and AnyDesk. It is mainly written with Rust. Sciter sdk is used for GUI on Desktop. Flutter is used on mobile (not open source yet). Flutter interacts with Rust via FFI. NaCl is used for encryption.

https://github.com/rustdesk/rustdesk

Top comments (0)