Ultralight VS tauri

Compare Ultralight vs tauri and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Ultralight tauri
53 469
4,594 77,154
0.4% 2.8%
2.9 9.8
3 days ago 6 days ago
CMake 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.

Ultralight

Posts with mentions or reviews of Ultralight. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-01.
  • Ultralight: Display Web-Content Everywhere
    1 project | news.ycombinator.com | 10 Feb 2024
  • Writing a TrueType font renderer
    9 projects | news.ycombinator.com | 1 Jan 2024
    [2] https://ultralig.ht/
  • This year in Servo: over 1000 pull requests and beyond
    9 projects | news.ycombinator.com | 18 Dec 2023
  • Arc browser launches its Windows client in beta
    1 project | news.ycombinator.com | 13 Dec 2023
    Web rendering would be Blink, with V8 being the JavaScript engine. I believe they have their own UI rendering process.

    I know of another company that does something similar for the UI process, but with WebKit instead as the base:

    https://github.com/ultralight-ux/ultralight#rocket-dual-high...

  • Ode to the M1
    6 projects | news.ycombinator.com | 12 Aug 2023
    What I'd really like to see with CEF et al, is JS being dropped, in favor of directly controlling the DOM from the host language. Then we could, for example, write a Rust (or Kotlin, Zig, Haskell, etc) desktop application that simply directly manipulated the DOM, and had it rendered by a HTML+CSS layout engine. Folks could then write a React-like framework for that language (to help render & re-render the DOM in an elegant way).

    Ultralight (https://ultralig.ht/) looks pretty cool. I think another possible option is Servo (https://github.com/servo/servo) – it was abandoned by Mozilla along with Rust during their layoffs a while back (but the project still seems to have a decent bit of activity). It would be great if some group of devs could revive the project, or a company could fund such a revival.

    Eventually, we'll need to reflect on, and explore whether HTML+CSS is really the best way to do layout, and we could maybe perhaps consider proting the Android/iOS layout approach over to desktop.

  • Anselm's Jazz Distributed Infrastructure Framework
    1 project | /r/Citybound | 27 Jun 2023
    I'm curious if the project will be open-source or do you have plans to go the Awesomium/Ultralight route with both open/closed sources and volume licenses? Or do you plan to offer commercial support services like other open source software?
  • Best cross-platform (Win, Mac, Linux) desktop frameworks?
    1 project | /r/CodingHelp | 21 Jun 2023
    I’m not tied to any language, but it needs to be able to wrap a c++ library. I started with .NET 7 MAUI - no linux support & very mobile focused. Tried out Electron. Wins on ease and usability, but has massive overhead. (Basic “Hello world” executable compiled to over 200mb) I then discovered Ultralight (https://ultralig.ht/). Big win on size, but was last updated 3 years ago.
  • Remember when this was 0% and 70 mb? This is comical.
    2 projects | /r/discordapp | 15 Jun 2023
    tauri exists or if you wanted to ultralig.ht
  • Digital Audio Workstation Front End Development Struggles
    16 projects | news.ycombinator.com | 15 May 2023
    I agree web stuff is really the best way to develop UIs. Good luck making responsive stuff in C++ for example. The paradigm of HTML, CSS, and JS is extremely powerful and even allows you to use canvas, webgpu, wasm.

    There are multiple commercial projects that use web dev paradigm for GUIs:

    https://coherent-labs.com/

    https://ultralig.ht/

    https://sciter.com/

  • what do you think about alternative browser engines?
    5 projects | /r/browsers | 28 Mar 2023
    Nice review, thanks! There are also: Ultralight (based on Webkit), LiteHTML, Tkhtml3 and Lobo Evolution. See also timeline of web engines.

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-04-10.
  • 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.
  • Tauri + React + ShadcnUI
    2 projects | dev.to | 26 Mar 2024
    First of all, I will be using npm as my package manager but feel free to use whatever you prefer. Find more info here.
  • Slint 1.5: Embracing Android, Improving Live-Preview, and Pythonic Slint
    1 project | news.ycombinator.com | 15 Mar 2024
  • Shoes makes building little graphical programs for Mac, Windows, Linux simple
    13 projects | news.ycombinator.com | 23 Feb 2024
  • Tauri - Rust, Js and Native Apps
    2 projects | dev.to | 12 Feb 2024
    Today I'm talking about Tauri! Do you know all the various tools that allow you to develop native applications starting from web languages? They often need an intermediate compilation, in the middle of which you end up encountering various problems not always transparent and directly solvable with a language mostly detached from native development. On the other hand, there's still the ease of developing attractive and easily usable interfaces, which are more difficult to develop with low level languages.
  • Why Bloat Is Still Software's Biggest Vulnerability
    4 projects | news.ycombinator.com | 9 Feb 2024
    I think Tauri is the most established framework using that approach

    https://tauri.app

What are some alternatives?

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

webview - Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).

Wails - Create beautiful applications using Go

qt-ultralight-browser - Ultra-lightweight web browser based on Qt Ultralight webview, powered by Ultralight HTML renderer

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

wry - Cross-platform WebView library in Rust for Tauri.

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

ClassicUO - ClassicUO - an open source implementation of the Ultima Online Classic Client.

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

litehtml - Fast and lightweight HTML/CSS rendering engine

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

FNA3D - FNA3D - 3D Graphics Library for FNA

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