IYERIS 2.x is built on Tauri V2 (Rust backend, native web renderer). It replaces the earlier Electron-based 1.x line with a smaller footprint and the same feature goals.
Current Features
This list reflects the IYERIS v2.x line (latest release: v2.1.2). Core file-manager behavior carried forward from 1.x; the stack and packaging model changed in 2.0.
📁 File Operations
- ✅ Multi-tab browsing with per-tab history and restore-closed-tab support
- ✅ Copy, Cut, Paste, Move, Rename, Create, Delete, and Trash actions
- ✅ Drag & Drop File Operations
- ✅ Conflict handling (Ask, Rename, Skip, Overwrite)
- ✅ Undo/Redo for create, rename, move, and batch rename
- ✅ Batch Rename (find/replace, sequence, extension swap)
- ✅ Overwrite backups with retention-aware cleanup
- ✅ Archive create/extract: ZIP, 7z, TAR, TAR.GZ, GZ
- ✅ Archive progress, cancellation, and content preview
- ✅ Password and encryption options for archive creation
- ✅ Elevated/admin operations on Windows, macOS, and Linux
- ✅ Limited Trash Support (?)
🧭 Navigation & Workflow
- ✅ Grid, List, and Column views
- ✅ Resizable sidebar, preview panel, and list columns
- ✅ Breadcrumb + address bar navigation
- ✅ Folder tree and connected drive browser
- ✅ Bookmarks with drag-and-drop reordering
- ✅ Recent files with pin support
- ✅ Customizable Home/Quick Access layout and ordering
- ✅ Command Palette (Quick Actions)
- ✅ Customizable keyboard shortcuts + rich keyboard navigation
- ✅ Typeahead + rubber-band selection
- ✅ Folder icon picker and themed icon support
- ✅ Open in Terminal and Open With actions
- ✅ Onboarding Tour (New User Guide)
🔎 Search & Preview
- ✅ Local and global search modes
- ✅ Type/size/date filters, regex mode, and saved searches
- ✅ Optional content search (local and global indexed)
- ✅ Built-in file indexer with rebuild/status controls
- ✅ Preview panel with right/bottom placement
- ✅ Quick Look (spacebar) preview flow
- ✅ Media previews: image, RAW info, video, audio, PDF
- ✅ Markdown/text preview with syntax highlighting
- ✅ Thumbnail cache and quality/size controls
- ✅ Git branch and file status indicators
- ✅ File hover cards
⚙️ Platform & Distribution
- ✅ Cross-platform: Windows, macOS, Linux
- ✅ Tauri V2 + Rust backend (IYERIS 2.x)
- ✅ Direct downloads: EXE, MSI, Universal DMG/ZIP, AppImage, DEB, RPM, Flatpak
- ✅ Microsoft Store build (Windows)
- ✅ Auto-update channels (auto/beta/stable) on direct builds where supported
- ✅ Start on login and minimize-to-tray
- ✅ GPG-signed release artifacts on GitHub
🔒 Privacy & Reliability
- ✅ Diagnostics export (privacy-aware)
- ✅ Crash guard and renderer recovery flow
- ✅ Security hardening (CSP, trusted IPC checks, path safety)
- ✅ macOS Full Disk Access helper flow
- ✅ Accessibility controls (reduce motion, high contrast, large text, and more)
- ✅ Theme system (presets, custom editor, liquid glass)
- ✅ Zoom controls and UI density options
Roadmap
Note
Roadmap items are exploration areas and may change.
🔳
Expanded Home and sidebar customization options
🔳
Continued performance tuning for large directories and index workloads on Tauri V2
🔳
Future trash-management improvements when cross-platform APIs allow safer parity
🔳
Further polish on the 2.x migration path and remaining 1.x parity gaps