todos-app VS tauri

Compare todos-app vs tauri and see what are their differences.

todos-app

A Todos app using Svelte, Tailwind CSS, and Tauri (w/ Rust) (by parker-codes)

tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend. (by tauri-apps)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
todos-app tauri
1 507
33 91,402
- 1.9%
0.0 9.8
about 2 years ago 5 days ago
CSS Rust
- Apache License 2.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.

todos-app

Posts with mentions or reviews of todos-app. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-09.
  • So you want to write a GUI framework
    4 projects | /r/rust | 9 Aug 2021
    Yeah. I think most examples I've seen were from the user's framework of choice. Svelte and Vue are mine, so I've built a few apps in those, like a todos app.

tauri

Posts with mentions or reviews of tauri. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-01.
  • We Chose Tauri over Electron for Our Performance-Critical Desktop App
    1 project | news.ycombinator.com | 11 Apr 2025
    Are the memory benchmarks measured correctly?

    This tauri issue suggests the common measurement approach might be wrong

    https://github.com/tauri-apps/tauri/issues/5889

    Also would be better to have specific startup time instead of "fast" (which is strange since electron is not known for fast startup)

  • Experimental Tauri Verso Integration
    2 projects | news.ycombinator.com | 1 Apr 2025
  • Show HN: Electro – A hyper-fast Windows image viewer with a built-in terminal
    4 projects | news.ycombinator.com | 24 Feb 2025
    Here is a whole story: https://github.com/tauri-apps/tauri/discussions/4089

    tl;dr - Tauri uses platform's default implementation of a webview. On Windows it's WebView2 which reports back to MS.

  • Servo in 2024: stats, features and donations
    17 projects | news.ycombinator.com | 5 Feb 2025
    I mean, most OSes already ship with a WebView component that you can use instead of shipping an entire browser runtime.

    Wails does that: https://wails.io/

    Tauri also does that: https://tauri.app/

    That does help with the needed resources quite a bit: https://github.com/Elanis/web-to-desktop-framework-compariso...

    Sadly it doesn’t change the memory usage much so the technology is still inherently wasteful, but on a certain level it feels like a lost battle - because web technologies often feel like the choice of least resistance when you want GUI software that will run on a bunch of platforms while not being annoying to develop (from the perspective of your run of the mill dev).

  • Open source alternative to Postman / Insomnia
    18 projects | news.ycombinator.com | 31 Jan 2025
    HTML/CSS can still be used for the frontend even without Electron. Some frameworks use the OS bundled web renderer instead:

    - For Rust apps: https://github.com/tauri-apps/tauri

    - For Go apps: https://github.com/wailsapp/wails

  • Tauri (1) — A desktop application development solution more suitable for web developers ✅
    8 projects | dev.to | 25 Jan 2025
    Official Website: https://tauri.app/ (v2.0)
  • Things people get wrong about Electron
    2 projects | news.ycombinator.com | 23 Jan 2025
    In the article, the claim is made: if many popular software products like Slack, VSCode, and Docker Desktop all use Electron, then it must be good.

    In response, I would say: while Electron makes it easy for the software developer to build and distribute software, especially on multiple platform, as an end user it is NEVER the best experience.

    That's why there are people spending significant effort to develop better solutions than Electron. For instance, the Tauri project ( https://tauri.app/ ) is a lightweight alternative to Electron.

    The article defends the minimum application bundle size of 100MB-300MB is as no issue, because streaming 4K video takes much more bandwidth than such a software download. But the bigger issue than disk space or download bandwidth is the RAM usage and overall low performance of Electron projects. Even with a 16 GB or 32 GB RAM system, when you're running many apps and doing serious multitasking, the gigabytes quickly get used up and then things slow down.

    For example, if you have used VSCode, try using the Zed editor (https://zed.dev/). You will be blown away by its incredible speed. Launches in the blink of an eye, and it responds to every input with zero latency. We have forgotten that software can actually be fast.

    Jonathan Blow, "Will Software Stop Getting Slower?" https://www.youtube.com/watch?v=4ka549NNdDk

  • Chaski: A Feed Reader for 2025
    2 projects | dev.to | 19 Jan 2025
    Some time ago, I discovered how RSS works. I regret not discovering it sooner, and since then, I added it to my blog. Later, I looked for ways to follow different sources, and that's when the idea of creating my own application came to me. Before even asking myself, "What technology should I use?" I already had the answer: Tauri.
  • auto y2025 = new Year(); // Resolutions
    22 projects | dev.to | 2 Jan 2025
    Rewrite Muscurdi - Password Manager in Rust with [iced](https://github.com/iced-rs/iced, dioxus and/or tauri
  • Show HN: Kando – Do things with utmost efficiency
    4 projects | news.ycombinator.com | 27 Dec 2024
    Yeah, Tauri would be great. But I think it will take quite some time until the fundamental rendering performance issues [1] under Linux can be fixed. There seem to be rough plans to bundle CEF on Linux [2], but AFAICS this seems to be only a discussion at this point.

    [1] https://github.com/tauri-apps/tauri/issues/3988

What are some alternatives?

When comparing todos-app and tauri you can also consider the following projects:

calculator-rust-react - Calculadora que realiza las funciones basicas aritmeticas, estas funciones se ejecutan por medio de RUST y la UI esta construida con ReactJS utilizando TauriApp de intermediario entre RUST y REACTJS

Wails - Create beautiful applications using Go

moxie - lightweight platform-agnostic tools for declarative UI

slint - Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.

dioxus - Fullstack app framework for web, desktop, mobile, and more.

iced - A cross-platform GUI library for Rust, inspired by Elm

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured

Did you know that CSS is
the 16th most popular programming language
based on number of references?