| title | Tauri |
|---|
Dropcode is great OSS app built with Tauri and Solid. Perfect stack in my eyes.
Wails is nice alternative to Tauri that uses Go instead of Rust.
- Dropcode
- Twidge - Productivity app which is an extension to your mind.
- Stable Diffussion Buddy - Companion desktop app for the self-hosted M1 Mac version of Stable Diffusion.
- TaurApp - WhatsApp desktop client powered by Tauri and Rust.
- Emberry - P2P Chat powered by Tauri and Svelte.
- SnipSnap - Simple but powerful tool to make your screenshots prettier.
- Tauri Solid Example with Vite
- Tauri + Vanilla
- Tauri + ReScript + React
- Tauri Tray App - Template should help get you started developing a Tauri tray app with an app window and full communication between the JS and Rust side.
- Taurine - Tauri + Node.js stater.
- Mediarepo - Tool for managing media files.
- Upscale-rs - Tauri based GUI app that upscale images using Real-ESRGAN model.
- Tauri and Leptos example
- ChatGPT Desktop App
- ChatGPT Desktop App
- You can make use of Go or any other language by making HTTP server in them. Then deploying the Tauri app with local server running. Latency into calling HTTP server is negligible. Even faster than built-in ipc.
- Setting up WebSocket connection between Tauri & Front End is valid option for faster frontend to backend communication than the current IPC allows when you use commands.
- Create a Simple Desktop App Using Vite, React, and Tauri.js (2022) (Code)
- Tauri React Example with Vite
- Pointless - Endless drawing canvas desktop app made with Tauri (Rust) and React.
- Tauri Plugin Log - Configurable logging for your Tauri app.
- Tauri plugin positioner - Helps position your Tauri windows at well-known locations.
- Tauri Plugin GraphQL - Plugin for Tauri that enables type-safe IPC through GraphQL.
- Tauri GitHub Action - Builds your Web application as a Tauri native binary for MacOS, Linux and Windows.
- HN: Tauri Version 1 (2022)
- Example project of a Tauri app using SvelteKit to build the front end
- Tauri-Swift
- Create Tauri App
- SF Symbols in Tauri
- HN: Tauri (2022)
- Tauri vs. Electron – Real world application (2022) (HN)
- Generate Color Themes with Tauri (2022)
- Build a cross platform app with Tauri (2022)
- tauri-egui - Tauri plugin for using the egui library in a Tauri application.
- tauri-sys - Raw bindings to the Tauri API for projects using wasm-bindgen.
- Tauri Specta - Completely type safe Tauri commands.
- tauri-bindgen - Typesafe language bindings generator for the Tauri IPC bridge.
- Try Tauri with Solid (2022) (Lobsters)
- Tauri Mobile Alpha Release (HN)