Dioxus 0.5: Web, Desktop, Mobile Apps in Rust

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dioxus

    Fullstack GUI library for web, desktop, mobile, and more.

  • Wrote about that here in our readme:

    https://github.com/dioxusLabs/dioxus/?tab=readme-ov-file#dio...

    Tauri puts your frontend in the webview and you need to communicate with native Rust functions through an IPC boundary (like electron).

    In Dioxus your Rust code lives on the native side, so you don't need IPC to do things like read from the file system, websockets, etc. Tauri also forces your frontend to compile to WASM, and a lot of interesting rust crates don't compile to wasm.

    It's a little hard to express how much simpler it is to build when you don't have an IPC boundary. Dioxus' tooling is also dedicated to just Rust, so you can go from zero to bundled `.app` in less than a minute (12 seconds fresh build, 20 seconds fresh bundle).

  • freenet-core

    Declare your digital independence

  • I just picked Dioxus to build a decentralized homepage for Freenet[1], it will be the first decentralized website people see when they get Freenet set up. It reminds me a bit of my Kotlin web framework called Kweb[2] that I've been working on on-and-off for a few years now, particularly the way it handles state and the DSL that maps from code to HTML. So far I like what I see.

    [1] https://freenet.org/

    [2] https://kweb.io/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • floneum

    A toolkit for controllable, private AI on consumer hardware in rust

  • It is pretty good. I am working on an application that uses SVGs as a way to draw a workflow editor UI with Dioxus: https://github.com/floneum/floneum

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Bare Metal Rust in Android

    7 projects | news.ycombinator.com | 9 Oct 2023
  • Small web-UI for the masterpasswordapp deterministic password generator

    6 projects | /r/privacy | 15 May 2023
  • Socket Runtime vs CapacitorJS vs Tauri vs Electron?

    2 projects | /r/web_programming | 11 Apr 2023
  • Tauri Mobile – Develop Mobile Apps with JavaScript and Rust

    10 projects | news.ycombinator.com | 1 Mar 2023
  • J’ai publié ma première application mobile

    3 projects | /r/programmation | 28 Dec 2022