Best of Tauri — 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    Goodbye Electron. Hello Tauri!

    Learn about Tauri, a Rust-powered backend framework paired with a React frontend for creating standalone desktop applications. Discover its advantages, including smaller binary sizes compared to Electron.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Create a PC game using JavaScript

    Learn to create a Flappy Bird-like game in JavaScript using the KAPLAY library and package it for PC installation with Tauri. The comprehensive course includes setting up the development environment, loading assets, implementing player logic, building the game, and creating a score UI. Suitable for beginners and experienced developers, this tutorial provides practical hands-on experience in game development and desktop application packaging.

  3. 3
    Article
    Avatar of devtoDEV·2y

    I love Rust/Tauri & Svelte

    NeoHtop is a modern task manager for macOS combining terminal-based system monitors with a clean UI. Built with Rust and Tauri for the backend and Svelte for the frontend, its features include real-time process monitoring, CPU/memory tracking, and process management. Challenges included maintaining performance and navigating Apple's certification process. Future plans involve Linux support, additional process management features, and network usage monitoring.

  4. 4
    Article
    Avatar of hnHacker News·2y

    Tauri 2.0 Release Candidate

    Tauri 2.0 has reached its release candidate phase after extensive beta and alpha testing. The focus now is on documentation and fixing critical bugs before the stable release planned for the end of August. Significant changes include the restructuring of core plugins and improvements in mobile development capabilities. An external security audit has also been completed, with all findings addressed. The Tauri team encourages community involvement and contributions to help improve the project further.

  5. 5
    Article
    Avatar of itnextITNEXT·2y

    Why I chose Tauri instead of Electron

    The author discusses their decision to choose Tauri over Electron for building a desktop application. They highlight the benefits of Tauri, such as its clear separation of backend and frontend, smaller app size, and plugin system. They also compare Tauri to Electron in terms of programming language and ecosystem, webview, features, and mobile support.

  6. 6
    Article
    Avatar of communityCommunity Picks·1y

    tauri-apps/awesome-tauri: 🚀 Awesome Tauri Apps, Plugins and Resources

    This post offers a comprehensive collection of resources, tutorials, templates, and plugins for developing applications with Tauri, a framework designed for building cross-platform desktop apps using web technologies like Rust and JavaScript. It includes guides for getting started, integrating with various front-end frameworks, setting up auto-updates, and publishing apps to app stores. Additionally, there's an extensive list of plugins for enhancing app functionalities and various example applications built with Tauri.

  7. 7
    Article
    Avatar of communityCommunity Picks·2y

    create-tauri-ui

    Create modern Tauri desktop apps quickly using Tauri UI Templates. Start with create-tauri-ui or clone the repository. Easily scaffold projects with web technologies and customize with various templates. Features include component-based UI design with shadcn/ui, native window controls, support for dark/light modes, optimized bundle sizes, and cross-platform release support.