dtg404 bios v2.4.1
[OK] Initializing DTG404 kernel... done
[OK] Memory check: 0MB / 7.8GB passed
[OK] Loading processor modules...
[ ] 0%
PROJECT active

Rift

Keyboard-first file manager for Linux

? stars
? commits

A keyboard-first file manager for Linux built with Tauri v2, React, and Rust. Vi-style keybindings, fuzzy file search, split panes, bulk rename, image preview, archive handling, and Git status indicators.

Tauri v2 app with a Rust backend handling filesystem operations and a React/TypeScript frontend rendering the UI. Keybindings are processed at the Rust level for zero-latency response. Fuzzy search uses a compiled WebAssembly worker for sub-millisecond filtering across thousands of files.

Nautilus and Dolphin never clicked. They're built for mouse users. Rift started as a 'what if vim was a file manager' experiment. The Tauri v2 bet paid off — the Rust backend handles filesystem operations with no perceptible latency, and the React frontend makes UI iteration fast.

Rust Tauri React TypeScript WebAssembly