Awesome Tauri

A curated collection of the best stuff from the Tauri ecosystem and community.
[![Awesome](https://awesome.re/badge-flat.svg)](https://awesome.re)
## Table of Contents - [Getting Started](#getting-started) - [Guides & Tutorials](#guides--tutorials) - [Templates](#templates) - [Development](#development) - [Plugins](#plugins) - [Integrations](#integrations) - [Articles](#articles) - [Applications](#applications) - [Audio & Video](#audio--video) - [ChatGPT clients](#chatgpt-clients) - [Data](#data) - [Developer tools](#developer-tools) - [Ebook readers](#ebook-readers) - [Email & Feeds](#email--feeds) - [File management](#file-management) - [Finance](#finance) - [Gaming](#gaming) - [Information](#information) - [Learning](#learning) - [Networking](#networking) - [Office & Writing](#office--writing) - [Productivity](#productivity) - [Search](#search) - [Security](#security) - [Social media](#social-media) - [Utilities](#utilities) ## Getting Started ### Guides & Tutorials - [Introduction](https://v2.tauri.app/start/) ![officially maintained] - Official introduction to Tauri. - [Getting Started](https://v2.tauri.app/start/prerequisites/) ![officially maintained] - Official getting started with Tauri docs. - [create-tauri-app](https://github.com/tauri-apps/create-tauri-app) ![officially maintained] - Rapidly scaffold your Tauri app. - [Auto-Updates with Tauri v2](https://docs.crabnebula.dev/guides/auto-updates-tauri) - Setup auto-updates with Tauri and CrabNebula Cloud. - [Create Tauri App with React](https://www.youtube.com/watch?v=zawhqLA7N9Y&ab_channel=chrisbiscardi) ![youtube] - Chris Biscardi shows how easy it is to wire up a Rust crate with a JS module and communicate between them. - [Publish to Apple's App Store](https://thinkgo.io/post/2023/02/publish_tauri_to_apples_app_store/) - Details all the steps needed to publish your Mac app to the app store. Includes a sample bash script. - [Tauri & ReactJS - Creating Modern Desktop Apps](https://youtube.com/playlist?list=PLmWYh0f8jKSjt9VC5sq2T3mFETasG2p2L) ![youtube] - Creating a modern desktop application with Tauri. ### Templates - [angular-tauri](https://github.com/maximegris/angular-tauri) - Angular with Typescript, SASS, and Hot Reload. - [create-tauri-react](https://github.com/MrLightful/create-tauri-react) - Well-architected template for Vite, React, and Tailwind CSS. - [nuxtor](https://github.com/NicolaSpadari/nuxtor) - Nuxt 4 + Tauri 2 + TailwindCSS v4, a starter template for building desktop apps. - [rust-full-stack-with-authentication-template](https://github.com/sollambert/rust-full-stack-with-auth-template) - Yew, Tailwind CSS, Tauri, Axum, Sqlx - Starter template for full stack applications with built-in authentication. - [tauri-angular-template](https://github.com/charlesxsh/tauri-angular-boilerplate) - Angular template - [tauri-astro-template](https://github.com/HuakunShen/tauri-astro-template) - Astro template - [tauri-bishop-template](https://github.com/RoseBlume/Bishop-Tauri-Template) - Minimized vanilla template designed for highschool students. - [tauri-clojurescript-template](https://github.com/rome-user/tauri-clojurescript-template) - Minimal ClojureScript template with Shadow CLJS and React. - [tauri-deno-starter](https://github.com/marc2332/tauri-deno-starter) - React template using esbuild with Deno. - [tauri-leptos-template](https://gitlab.com/cristofa/tauri-leptos-template) - Leptos template - [tauri-nextjs-template](https://github.com/kvnxiao/tauri-nextjs-template) - Next.js (SSG) template, with TailwindCSS, opinionated linting, and GitHub Actions preconfigured. - [tauri-nuxt-template](https://github.com/HuakunShen/tauri-nuxt-template) - Nuxt3 template. - [tauri-preact-rsbuild-template](https://github.com/Alfredoes234/tauri-preact-rsbuild-template) - Preact template that uses rsbuild, rather than vite. - [tauri-react-mantine-vite-template](https://github.com/elibroftw/modern-desktop-app-template) - React Mantine template featuring custom titlebar for Windows, auto publish action, auto update, and more. - [tauri-react-parcel-template](https://github.com/henrhie/tauri-react-parcel-template) - React template with Parcel as build tool, TypeScript and hot module replacement. - [tauri-rescript-template](https://github.com/JonasKruckenberg/tauri-rescript-template) - Tauri, ReScript, and React template. - [tauri-solid-ts-tailwind-vite-template](https://github.com/AR10Dev/tauri-solid-ts-tailwind-vite) - SolidJS Template preconfigured to use Vite, TypeScript, Tailwind CSS, ESLint and Prettier. - [tauri-svelte-template](https://github.com/probablykasper/tauri-svelte-template) - Svelte template with cross-platform GitHub action builds, Vite, TypeScript, Svelte Preprocess, hot module replacement, ESLint and Prettier. - [tauri-sveltekit-template](https://github.com/deid84/tauri-sveltekit-admin-template) - SvelteKit Admin template with cross-platform GitHub action builds, Vite, TypeScript, Svelte Preprocess, hot module replacement, ESLint and Prettier. - [tauri-sycamore-template](https://github.com/JonasKruckenberg/tauri-sycamore-template) - Tauri and Sycamore template. - [tauri-tanstack-start-react-template](https://github.com/kvnxiao/tauri-tanstack-start-react-template) ![v2] - React with TanStack Start and Vite template, with TailwindCSS, opinionated linting, and GitHub Actions preconfigured. - [tauri-template](https://github.com/dannysmith/tauri-template) - Production-ready template with React, TypeScript, shadcn/ui, Tailwind, Tanstack Query, Zustand & boilerplate UI. Claude Code-ready. - [tauri-vue-template](https://github.com/Uninen/tauri-vue-template) - Vue template with TypeScript, Vite + HMR, Vitest, Tailwind CSS, ESLint, and GitHub Actions. - [tauri-vue-template-2](https://github.com/skymen/tauri-vue-template) - Another vue template with Javascript, Vite, Pinia, Vue Router and Github Actions. - [tauri-yew-example](https://bitbucket.org/ftegtmeyer/tauri-yew-stopwatch/) - Simple stopwatch with Yew using commands and Tauri events. - [taurics](https://github.com/exphert/TauriCS) - Tauri V2 template with C# Backend!. - [tauronic](https://github.com/rgilsimoes/Tauronic/) - Tauri template for hybrid Apps using Ionic components in React flavour. ## Development ### Plugins - [Official Plugins](https://github.com/tauri-apps/plugins-workspace) ![officially maintained] - This repository contains all the plugins maintained by the Tauri team. This includes plugins for NFC, logging, notifications, and more. - [window-vibrancy](https://github.com/tauri-apps/window-vibrancy) ![officially maintained] - Make your windows vibrant (v1 only - added to Tauri in v2). - [window-shadows](https://github.com/tauri-apps/window-shadows) ![officially maintained] - Add native shadows to your windows in Tauri (v1 only - added to Tauri in v2). - [sentry-tauri](https://github.com/timfish/sentry-tauri) - Capture JavaScript errors, Rust panics and native crash minidumps to Sentry. - [tauri-awesome-rpc](https://github.com/ahkohd/tauri-awesome-rpc) - Custom invoke system that leverages WebSocket. - [tauri-nspanel](https://github.com/ahkohd/tauri-nspanel) - Convert a window to panel. - [tauri-nspopover-plugin](https://github.com/freethinkel/tauri-nspopover-plugin) - Native NSPopover view for use in the status bar in macOS. - [tauri-plugin-android-battery-optimization](https://github.com/NeoHuncho/tauri-plugin-android-battery-optimization) - Check and request battery optimization exemptions on Android. - [tauri-plugin-aptabase](https://github.com/aptabase/tauri-plugin-aptabase) - Privacy-first and minimalist analytics for desktop and mobile apps. - [tauri-plugin-auth](https://github.com/inKibra/tauri-plugins/tree/main/packages/tauri-plugin-auth) - Auth plugin for iOS that uses ASWebAuthenticationSession for authentication, which allows keychain access - [tauri-plugin-blec](https://github.com/MnlPhlp/tauri-plugin-blec) - Cross platform Bluetooth Low Energy client based on `btleplug`. - [tauri-plugin-cache](https://github.com/Taiizor/tauri-plugin-cache) - Advanced disk caching solution with memory layer, TTL management, compression support, and cross-platform compatibility for desktop and mobile. - [tauri-plugin-clipboard](https://github.com/CrossCopy/tauri-plugin-clipboard) - Clipboard plugin for reading/writing clipboard text/image/html/rtf/files, and monitoring clipboard update. - [tauri-plugin-context-menu](https://github.com/c2r0b/tauri-plugin-context-menu) - Native context menu. - [tauri-plugin-desktop-underlay](https://github.com/Charlie-XIAO/tauri-plugin-desktop-underlay) - Attach a window to desktop, below icons and above wallpaper. - [tauri-plugin-dragout](https://github.com/alexqqqqqq777/tauri-plugin-dragout) - Native macOS drag-out (file promise) support. - [tauri-plugin-drpc](https://github.com/smokingplaya/tauri-plugin-drpc) - Discord RPC support. - [tauri-plugin-fs-pro](https://github.com/ayangweb/tauri-plugin-fs-pro) - Extended with additional methods for files and directories. - [tauri-plugin-graphql](https://github.com/JonasKruckenberg/tauri-plugin-graphql) - Type-safe IPC for Tauri using GraphQL. - [tauri-plugin-iap](https://github.com/Choochmeque/tauri-plugin-iap) - Plugin that enables full In-App Purchases flow for Android, macOS, iOS and Windows. - [tauri-plugin-iap](https://github.com/inKibra/tauri-plugins/tree/main/packages/tauri-plugin-iap) - In-app-purchase plugin for iOS that allows fetching, purchasing, and restoring of products. - [tauri-plugin-keep-screen-on](https://gitlab.com/cristofa/tauri-plugin-keep-screen-on) - Disable screen timeout on Android and iOS. - [tauri-plugin-macos-permissions](https://github.com/ayangweb/tauri-plugin-macos-permissions) - Support for checking and requesting macOS system permissions. - [tauri-plugin-mobile-sharetarget](https://github.com/IT-ess/tauri-plugin-mobile-sharetarget) ![v2] - Handle mobile Share Intents with a FIFO queue - [tauri-plugin-mqtt](https://github.com/kuyoonjo/tauri-plugin-mqtt) - MQTT client support. - [tauri-plugin-network](https://github.com/HuakunShen/tauri-plugin-network) - Tools for reading network information and scanning network. - [tauri-plugin-nosleep](https://github.com/pevers/tauri-plugin-nosleep/) - Block the power save functionality in the OS. - [tauri-plugin-ota](https://github.com/inKibra/tauri-plugins/tree/main/packages/tauri-plugin-ota) - OTA plugin for applications that just want to continuously deliever new JavaScript code based on a manfiest. - [tauri-plugin-pinia](https://github.com/ferreira-tb/tauri-store/tree/main/packages/plugin-pinia) - Persistent Pinia stores for Vue. - [tauri-plugin-prevent-default](https://github.com/ferreira-tb/tauri-plugin-prevent-default) - Disable default browser shortcuts. - [tauri-plugin-python](https://github.com/marcomq/tauri-plugin-python/) - Use python in your backend. - [tauri-plugin-screenshots](https://github.com/ayangweb/tauri-plugin-screenshots) - Get screenshots of windows and monitors. - [tauri-plugin-serialport](https://github.com/deid84/tauri-plugin-serialport) - Cross-compatible serialport communication tool. - [tauri-plugin-serialplugin](https://github.com/s00d/tauri-plugin-serialplugin) - Cross-compatible serialport communication tool for tauri 2. - [tauri-plugin-sharesheet](https://github.com/buildyourwebapp/tauri-plugin-sharesheet) - Share content to other apps via the Android Sharesheet or iOS Share Pane. - [tauri-plugin-svelte](https://github.com/ferreira-tb/tauri-store/tree/main/packages/plugin-svelte) - Persistent Svelte stores. - [tauri-plugin-system-info](https://github.com/HuakunShen/tauri-plugin-system-info) - Detailed system information. - [tauri-plugin-tcp](https://github.com/kuyoonjo/tauri-plugin-tcp) - TCP socket support. - [tauri-plugin-theme](https://github.com/wyhaya/tauri-plugin-theme) - Dynamically change Tauri App theme. - [tauri-plugin-tracing](https://github.com/fltsci/tauri-plugin-tracing) - Structured logging with the tracing crate, featuring JS-to-Rust log bridging, file rotation, and flamegraph profiling. - [tauri-plugin-udp](https://github.com/kuyoonjo/tauri-plugin-udp) - UDP socket support. - [tauri-plugin-velesdb](https://github.com/cyberlife-coder/VelesDB) - Native vector database plugin. 70µs semantic search, ≥95% recall, hybrid BM25+vector, offline-first, full ecosystem integrations and more. - [tauri-plugin-view](https://github.com/ecmel/tauri-plugin-view) - View and share files on mobile. - [tauri-remote-ui](https://github.com/DraviaVemal/tauri-remote-ui) - Make you web app bundle available as web page for test and development. - [taurpc](https://github.com/MatsDK/TauRPC) - Typesafe IPC wrapper for Tauri commands and events. ### Integrations - [Astrodon](https://github.com/astrodon/astrodon) - Make Tauri desktop apps with Deno. - [axios-tauri-adapter](https://git.kaki87.net/KaKi87/axios-tauri-adapter) - `axios` adapter for the `@tauri-apps/api/http` module. - [axios-tauri-api-adapter](https://github.com/persiliao/axios-tauri-api-adapter) - Makes it easy to use Axios in Tauri, `axios` adapter for the `@tauri-apps/api/http` module. - [Deno in Tauri](https://github.com/typed-sigterm/deno-in-tauri) - Run JS/TS code with Deno Core Engine, in Tauri apps. - [faynosync-update-server](https://github.com/ku9nov/faynoSync) - Self-hosted Dynamic Update Server with statistics, supporting Tauri and other platforms. Flexible features for seamless app updates and insights. - [kkrpc](https://github.com/kunkunsh/kkrpc) - Seamless RPC communication between a Tauri app and node/deno/bun processes, just like Electron. - [ngx-tauri](https://codeberg.org/crapsilon/ngx-tauri) - Small lib to wrap around functions from tauri modules, to integrate easier with Angular. - [svelte-tauri-filedrop](https://github.com/probablykasper/svelte-tauri-filedrop) - File drop handling component for Svelte. - [Tauri Specta](https://github.com/oscartbeaumont/tauri-specta) - Completely typesafe Tauri commands. - [tauri-htmx-extension](https://github.com/ChristianPavilonis/tauri-htmx-extension) - Extention for using htmx with Tauri apis. - [tauri-macos-menubar-app-example](https://github.com/ahkohd/tauri-macos-menubar-app-example) - Example macOS Menubar app project. - [tauri-macos-spotlight-example](https://github.com/ahkohd/tauri-macos-spotlight-example) - Example macOS Spotlight app project. - [tauri-mcp-server](https://github.com/hypothesi/mcp-server-tauri) ![v2] - MCP server and plugin for rapid development and debugging. - [tauri-update-cloudflare](https://github.com/KilleenCode/tauri-update-cloudflare) - One-click deploy a Tauri Update Server to Cloudflare. - [tauri-update-server](https://git.kaki87.net/KaKi87/tauri-update-server) - Automatically interface the Tauri updater with git repository releases. - [vite-plugin-tauri](https://github.com/amrbashir/vite-plugin-tauri) - Integrate Tauri in a Vite project to build cross-platform apps. ### Articles - [Getting Started Using Tauri Mobile](https://medium.com/p/6f90de5b098) ![paid] - Ed Rutherford outlines how to create a mobile app with Tauri. - [How to use local SQLite database with Tauri and Rust](https://blog.moonguard.dev/how-to-use-local-sqlite-database-with-tauri) - Guide to setup and use SQLite database with Tauri and Rust. - [Managing State in Desktop Applications with Rust and Tauri](https://blog.moonguard.dev/manage-state-with-tauri) - How to share and manage any kind of state globally in Tauri apps. - [Setting up Actix Web in a Tauri App](https://blog.moonguard.dev/setting-up-actix-in-tauri) - How to setup a HTTP server with Tauri and Actix Web. - [Tauri's async process](https://rfdonnelly.github.io/posts/tauri-async-rust-process/) - Rob Donnelly dives deep into Async with Tauri. ## Applications ### Audio & Video - [Ascapes Mixer](https://github.com/ilyaly/ascapes-mixer) - Audio mixer with three dedicated players for music, ambience and SFX for TTRPG sessions. - [Cap](https://github.com/CapSoftware/cap) - The open-source Loom alternative. Beautiful, shareable screen recordings. - [Cardo](https://github.com/n0vella/cardo) - Podcast player with integrated search and management of subscriptions. - [Compresso](https://github.com/codeforreal1/compressO) - Cross-platform video compression app powered by FFmpeg. - [Cosmos](https://meetcosmos.com/) ![closed source] - Search your media library by describing scenes. Navigate terabytes with natural language, reverse image search, and audio transcription locally on your machine. - [Curses](https://github.com/mmpneo/curses) - Speech-to-Text and Text-to-Speech captions for OBS, VRChat, Twitch chat and more. - [Douyin Downloader](https://github.com/lzdyes/douyin-downloader) - Cross-platform douyin video downloader. - [Feiyu Player](https://github.com/idootop/feiyu-player) - Cross-platform online video player where beauty meets functionality. - [Hopp](https://github.com/gethopp/hopp) ![v2] - Open source remote pair programming app. - [Hypetrigger](https://hypetrigger.io/) ![closed source] - Detect highlight clips in video with FFMPEG + Tensorflow on the GPU. - [Hyprnote](https://github.com/fastrepl/hyprnote) - AI notepad for meetings. Local-first and extensible. - [Jellyfin Vue](https://github.com/jellyfin/jellyfin-vue) - GUI client for a Jellyfin server based on Vue.js and Tauri. - [Lofi Engine](https://github.com/meel-hd/lofi-engine) - Generate Lo-Fi music on the go and locally. - [mediarepo](https://github.com/Trivernis/mediarepo) - Tag-based media management application. - [Mr Tagger](https://github.com/probablykasper/mr-tagger) - Music file tagging app. - [Musicat](https://github.com/basharovV/musicat) - Sleek desktop music player and tagger for offline music. - [PunyTunes](https://github.com/mjoblin/punytunes) ![v1] - Control StreamMagic music streamers from the system tray. - [Screenpipe](https://github.com/mediar-ai/screenpipe) - 24/7 local AI screen & mic recording. Build AI apps with full context. Works with Ollama. - [SilentKeys](https://github.com/gptguy/silentkeys) ![v2] - Privacy-first, real-time dictation app built with Tauri, powered by `Parakeet ASR`, `Silero-VAD`, and on-device inference via `ORT`. - [ToneTempo](https://tonetempo.com) ![closed source] ![paid] - Workout and run with AutoMixed music and an AI fitness coach. - [Watson.ai](https://github.com/LatentDream/watson.ai) - Easily record and extract the most important information from your meetings. - [Whispering](https://github.com/EpicenterHQ/epicenter/tree/main/apps/whispering) ![v2] - Speech-to-text app. Press shortcut → speak → get text. Supports local and cloud transcription with AI transformations. - [XGetter](https://github.com/xgetter-team/xgetter) ![closed source]- Cross-platform GUI to download videos and audio from Youtube, Facebook, X(Twitter), Instagram, Tiktok and more. - [yt-dlp GUI](https://github.com/gaeljacquin/yt-dlp-gui) - Cross-platform GUI client for the `yt-dlp` command-line audio/video downloader. ### ChatGPT clients - [ChatGPT](https://github.com/lencx/ChatGPT) - Cross-platform ChatGPT desktop application. - [ChatGPT-Desktop](https://github.com/Synaptrix/ChatGPT-Desktop) - Cross-platform productivity ChatGPT assistant launcher. - [Jan](https://github.com/menloresearch/jan) ![v2] - Open source alternative to ChatGPT that runs 100% offline on your computer. - [Kaas](https://github.com/0xfrankz/Kaas) - Cross-platform desktop LLM client for OpenAI ChatGPT, Anthropic Claude, Microsoft Azure and more, with a focus on privacy and security. - [Nexo](https://github.com/Nexo-Agent/nexo) - All-in-One Workspace AI - [Orion](https://github.com/taecontrol/orion) - Cross-platform app that lets you create multiple AI assistants with specific goals powered with ChatGPT. - [Oxide-Lab](https://github.com/FerrisMind/oxide-lab) ![v2] - Local LLM chat application with privacy-focused AI inference using `candle` and Rust backend. - [QuickGPT](https://github.com/dubisdev/quickgpt) - Lightweight AI assistant for Windows. - [Yack](https://github.com/rajatkulkarni95/yack) - Spotlight like app for interfacing with GPT APIs. ### Data - [Annimate](https://github.com/matthias-stemmler/annimate) - Convenient export of query results from the ANNIS system for linguistic corpora. - [BS Redis Desktop Client](https://github.com/fuyoo/bs-redis-desktop-client) - The Best Surprise Redis Desktop Client. - [Dataflare](https://dataflare.app) ![closed source] ![paid] - Simple and elegant database manager. - [DocKit](https://github.com/geek-fun/dockit) - GUI client for NoSQL databases such as elasticsearch, OpenSearch, etc. - [Duckling](https://github.com/l1xnan/duckling) - Lightweight and fast viewer for csv/parquet files and databases such as DuckDB, SQLite, PostgreSQL, MySQL, Clickhouse, etc. - [Elasticvue](https://elasticvue.com/) - Free and open-source Elasticsearch GUI - [Noir](https://noirdb.dev) - Keyboard-driven database management client. - [pgMagic🪄](https://pgmagic.app/?ref=awesometauri) ![closed source] ![paid] - GUI client to talk to Postgres in SQL or with natural language. - [qsv pro](https://qsvpro.dathere.com) ![closed source] ![paid] - Explore spreadsheet data including CSV in interactive data tables with generated metadata and a node editor based on the `qsv` CLI. - [Rclone UI](https://rcloneui.com) - The cross-platform desktop GUI for **`rclone`** & S3. - [RedisME](https://github.com/hepengju/redis-me) ![v2] - Redis Desktop Manager based on Tauri. - [SmoothCSV](https://smoothcsv.com/) ![closed source] - Powerful and intuitive tool for editing CSV files with spreadsheet-like interface. ### Developer tools - [AHQ Store](https://github.com/ahqsoftwares/tauri-ahq-store) - Publish, Update and Install apps to the Windows-specific AHQ Store. - [AppCenter Companion](https://github.com/zenoxs/tauri-appcenter-companion) - Regroup, build and track your `VS App Center` apps. - [AppHub](https://github.com/francesco-gaglione/AppHub) - Streamlines .appImage package installation, management, and uninstallation through an intuitive Linux desktop interface. - [Aptakube](https://aptakube.com/) ![closed source] - Multi-cluster Kubernetes UI. - [Brew Services Manage](https://github.com/persiliao/brew-services-manage)![closed source] macOS Menu Bar application for managing Homebrew services. - [claws](https://clawsapp.com/) ![closed source] - Visual interface for the AWS CLI. - [CrabNebula DevTools](https://crabnebula.dev/devtools) - Visual tool for understanding your app. Optimize the development process with easy debugging and profiling. - [CrabNebula DevTools Premium](https://crabnebula.dev/devtools) ![closed source] ![paid] - Optimize the development process with easy debugging and profiling. Debug the Rust portion of your app with the same comfort as JavaScript! - [DevBox](https://www.dev-box.app/) ![closed source] - Many useful tools for developers, like generators, viewers, converters, etc. - [DevClean](https://github.com/HuakunShen/devclean) - Clean up development environment with ease. - [DevTools-X](https://github.com/fosslife/devtools-x) - Collection of 30+ cross platform development utilities. - [Docker DB Manager](https://github.com/AbianS/docker-db-manager) ![v2] - Desktop app for managing Docker database containers with visual interface, data persistence, and one-click connection strings. - [Dropcode](https://github.com/egoist/dropcode) - Simple and lightweight code snippet manager. - [Echoo](https://github.com/zsmatrix62/echoo-app) - Offline/Online utilities for developers on MacOS & Windows. - [GitButler](https://gitbutler.com) - GitButler is a new Source Code Management system. - [Github Security Alerts](https://github.com/stephanebouget/github-security-alerts) ![v2] - Monitors security vulnerabilities across your GitHub repositories in real-time. - [GitLight](https://github.com/colinlienard/gitlight) - GitHub & GitLab notifications on your desktop. - [JET Pilot](https://www.jet-pilot.app) - Kubernetes desktop client that focuses on less clutter, speed and good looks. - [Hoppscotch](https://hoppscotch.com/download) ![closed source] - Trusted by millions of developers to build, test and share APIs. - [Keadex Mina](https://github.com/keadex/keadex) - Open Source, serverless IDE to easily code and organize at a scale C4 model diagrams. - [Keyring Demo](https://github.com/open-source-cooperative/keyring-rs/wiki/Keyring) ![v2] - GUI for the Rust `keyring` ecosystem - [KFtray](https://github.com/hcavarsan/kftray) - A tray application that manages port forwarding in Kubernetes. - [PraccJS](https://github.com/alyalin/PraccJS) - Lets you practice JavaScript with real-time code execution. - [PromptLab](https://github.com/haideralsh/prompt-lab) ![v2] - Open-source, cross-platform desktop app for building and providing code-related context to large language models - [nda](https://github.com/kuyoonjo/nda) - Network Debug Assistant - UDP, TCP, Websocket, SocketIO, MQTT - [Ngroker](https://ngroker.com) ![closed source] ![paid] - 🆖ngrok gui client. - [Soda](https://github.com/Web3-Builders-Alliance/soda) - Generate source code from an IDL. - [Pake](https://github.com/tw93/Pake) - Turn any webpage into a desktop app with Rust with ease. - [Rivet](https://github.com/Ironclad/rivet) - Visual programming environment for creating AI features and agents. - [TableX](https://tablex-tan.vercel.app/) - Table viewer for modern developers - [TangleGuard](https://docs.tangleguard.com) ![closed source] - A software architecture monitoring tool for Rust applications - [Tauri Mobile Test](https://github.com/dedSyn4ps3/tauri-mobile-test) - Create and build cross-platform mobile applications. - [Testfully](https://testfully.io/) ![closed source] ![paid] - Offline API Client & Testing tool. - [verbcode](https://github.com/Verbcode/verbcode-release) ![closed source] - Simplify your localization journey. - [Worktree Status](https://github.com/sandercox/worktree-status/) - Get git repo status in your macOS MenuBar or Windows notification area. - [Yaak](https://yaak.app) - Organize and execute REST, GraphQL, and gRPC requests. ### Ebook readers - [Alexandria](https://github.com/btpf/Alexandria) - Minimalistic cross-platform eBook reader. - [Jane Reader](https://janereader.com) ![closed source] - Modern and distraction-free epub reader. - [Readest](https://github.com/chrox/readest) - Modern and feature-rich ebook reader designed for avid readers. - [Cloak](https://github.com/Xav1erSue/cloak) - A see-through mini reader for slacking off at work. ### Email & Feeds - [Alduin](https://alduin.stouder.io/) - Alduin is a free and open source RSS, Atom and JSON feed reader that allows you to keep track of your favorite websites. - [Aleph](https://github.com/chezhe/aleph) - Aleph is an RSS reader & podcast client. - [BULKUS](https://github.com/KM8Oz/BULKUS) - Email validation software. - [Lettura](https://github.com/zhanglun/lettura) - Open-source feed reader for macOS. - [mdsilo Desktop](https://github.com/mdSilo/mdSilo-app) - Feed reader and knowledge base. - [Saga Reader](https://github.com/sopaco/saga-reader) - Internet Reader driven by AI. Supports fetching of search engine information and RSS. ### File management - [CzkawkaTauri](https://github.com/shixinhuang99/czkawka-tauri) - Multi functional app to find duplicates, empty folders, similar images etc. - [enassi](https://github.com/enassi/enassi) - Encryption assistant that encrypts and stores your notes and files. - [EzUp](https://github.com/HuakunShen/ezup) - File and Image uploader. Designed for blog writing and note taking. - [MangoDesk](https://github.com/moyangzhan/mango-desk) ![v2] - Search your files using nature language. - [Orange](https://github.com/naaive/orange) - Cross-platform file search engine that can quickly locate files or folders based on keywords. - [Payload](https://payload.app/) ![closed source] - Drag & drop file transfers over local networks and online. - [Spacedrive](https://github.com/spacedriveapp/spacedrive) - A file explorer from the future. - [SquirrelDisk](https://github.com/adileo/squirreldisk) - Beautiful cross-platform disk usage analysis tool. - [Time Machine Inspector](https://github.com/probablykasper/time-machine-inspector) - Find out what's taking up your Time Machine backup space. - [Xplorer](https://github.com/kimlimjustin/xplorer) - Customizable, modern and cross-platform File Explorer. ### Finance - [Compotes](https://github.com/Orbitale/Compotes) - Local bank account operations storage to vizualize them as graphs and customize them with rules and tags for better filtering. - [CryptoBal](https://github.com/Rabbit-Company/CryptoBal-Desktop) - Desktop application for monitoring your crypto assets. - [Fincept Terminal](https://github.com/Fincept-Corporation/FinceptTerminal) ![v2] - Advanced financial intelligence terminal with CFA-level analytics, AI agents, and 100+ data connectors. - [Ghorbu Wallet](https://github.com/matthias-wright/ghorbu-wallet) - Cross-platform desktop HD wallet for Bitcoin. - [Mahalli](https://github.com/AbdelilahOu/Mahalli-tauri) - Local first inventory and invoicing management app. - [nym-wallet](https://github.com/nymtech/nym/tree/develop/nym-wallet) - The Nym desktop wallet enables you to use the Nym network and take advantage of its key capabilities. - [Upcount](https://www.upcount.app/) ![v2] - Free invoicing and time tracking application for freelancers and small businesses. - [UsTaxes](https://github.com/ustaxes/ustaxes) - Free, private, open-source US tax filings. - [Wealthfolio](https://wealthfolio.app) - Simple, open-source desktop portfolio tracker that keeps your financial data safe on your computer. ### Gaming - [9Launcher](https://github.com/wearrrrr/9Launcher) - Modern Cross-platform launcher for Touhou Project Games. - [BestCraft](https://github.com/Tnze/ffxiv-best-craft) - Crafting simulator with solver algorithms for Final Fantasy XIV(FF14). - [BetterFleet](https://github.com/zelytra/BetterFleet) - Help players of Sea of Thieves create an alliance server. - [Chessifier](https://github.com/Chessifier/chessifier) ![v2] - The Ultimate Chess Toolkit. - [clear](https://clear.adithya.zip) - Clean and minimalist video game library manager and launcher. - [CubeShuffle](https://github.com/philipborg/CubeShuffle) - Card game shuffling utility. - [En Croissant](https://github.com/franciscoBSalgueiro/en-croissant) - Chess database and game analysis app. - [FishLauncher](https://github.com/fishfight/FishLauncher) - Cross-platform launcher for `Fish Fight`. - [Gale](https://github.com/Kesomannen/gale) - Mod manager for many games on `Thunderstore`. - [Modrinth App](https://github.com/modrinth/code/blob/main/apps/app) - Cross-platform launcher for `Minecraft` with mod management. - [OpenGOAL](https://github.com/open-goal/launcher) - Cross-platform installer, mod-manager and launcher for `OpenGOAL`; the reverse engineered PC ports of the Jak and Daxter series. - [Outer Wilds Mod Manager](https://github.com/ow-mods/ow-mod-man) - Cross-platform mod manager for `Outer Wilds`. - [OyasumiVR](https://github.com/Raphiiko/OyasumiVR) - Software that helps you sleep in virtual reality, for use with SteamVR, VRChat, and more. - [Rai Pal](https://github.com/raicuparta/rai-pal) - Manager for universal mods such as `UEVR` and `UUVR`. - [Resolute](https://github.com/Gawdl3y/Resolute) - User-friendly, cross-platform mod manager for the game Resonite. - [Retrom](https://github.com/JMBeresford/retrom) - Private cloud game library distribution server + frontend/launcher. - [Samira](https://github.com/jsnli/Samira) - Steam achievement manager for Linux. - [Sarge Launcher](https://github.com/endless-r0ad/sarge-launcher) ![v2] - Cross-platform launcher for Quake 3 Arena and Q3A mods - includes server, demo, and level browsing. - [Shard Launcher](https://github.com/Th0rgal/shard) ![v2] - Open-source Minecraft launcher with declarative profiles, content-addressed storage, and Modrinth/CurseForge integration. - [SJMC Launcher](https://github.com/UNIkeEN/SJMCL) ![v2] - Launcher for `Minecraft` with instance management and multi-account support. - [Steam Art Manager](https://github.com/Tormak9970/Steam-Art-Manager) - Tool for customizing the art of your Steam games. - [Tauri Chess](https://github.com/jamessizeland/tauri-chess) - Implementation of Chess, logic in Rust and visualization in React. - [Teyvat Guide](https://github.com/BTMuli/TeyvatGuide) - Game Tool for Genshin Impact player. - [Quadrant](https://github.com/mrquantumoff/quadrant/) - Tool for managing Minecraft mods and modpacks with the ability to use Modrinth and CurseForge. ### Information - [Cores](https://github.com/Levminer/cores) ![paid] - Modern hardware monitor with remote monitoring. - [HardwareVisualizer](https://github.com/shm11C3/HardwareVisualizer) ![v2] - Hardware monitor with persistent historical data, customizable dashboard, and flexible graph themes. - [Seismic](https://github.com/breadthe/seismic) - Taskbar app for USGS earthquake tracking. - [Stockman](https://github.com/awkj/stockman) - Display stock info on mac menubar. - [Watchcoin](https://github.com/lifecoder1988/tauri-watch-coin) - Display cypto price on OS menubar without a window. ### Learning - [Japanese](https://github.com/meel-hd/japanese) - Learn Japanese Hiragana and Katakana. Memorize, write, pronounce, and test your knowledge. - [Manjaro Starter](https://github.com/oguzkaganeren/manjaro-starter) - Documentation and support app for new Manjaro users. - [Piano Trainer](https://github.com/ZaneH/piano-trainer) - Practice piano chords, scales, and more using your MIDI keyboard. - [Solars](https://github.com/hiltontj/solars) - Visualize the planets of our solar system. - [Syre](https://github.com/syre-data/syre) - Scientific data assistant. - [Rosary](https://github.com/Roseblume/Rosary) - Study Christianity. ### Networking - [Clash Verge Rev](https://github.com/clash-verge-rev/clash-verge-rev) - Continuation of Clash Verge, a rule-based proxy. - [CyberAPI](https://github.com/vicanso/cyberapi) - API tool client for developer. - [EasyTier](https://github.com/EasyTier/EasyTier) ![v2] - Simple, secure, decentralized virtual private network solution. - [Jexpe](https://github.com/jexpe-apps/jexpe) - Cross-platform, open source SSH and SFTP client that makes connecting to your remote servers easy. - [Mail-Dev](https://github.com/samirdjelal/mail-dev) - Cross-platform, local SMTP server for email testing/debugging. - [mDNS-Browser](https://github.com/hrzlgnm/mdns-browser) - Cross-platform mDNS browser app for discovering network services using mDNS. - [Nhex](https://github.com/nhexirc/nhex) - Next-generation IRC client inspired by HexChat. - [RustDesk](https://github.com/rustdesk/rustdesk-server) - Self-hosted server for RustDesk, an open source remote desktop. - [RustDuck](https://github.com/thewh1teagle/RustDuck) - Cross platform dynamic DNS updater for duckdns.org. - [r-shell](https://github.com/GOODBOY008/r-shell) ![v2] - Modern SSH client featuring multi-session management, integrated file browser, system monitoring, and more. - [T-Shell](https://github.com/TheBlindM/T-Shell) - An open-source SSH, SFTP intelligent command line terminal application. - [TunnlTo](https://github.com/TunnlTo/desktop-app) - Windows WireGuard VPN client built for split tunneling. - [UpVPN](https://github.com/upvpn/upvpn-app) - WireGuard VPN client for Linux, macOS, and Windows. - [Watcher](https://github.com/windht/watcher) - API manager built for a easier use to manage and collaborate. - [Wirefish](https://github.com/stefanodevenuto/wirefish) - Cross-platform packet sniffer and analyzer. ### Office & Writing - [Astro Editor](https://github.com/dannysmith/astro-editor) - Clean markdown editor for Astro content collections with frontmatter editing, component insertion, and writing-focused interface. - [fylepad](https://github.com/imrofayel/fylepad/) - Notepad with powerful rich-text editing, built with Vue & Tauri. - [Bidirectional](https://github.com/samirdjelal/bidirectional) - Write Arabic text in apps that don't support bidirectional text. - [Blank](https://github.com/FPurchess/blank) - Minimalistic, opinionated markdown editor made for writing. - [Blinko](https://github.com/blinkospace/blinko) ![v2] - Self-hosted personal AI note tool prioritizing privacy. - [Ensō](https://enso.sonnet.io) ![closed source] - Write now, edit later. Ensō is a writing tool that helps you enter a state of flow. - [Fluster](https://flusterapp.com) ![v2] - The one stop, free and open source note taking application for everything a modern academic or STEM professional needs. - [Handwriting keyboard](https://github.com/BigIskander/Handwriting-keyboard-for-Linux-tesseract) - Handwriting keyboard for Linux X11 desktop environment. - [JournalV](https://github.com/ahmedkapro/journalv) - Journaling app for your days and dreams. - [MarkFlowy](https://github.com/drl990114/MarkFlowy) - Modern markdown editor application with built-in ChatGPT extension. - [MD Viewer](https://github.com/kuyoonjo/md-viewer) - Cross-platform markdown viewer. - [MDX Notes](https://github.com/maqi1520/mdx-notes/tree/tauri-app) - Versatile WeChat typesetting editor and cross-platform Markdown note-taking software. - [Noor](https://noor.to/) ![closed source] - Chat app for high-performance teams. Designed for uninterrupted deep work and rapid collaboration. - [Notpad](https://github.com/Muhammed-Rahif/Notpad) - Cross-platform rich text editor with a notepad interface, enhanced with advanced features beyond standard notepad. - [Parchment](https://github.com/tywil04/parchment) - Simple local-only cross-platform text editor with basic markdown support. - [Semanmeter](https://yibiao.fun/) ![closed source] - OCR and document conversion software. - [Ubiquity](https://github.com/opensourcecheemsburgers/ubiquity) - Cross-platform markdown editor; built with Yew, Tailwind, and DaisyUI. - [HuLa](https://github.com/HuLaSpark/HuLa) - HuLa is a desktop instant messaging app built on Tauri+Vue3 (not just instant messaging). - [Gramax](https://github.com/Gram-ax/gramax) - Free, open-source application for creating, editing, and publishing Git-driven documentation sites using Markdown and a visual editor. ### Productivity - [Banban](https://github.com/HubertK05/banban) - Kanban board with tags, categories and markdown support. - [Blink Eye](https://github.com/nomandhoni-cs/blink-eye) - A minimalist eye care reminder app to reduce eye strain, featuring customizable timers , full-screen popups, and screen-on-time. - [BuildLog](https://github.com/rajatkulkarni95/buildlog) - Menu bar for keeping track of Vercel Deployments. - [Clippy](https://github.com/0-don/clippy) - Clipboard manager with sync & encryption. - [Dalgona](https://github.com/GHGHGHKO/dalgona) - GIF meme finder app for Windows and macOS. - [EcoPaste](https://github.com/ayangweb/EcoPaste/tree/master) - Powerful open-source clipboard manager for macOS, Windows and Linux(x11) platforms. - [Fairies](https://fairies.ai) ![closed source] ![paid] - Powerful, general-purpose AI agent for MacOS, Windows, Mobile, and Web. - [Floweb](https://floweb.cn/en) ![closed source] ![paid] - Ultra-lightweight floating desktop pendant that transforms web pages into web applications, supporting features such as pinning and transparency, multi-account, auto-refresh. - [Focust](https://github.com/pilgrimlyieu/Focust) ![v2] - Cross-platform break & attention reminder app with customizable schedules, themes, suggestions, app exclusions, and advanced configuration. - [GitBar](https://github.com/mikaelkristiansson/gitbar) - System tray app for GitHub reviews. - [Gitification](https://github.com/Gitification-App/gitification) - Menu bar app for managing Github notifications. - [Google Task Desktop Client](https://github.com/codad5/google-task-tauri) - Google Task Desktop Client - [HackDesk](https://github.com/EastSun5566/hackdesk) - Hackable HackMD desktop application. - [iDO](https://github.com/UbiquantAI/IDO) ![v2] - AI-powered desktop productivity tool for you to manage tasks, ideas, and technical knowledge. - [jasnoo](https://jasnoo.com) ![closed source] ![paid] - Desktop software designed to help you solve problems, prioritise daily actions and focus - [Kanri](https://github.com/trobonox/kanri) - Cross-platform, offline-first Kanban board app with a focus on simplicity and user experience. - [Kianalol](https://github.com/zxh3/kianalol) - Spotlight-like efficiency tool for swift website access. - [Kunkun](https://kunkun.sh/) - Cross-platform, extensible app launcher. Alternative to Alfred and Raycast. - [Link Saas](https://github.com/linksaas/desktop) - Efficiency tools for software development teams. - [MacroGraph](https://github.com/Brendonovich/macrograph) - Visual programming for content creators. - [MeadTools](https://github.com/ljreaux/meadtools-desktop) - All-in-one Mead, Wine, and Cider making calculator. - [Mind Elixir Desktop](https://desktop.mind-elixir.com) ![closed source] ![paid] - AI-powered mind mapping that keeps your ideas organized. - [mynd](https://github.com/Gnarus-G/mynd) - Quick and very simple todo-list management app for developers that live mostly in the terminal. - [Obliqoro](https://github.com/mrjackwills/obliqoro) - Oblique Strategies meets Pomodoro. - [PasteBar](https://github.com/PasteBar/PasteBarApp) - Limitless, Free Clipboard Manager for Mac and Windows. Effortless management of everything you copy and paste. - [PicSharp](https://github.com/AkiraBit/PicSharp) ![v2] - With powerful and richly configured compression functions, it helps you easily optimize images, providing outstanding performance and a convenient operation experience. - [Pomodoro](https://github.com/g07cha/pomodoro) - Time management tool based on Pomodoro technique. - [Progressive](https://github.com/h8moss/progressive)![v2] - Todo app with progress tracking. Supports task weighting, percentage completion, and parent/child tasks. - [Qopy](https://github.com/0PandaDEV/Qopy) - The fixed Clipboard Manager for Windows and Mac. - [Remind Me Again](https://github.com/probablykasper/remind-me-again) - Toggleable reminders app for Mac, Linux and Windows. - [Runtime](https://github.com/runtime-org/runtime) ![v2] - AI taskmate for web & office tools. - [Shell360](https://github.com/nashaofu/shell360) ![v2] - Cross-platform open-source SSH and SFTP client with port forwarding and encrypted data storage, designed for developers and system administrators. - [Takma](https://github.com/jam53/Takma) - Kanban-style to-do app, fully offline with support for Markdown, labels, due dates, checklists and deep linking. - [Tencent Yuanbao](https://yuanbao.tencent.com/) ![closed source] - Tencent Yuanbao is an AI application based on Tencent Hunyuan large model. It is an all-round assistant that can help you with writing, painting, copywriting, translation, programming, searching, reading and summarizing. - [TimeChunks](https://danielulrich.com/en/timechunks/) ![closed source] - Time tracking for freelancers without timers and HH:MM:SS inputs. - [Tranzit](https://github.com/kr5hn4/tranzit) ![v2] - Cross-platform app to securely share files with nearby devices over your local network. - [UniMe](https://github.com/impierce/identity-wallet) ![v2] - Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials. - [WindowPet](https://github.com/SeakMengs/WindowPet) - Overlay app that lets you have adorable companions such as pets and anime characters on your screen. - [Zawee](https://zawee.net) ![closed source] - Experience the synergy of Kanban boards, note-taking, file sharing, and more, seamlessly integrated into one powerful application. - [Zenith](https://github.com/dewy01/Zenith) ![v1] - Whether you're looking to organize tasks, collaborate on projects, or keep track of important dates, Zenith has got you covered. - [ZeroLaunch-rs](https://github.com/ghost-him/ZeroLaunch-rs) - Focuses on app launching with error correction, supports full/pinyin/abbreviation searches. Features customizable interface and keyboard shortcuts. ### Search - [Coco AI](http://coco.rs/) - 🥥 Coco AI unifies all your enterprise applications and data—Google Workspace, Dropbox, GitHub, and more—into one powerful search and Gen-AI chat platform. - [Harana](https://github.com/harana/search) - Search your desktop and 300+ cloud apps, instantly. - [Spyglass](https://github.com/a5huynh/spyglass) - Personal search engine that indexes your files/folders, cloud accounts, and whatever interests you on the internet. ### Security - [Authme](https://github.com/Levminer/authme) - Two-factor (2FA) authentication app for desktop. - [Calciumdibromid](https://codeberg.org/Calciumdibromid/CaBr2) - Generate "experiment wise safety sheets" in compliance to European law. - [chiffrage](https://github.com/thrzl/chiffrage) ![v2] - Cross-platform UI for encrypting files and text with the age encryption format. - [Defguard](https://github.com/defguard/client) - WireGuard VPN destkop client with Two-factor (2FA) authentication. - [Gluhny](https://github.com/angeldollface/gluhny) A graphical interface to validate IMEI numbers. - [JumpServer](https://github.com/jumpserver/client/) ![v2] - Open-source PAM client, modern, beautiful, and natively consistent. - [OneKeePass](https://github.com/OneKeePass/desktop) - Secure, modern, cross-platform and KeePass compatible password manager. - [Padloc](https://github.com/padloc/padloc) - Modern, open source password manager for individuals and teams. - [Secops](https://github.com/kunalsin9h/secops) - Ubuntu Operating System security made easy. - [Tauthy](https://github.com/pwltr/tauthy) - Cross-platform TOTP authentication client. - [Truthy](https://github.com/fosslife/truthy/) - Modern cross-platform 2FA manager with tons of features and a beautiful UI. ### Social media - [Dorion](https://github.com/SpikeHD/Dorion) - Light weight third-party Discord client with support for plugins and themes. - [Identia](https://github.com/iohzrd/identia) - Decentralized social media on IPFS. - [Kadium](https://github.com/probablykasper/kadium) - App for staying on top of YouTube channel uploads. - [Poll-arize](https://poll-arize.com/?ref=awesome-tauri) ![closed source] - Social media platform focused on polling and aggregating user opinions. - [Scraper Instagram GUI Desktop](https://git.kaki87.net/KaKi87/scraper-instagram-gui-desktop) - Alternative Instagram front-end for desktop. - [Vector](https://github.com/VectorPrivacy/Vector) ![v2] - Private, decentralized messenger with games and apps (E2EE). ### Utilities - [AgeTimer](https://github.com/dhextras/age-timer-tauri) - Desktop utility that counts your age in real-time. - [Auto Wallpaper](https://github.com/auto-wallpaper/auto-wallpaper) - Automatically generates 4K wallpapers based on user's location, weather, and time of day or any custom prompts. - [bewCloud Desktop Sync](https://github.com/bewcloud/bewcloud-desktop) - Desktop sync app for bewCloud, a simpler alternative to Nextcloud and ownCloud. - [Basset](https://github.com/mohammadmansour200/basset) ![v2] - All-in-one offline media toolkit: cut, convert, compress, and remove instruments from audio, video, and images. - [TypeView - KeyStroke Visualizer](https://github.com/dunkbing/typeview) - Visualizes keys pressed on the screen and simulates the sound of mechanical keyboard. - [Browsernaut](https://github.com/billyjacoby/browsernaut) - Browser picker for macOS. - [Clipboard Record](https://github.com/lesterhnu/clipboard) - Record Clipboard Content. - [CrabCamera](https://github.com/Michael-A-Kuykendall/crabcamera) - Professional desktop camera plugin for Tauri applications with WebRTC streaming and advanced hardware controls. - [DecentPaste](https://github.com/decentpaste/decentpaste) ![v2] - Cross-platform clipboard sharing over local network with P2P encryption. - [Dwall](https://github.com/dwall-rs/dwall) - Change the Windows desktop and lock screen wallpapers according to the sun's azimuth and altitude angles, just like on macOS. - [Fancy Screen Recorder](https://fancyapps.com/freebies/) ![closed source] - Record entire screen or a selected area, trim and save as a GIF or video. - [FanslySync](https://github.com/SticksDev/FanslySync) - Sync your Fansly data with 3rd party applications, securely! - [Flying Carpet](https://github.com/spieglt/flyingcarpet) - File transfer between Android, iOS, Linux, macOS, and Windows over auto-configured hotspot. - [Get Unique ID](https://github.com/hiql/get-unique-id-app) - Generates unique IDs for you to use in debugging, development, or anywhere else you may need a unique ID. - [Happy](https://github.com/thewh1teagle/happy) - Control HappyLight compatible LED strip with ease. - [Imagenie](https://github.com/zhongweili/imagenie) - AI-powered desktop app for stunning image transformations - [KoS - Key on Screen](https://github.com/dubisdev/key-on-screen) - Show in your screen the keys you are pressing. - [Lanaya](https://github.com/ChurchTao/Lanaya) - Easy to use, cross-platform clipboard management. - [Lingo](https://github.com/thewh1teagle/lingo) - Translate offline in every language on every platform. - [Linka!](https://github.com/linka-app/linka) - AI powered, easy to use, cross-platform bookmark management tool. - [Locus](https://github.com/Sushants-Git/locus) - Intelligent activity tracker that helps you understand and improve your focus habits. - [MagicMirror](https://github.com/idootop/MagicMirror) - Instant AI Face Swap, Hairstyles & Outfits — One click to a brand new you! - [MBTiles Viewer](https://github.com/Akylas/mbview-rs) - MBTiles Viewer and Inspector. - [Metronome](https://github.com/ZaneH/metronome) - Visual metronome for Windows, Linux and macOS. - [Mobslide](https://github.com/thewh1teagle/mobslide) - Turn your smartphone into presentation remote controller. - [NeoHtop](https://github.com/Abdenasser/neohtop) - Cross platform system monitoring tool with a model look and feel. - [Overlayed](https://overlayed.dev) - Voice chat overlay for Discord. - [Pachtop](https://pachtop.com/) - Modern Cross-platform system monitor 🚀 - [Passwords](https://github.com/hiql/passwords-app) - A random password generator. - [Pavo](https://github.com/zhanglun/pavo) - Cross-platform desktop wallpaper application. - [Peekaboo](https://github.com/angeldollface/peekaboo) A graphical interface to display images. - [Pointless](https://github.com/kkoomen/pointless) - Endless drawing canvas. - [Pot](https://github.com/pot-app/pot-desktop) - Cross-platform Translation Software. - [RMBG](https://github.com/zhbhun/rmbg) - Cross-platform image background removal tool. - [Recordscript](https://github.com/Recordscript/recordscript) - Record & transcribe your online meetings, or subtitle your files. Cross-platform local-only screen recorder & subtitle generator. - [Rounded Corners](https://github.com/RoundedCorners/Application) - Rounded Corners app for Windows. - [RunMath](https://github.com/dubisdev/runmath) - Keyboard-first calculator for Windows. - [SensiMouse](https://github.com/Nicify/sensi-mouse) - Easily change macOS system-wide mouse sensitivity and acceleration settings. - [SlimeVR Server](https://github.com/SlimeVR/SlimeVR-Server) - Server app for SlimeVR, facilitating full-body tracking in virtual reality. - [Sofast](https://sofast.fun) ![closed source] - A cross-platform Raycast-like app. - [SoulFire](https://github.com/AlexProgrammerDE/SoulFireClient) - Advanced Minecraft Server-Stresser Tool. Launch bot attacks on your servers to measure performance. - [Stable Diffusion Buddy](https://github.com/breadthe/sd-buddy) - Desktop UI companion for the self-hosted Mac version of Stable Diffusion. - [Stacks](https://github.com/cablehead/stacks) - Modern and capable clipboard manager for macOS. Seeking Linux and Windows contributions. - [SwitchShuttle](https://github.com/s00d/switchshuttle) - Cross-platform system tray application that allows users to run predefined commands in various terminal applications. - [Tauview](https://github.com/sprout2000/tauview) - Minimalist image viewer for macOS and Linux based on Leaflet.js. - [Tmus](https://github.com/saicem/tmus) ![v2] - Monitor your time on desktop apps and visualize it with various charts. - [ToeRings](https://github.com/acarl005/toerings) - Conky Seamod inspired system monitor app. - [Toolcat](https://toolcat.app) ![closed source] - All-in-one toolkit for developers and creators. - [TrayFier](https://github.com/dubisdev/trayfier) - Supercharge your Windows Tray with links, files, executables... - [TrguiNG](https://github.com/openscopeproject/TrguiNG) - Remote GUI for Transmission torrent daemon. - [Verve](https://github.com/ParthJadhav/verve) - Launcher for accessing and opening applications, files and documents. - [Vibe](https://thewh1teagle.github.io/vibe) - Transcribe audio or video in every language on every platform. - [Wallpaper changer](https://github.com/zeet2020/wallpaper-changer-tauri) - Simple wallpaper changer app. - [Zap](https://usezap.sh/?ref=awesometauri) ![closed source] - macOS spotlight-like dock that makes navigating apps convenient. - [Zapicon](https://zapicon.once.work/en) ![closed source] ![paid] ![v2] - Cross-platform icon generator with visual editing, iOS squircle, theme presets, design guidelines, and one-click multi-platform export. [officially maintained]: https://img.shields.io/badge/official-FFC131?&logo=tauri&logoColor=black [closed source]: https://img.shields.io/badge/closed%20source-FFC131?&logoColor=black [paid]: https://img.shields.io/badge/paid-FFC131?&logoColor=black [youtube]: https://img.shields.io/badge/YouTube-FF0000 [v1]: https://img.shields.io/badge/v1-white [v2]: https://img.shields.io/badge/v2-white