tauri VS Flutter

Compare tauri vs Flutter and see what are their differences.

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
tauri Flutter
474 1,210
78,755 162,727
1.8% 0.6%
9.8 10.0
6 days ago about 14 hours ago
Rust Dart
Apache License 2.0 BSD 3-clause "New" or "Revised" License
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.

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 2024-06-11.
  • Show HN: Unforget, the note-taking app I always wanted: offline first, encrypted
    11 projects | news.ycombinator.com | 11 Jun 2024
    There's also Tauri which takes a similar approach but uses Rust. I've had good luck with it so far.

    https://tauri.app/

  • Mozilla Corporation Org Changes to Accelerate Our Path to the Future
    2 projects | news.ycombinator.com | 26 May 2024
    https://servo.org/ is seeing new development alongside https://tauri.app/ which seems like it could replace Electron, getting them a little closer to native speed and memory usage.

    It'd be nice to see more and more of Servo integrated into Firefox. Web pages rendered at 120fps and fewer memory leaks in long-lived many-tabbed browser sessions would be lovely.

  • Console Msgs in Tauri/.NET/WebView2: BuyNow Driver Initialized
    1 project | news.ycombinator.com | 20 May 2024
  • My opinion on the Tauri framework
    4 projects | dev.to | 16 May 2024
    -- Tauri website
  • Ask HN: Best stack for building a desktop app?
    5 projects | news.ycombinator.com | 1 May 2024
  • Tauri CRUD Boilerplate
    2 projects | dev.to | 10 Apr 2024
    Hi, dear Tauri! Long time no see. I published my first post, Developing a Desktop Application via Rust and NextJS. The Tauri Way almost a year ago. Since then, Tauri has become stronger. I'm happy about that! And now, I am very pleased to make a useful contribution to the Tauri community. As a full-stack developer, I frequently face situations where I need to start a DB-based UI project as fast as possible. It's stressful if I need to start the project from 100% scratch. I prefer to keep some boilerplates on hand, which will save me time and nerves and will be the subject of this article.
  • Show HN: Floro – Visual Version Control for static assets and strings
    4 projects | news.ycombinator.com | 2 Apr 2024
    Hey Thanks!

    Just electron & vite. I might actually migrate off electron, Tauri (https://tauri.app/) seems to be getting more stable and it's gotten great reviews.

    I think this is the boilerplate I used though https://github.com/cawa-93/vite-electron-builder.

  • 3D and 2D: Testing out my cross-platform graphics engine
    17 projects | news.ycombinator.com | 2 Apr 2024
    Well the great thing about WebAssembly is that you can port QT or anything else to be at a layer below -- thanks to WebAssembly Interface Types[0] and the Component Model specification that works underneath that.

    To over-simplify, the Component Model manages language interop, and WIT constrains the boundaries with interfaces.

    IMO the problem here is defining a 90% solution for most window, tab, button, etc management, then building embeddings in QT, Flutter/Skia, and other lower level engines. Getting a good cross-platform way of doing data passing, triggering re-renders, serializing window state is probably the meat of the interesting work.

    On top of that, you really need great UX. This is normally where projects fall short -- why should I use this solution instead of something like Tauri[2] which is excellent or Electron?

    [0]: https://github.com/WebAssembly/component-model/blob/main/des...

    [1]: https://github.com/WebAssembly/component-model/blob/main/des...

    [2]: https://tauri.app/

  • Interview with Colin Lienard, Founder of GitLight
    2 projects | dev.to | 1 Apr 2024
    Welcome to the 2nd episode of our series “Building with Tauri”, where we chat with developers who build amazing projects and products using Tauri.
  • Building W-9 Crafter
    4 projects | dev.to | 28 Mar 2024
    Tauri seemed like the "thing" I should switch to because everybody loves Rust (heh), and because it ships significantly smaller apps.

Flutter

Posts with mentions or reviews of Flutter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-06-14.
  • Top 17 Fast-Growing Github Repo of 2024
    11 projects | dev.to | 14 Jun 2024
    Flutter
  • Launch of the Edudu App for iOS and Android
    2 projects | dev.to | 6 Jun 2024
    Dart/Flutter: I chose the Dart language and the Flutter framework because I already have experience with these technologies and was looking for a solution that would allow the creation of an app for both iOS and Android without needing to create two separate codes.
  • Build a Personal Target Tracking Application with Flutter Riverpod and Strapi GraphQL
    8 projects | dev.to | 29 May 2024
    Before starting the tutorial on developing a personal target tracking application with Flutter, Riverpod, Strapi, and GraphQL, ensure you meet the following requirements:
  • Issue Report: Dialogs Dismissed Prematurely with ensureSemantics
    2 projects | dev.to | 24 May 2024
    [✓] Flutter (Channel stable, 3.19.2, on macOS 14.2.1 23C71 darwin-arm64, locale en-US) • Flutter version 3.19.2 on channel stable at /Users/rona/Sites/Tools/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 7482962148 (3 months ago), 2024-02-27 16:51:22 -0500 • Engine revision 04817c99c9 • Dart version 3.3.0 • DevTools version 2.31.1
  • Gio UI – Cross-Platform GUI for Go
    15 projects | news.ycombinator.com | 18 May 2024
    The best option is probably Flutter right now: https://flutter.dev/

    If you don't mind writing the UI native, sharing only business logic code, Kotlin is an option: https://kotlinlang.org/docs/multiplatform.html#kotlin-multip...

    Kotlin also can do the UI if you use Compose: https://www.jetbrains.com/lp/compose-multiplatform/ ... however, iOS support is still in alpha, and Web is "experimental". If you're not willing to cope with that (expect to have to change your code as they develop the framework) then Flutter is the way as it's pretty stable already on all platforms.

    If you already know Typescript and React, you may also consider React Native: https://reactnative.dev/

  • Top 10 Impressive Flutter Projects to Skyrocket Your Developer CV
    1 project | dev.to | 17 May 2024
    In the competitive world of mobile app development, having a strong portfolio of Flutter projects is essential to stand out. Flutter, Google's UI toolkit, is renowned for its ability to create beautiful, cross-platform apps efficiently. Let's explore ten projects that can demonstrate your expertise and make your CV shine.
  • How to Deploy Dart Functions to AWS Lambda
    5 projects | dev.to | 8 May 2024
    Deploying Dart functions to AWS Lambda enables you to utilize them not only within AWS Lambda but also integrate them with services like Amazon API Gateway, allowing you to leverage them in Flutter applications as well. This unified codebase in Dart offers great convenience.
  • Show HN: Shorebird 1.0, Flutter Code Push
    8 projects | news.ycombinator.com | 8 Apr 2024
    [3]: https://github.com/flutter/flutter/tree/master/packages/flut...
  • 3D and 2D: Testing out my cross-platform graphics engine
    17 projects | news.ycombinator.com | 2 Apr 2024
    Thanks - that link does not appear to be open access, anyways I don't think I've seen it. I'm familiar with Flutter at a high-level (Kevin Moore gave a great talk on it at Wasm I/O), and I think other than requiring users to work in Dart, it is probably one of the most powerful ways to do cross-platform UI today.

    Worth noting that their original GPU backend was Skia, and now they are retooling around Flutter GPU (Impeller)[0], which is kind of designed similarly as an abstract rendering interface over platform-specific GPU APIs.

    [0]https://github.com/flutter/flutter/wiki/Flutter-GPU

  • Python dev considering Electron vs. Kivy for desktop app UI
    3 projects | news.ycombinator.com | 31 Mar 2024
    If you are considering Electron/React then I would suggest adding Flutter to your list of technologies to consider. It uses Dart (a language similar to C#) and has a lot going for it… relatively quick to get up to speed with, fantastic developer experience (e.g., hot reload, great IDE support, good development tools) and very strong cross-platform support: it generates native iOS, Android, MacOS, Windows and Linux executables. Check it out: https://flutter.dev/

What are some alternatives?

When comparing tauri and Flutter you can also consider the following projects:

Wails - Create beautiful applications using Go

Introducing .NET Multi-platform App UI (MAUI) - .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.

neutralinojs - Portable and lightweight cross-platform desktop application development framework

flet - Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.

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

WPF - WPF is a .NET Core UI framework for building Windows desktop applications.

Electron - :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS

Uno Platform - Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.

egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native

kivy - Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS

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

Quasar Framework - Quasar Framework - Build high-performance VueJS user interfaces in record time

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