React based Cross-platform Application with Tauri
-
Updated
Mar 2, 2023 - CSS
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.
The user interface in Tauri apps currently leverages tao as a window handling library on macOS and Windows, and gtk on Linux via the Tauri-team incubated and maintained WRY, which creates a unified interface to the system webview (and other goodies like Menu and Taskbar), leveraging WebKit on macOS, WebView2 on Windows and WebKitGTK on Linux.
React based Cross-platform Application with Tauri
A Tarui Python Sidecar Example, using Pyinstaller.
A Vue 💚 production ready 🤩 template for building bleeding edge 😎 web apps for all platforms 🔥
A light weight simple crossplatform text editor based on Monaco Editor and build on Tauri.
An advanced multiplatform fast editor
🧾 Customisable Accounting Software
A minimal browser for taking amazing screenshots of your website
This is a simple desktop version of pxt-microbit which build with Tauri.
Open-Source Desktop application for Graphite. (Practically wraps the web-app for now)
Entries is a simple, open-source Notion client built on the Tauri framework. It was created as an alternative to Notion's desktop client, which was known for its high memory consumption.
This is a simple desktop version of pxt-arcade which build with Tauri.
Tauri is an app that retrieves and displays recipes from Rakuten API. Tauriで楽天APIからレシピを取得、表示するアプリ