All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
Bluesky
Twitter
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Tauri: A Rust-based framework for building cross-platform desktop and mobile apps with web frontends

4h ago· 4 min readenCode

Summary

Tauri is an open-source framework for building desktop and mobile applications using web front-end technologies (HTML, JS, CSS) with a Rust-powered backend. It produces smaller, faster, and more secure binaries compared to alternatives like Electron, leveraging system webviews via the WRY library and window handling via tao across all major platforms including macOS, Windows, Linux, Android, and iOS.

Source

bskyTauri: A Rust-based framework for building cross-platform desktop and mobile apps with web frontendsgithub.com

Key quotes

· 4 pulled
Tauri is a framework for building tiny, blazingly fast binaries for all major desktop platforms.
Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface.
The backend of the application is a rust-sourced binary with an API that the front-end can interact with.
Tauri uses WRY, a library which provides a unified interface to the system webview, leveraging WKWeb
Snippet from the RSS feed
Build smaller, faster, and more secure desktop and mobile applications with a web frontend. - tauri-apps/tauri

You might also wanna read

Ribir: A Non-Intrusive Rust GUI Framework for Multi-Platform Development

Ribir is a Rust GUI framework that enables developers to build multi-platform applications from a single codebase using a non-intrusive appr

github.com·7mo ago

GPUI-Component: Rust GUI Library for Cross-Platform Desktop Applications

The article introduces gpui-component, a Rust GUI component library for building cross-platform desktop applications using GPUI. It features

github.com·5d ago

GPUI-Component: Rust GUI Library for Cross-Platform Desktop Applications

The article introduces gpui-component, a Rust GUI component library for building cross-platform desktop applications using GPUI. It features

github.com·5d ago

rari: React Server Components Framework with Rust Runtime

rari is a new framework that enables React Server Components to run on a Rust runtime, combining the HTTP server, RSC renderer, and routing

rari.build·4mo ago

GeoLibre: A lightweight, cloud-native GIS platform for geospatial data visualization and analysis

GeoLibre is a lightweight, cloud-native GIS platform built with Tauri, React, TypeScript, MapLibre GL JS, DuckDB-WASM Spatial, and deck.gl.

geolibre.app·9d ago

Shared Rust Codebase Demonstrated to Run on Multiple GPU Platforms

The article discusses a demo showcasing a shared Rust codebase that can run on various GPU platforms without the need for specialized GPU la

rust-gpu.github.io·10mo ago

Technical Critique of WebKit: Development Challenges and Why Hopp is Moving to Rust

The article is a critical analysis of WebKit (Safari's browser engine) based on the author's experience building Hopp, a screensharing appli

gethopp.app·3mo ago