macOS Image Viewer · v0.2.0
A fast, minimal image viewer for macOS. Browse folders, view images fullscreen, run slideshows, and keep your library organised — all from a lightweight native app.
Features
Open any folder and browse its images as a scrollable thumbnail grid.
Zoom, pan, and navigate images with keyboard shortcuts in a clean dark viewer.
Auto-advance through images at a configurable interval. Pause with the space bar.
Set Reservoire as your default viewer. Files open directly into fullscreen from Finder.
Right-click any image to copy or move it to another folder, or send it to Trash.
Thumbnails are generated on demand and cached for instant subsequent loads.
Supported formats
Under the hood
| Framework | Tauri v2 Native macOS shell written in Rust. Thin, fast, no Electron overhead. |
| Frontend | React 18 + TypeScript UI layer compiled by Vite and rendered in macOS WebKit. |
| Backend | Rust File I/O, thumbnail generation, move/copy/trash operations, and OS event handling. |
| Thumbnails | Node.js sidecar (Sharp) A bundled sidecar process handles image resizing outside the main thread. |
| Persistence | tauri-plugin-store Lightweight JSON store for last folder, slideshow interval, and UI state. |
| Platform | macOS (Apple Silicon) Built for arm64. Requires macOS 11 Big Sur or later. |
Installation
xattr -cr /Applications/Reservoire.app
Apple Silicon only. Reservoire 0.2.0 is compiled for arm64 (M1 and later). Intel Mac support is not available in this release. The app is unsigned and distributed free of charge — no App Store, no subscription.