rust-sciter
Rust bindings for Sciter (by sciter-sdk)
rustdesk
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer. (by rustdesk)
rust-sciter | rustdesk | |
---|---|---|
6 | 508 | |
814 | 92,466 | |
0.0% | 3.4% | |
0.0 | 9.8 | |
about 3 years ago | 1 day ago | |
Rust | Rust | |
MIT License | GNU Affero General Public License v3.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rust-sciter
Posts with mentions or reviews of rust-sciter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-17.
- Hey Rustaceans! Got a question? Ask here (16/2023)!
- Rust 1.64 Became 10-20% Faster On Windows
-
Azure CTO: “It's time to halt starting any new projects in C/C++ ”
Most GUI apps don't need what Qt provides though. They mostly need stability and cross-platform support, so ... they should start with something like Tauri or Sciter, and if there is something they need natively they will be in a much better situation to pick their poison.
https://github.com/tauri-apps/tauri uses OS provided WebView
https://github.com/sciter-sdk/rust-sciter uses Sciter
-
Do you think the Rust is production ready for GUI in 2021?
I seriously advise against using rust-sciter. It uses a lot of unsafe code, some of which is invalid and directly causes Undefined Behavior; see for example issue #114. rust-sciter's author doesn't seem to have any interest in fixing those. Besides, the code is highly unidomatic and looks like it's been written to resemble C++ – this is in itself not wrong, but always a red flag.
-
Any stable crate to develop a cross-platform Rust desktop app?
I use https://github.com/sciter-sdk/rust-sciter in my project https://github.com/rustdesk/rustdesk
rustdesk
Posts with mentions or reviews of rustdesk.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-17.
- Long live Xorg, I mean Xlibre
-
RustDesk: The Fast Open-Source Remote Access and Support Software
So, I searched a bit and this github issue just give bad vibes: https://github.com/rustdesk/rustdesk/discussions/6444
This is also discussed on hn: https://news.ycombinator.com/item?id=39256493
-
Bye bye Team Viewer
A RustDesk client installed on every device (controller or to be controlled). Download from here
-
IronRDP: a Rust implementation of Microsoft's RDP protocol
RustDesk is intended to be a TeamViewer alternative but works quite well as a simple remote desktop application:
https://github.com/rustdesk/rustdesk
-
13 GitHub Projects that Transform AI Integration, Data Interaction, and Privacy
Stars: 82851 Author: rustdesk Star the rustdesk repository⭐ ## 13. arnis
-
Discover the Future: Trending GitHub Projects Shaping Tech Innovation 🚀
git clone https://github.com/rustdesk/rustdesk.git
-
Discover the Future: Trending GitHub Projects Revolutionizing Tech 🌟
# Clone the RustDesk repository git clone https://github.com/rustdesk/rustdesk.git # Navigate into the directory cd rustdesk # Build the project (make sure Rust and Cargo are installed) cargo build --release
- RustDesk – open-source remote desktop client
-
Weekly JavaScript Roundup: Friday Links 17, February 07, 2025
RustDesk - A secure, open-source remote desktop client for Windows, macOS, and Linux. RustDesk is built with Rust and uses the Tauri framework for the frontend. It offers features like file transfer, clipboard sharing, and multi-monitor support, making it a versatile tool for remote work and IT support.
-
RustDesk – open-source alternative to TeamViewer
Seems to be resolved, if I'm reading it right: https://github.com/rustdesk/rustdesk/discussions/6444#discus...
What are some alternatives?
When comparing rust-sciter and rustdesk you can also consider the following projects:
Cursive - A Text User Interface library for the Rust programming language
Sunshine - Self-hosted game stream host for Moonlight.
Azul - Desktop GUI Framework
MeshCentral - A complete web-based remote monitoring and management web site. Once setup you can install agents and perform remote desktop session to devices on the local network or over the Internet.
libui-rs - Rust bindings to the minimalist, native, cross-platform UI toolkit `libui`
parsec - A monadic parser combinator library