Tauri is an open-source publisher that focuses on lightweight, privacy-first desktop utilities built with the Rust-based Tauri framework; its current catalog centers on Orange, a cross-platform file-search tool that indexes local drives and external volumes to deliver near-instant results through a minimal, keyboard-driven interface. Typical use cases cover developers who need to locate scattered source files across multi-language projects, analysts hunting for archived spreadsheets or CSV dumps, photographers sifting through terabytes of RAW images, and students reconstructing lost coursework folders. By leveraging Tauri’s web-view engine and native system hooks, the publisher keeps installer size under a few megabytes while still supporting regex queries, fuzzy matching, content preview, and real-time re-indexing that respects hidden directories and .gitignore rules. The same technology stack positions the company to expand into complementary categories such as batch file-renamers, duplicate cleaners, secure deletion wizards, or offline document searchers that run identically on Windows, macOS, and Linux without shipping an entire Chromium runtime. All published software, including Orange, is available free of charge on get.nero.com, with downloads sourced from trusted Windows package providers like winget to guarantee the newest builds, enable one-click or batch installation, and keep every component automatically updated.
A cross-platform desktop application for searching local files.
Details