Kovan is a Rust library offering wait-free memory reclamation for lock-free data structures using 128-bit atomics, achieving 2.79ns pin overhead — faster than crossbeam-epoch and others.
Magika replaces magic-byte heuristics with a tiny deep learning model for file type detection, achieving ~99% accuracy across 200+ types with 5ms CPU inference.
Neovide is a Rust GUI client for Neovim, delivering smooth GPU-accelerated rendering by acting as a thin RPC client over Neovim’s msgpack API, maintaining full terminal parity.
PortPal is a Tauri-based desktop app that visualizes listening ports and network topology in real time with D3.js, replacing manual netstat workflows with interactive graphs and process controls.
rust-trade is a Rust quantitative crypto trading system combining real-time data collection, backtesting, and a Tauri desktop app. Its multi-level caching achieves ~390µs insert latency and ~13ms batch processing.
suzui-rs is a Rust terminal app reading Suzuki ECU data via SDL protocol, running on Raspberry Pi and outputting composite video to car stereo for real-time diagnostics.
tauri-terminal bridges Rust’s native PTY access with xterm.js terminal rendering inside Tauri, offering a minimal cross-platform terminal emulator as a practical example of Tauri desktop tooling.
tmux-agent-sidebar provides a Rust-based unified sidebar to monitor multiple AI coding agents across tmux sessions. It manages agent hooks, live metadata, and Git worktrees.
A no_std Rust firmware replacing C/C++ for the Waveshare ESP32-S3 AMOLED smartwatch, achieving >99% CPU sleep with async event-driven design and custom peripheral drivers.
xURL offers a Rust-based CLI that unifies multiple AI agent CLIs under a single agents:// URI scheme, enabling consistent conversation management across providers.
youtube-tui is a Rust-based terminal interface for YouTube that delegates playback and downloading to external programs, favoring a lightweight launcher pattern with flexible YAML config and vim-like controls.
Flow-Like is a Rust-native workflow automation engine delivering ~244,000 workflows/sec at ~0.6ms latency—1000x faster than typical Node.js/Python engines. It supports 900+ nodes with type-safe contracts and local-first execution.
GrafeoDB is a Rust-native graph database supporting LPG and RDF with six query languages. Its modular translator compiles all queries into a unified plan and delivers top-tier performance in benchmarks.
Open PDF Studio is a cross-platform PDF editor using Rust backend and Tauri 2 with PDF.js rendering. It offers 20+ annotation tools, form support, and multi-platform installs under LGPL-3.0.
leaf is a Rust-based terminal Markdown previewer offering live reload, LaTeX support, fuzzy file picking, and mouse interaction for CLI workflows. Here’s how it works under the hood.
LMMs-Lab Writer is a native LaTeX editor built with Tauri that automates LaTeX package installs during compilation and integrates AI editing and Git, all running fully offline.
macmon is a Rust CLI tool that monitors Apple Silicon power consumption without root, using private macOS APIs. It offers TUI, JSON, and HTTP server modes, plus Prometheus integration.
NeoHtop is a cross-platform system monitor combining a Rust backend with a SvelteKit UI via Tauri, offering efficient desktop monitoring without Electron’s overhead.
OpenixSuit is a cross-platform Tauri desktop app with a Rust backend and React frontend for flashing Allwinner firmware. It features 8 integrated tools and custom USB bindings for FEL/FES modes.
RapidRAW is a cross-platform RAW image editor using GPU compute via WGPU/WGSL shaders for real-time, non-destructive editing. It offers AI masking and lens correction in a lightweight package.