A simple, cross-platform restic backup GUI for browsing and restoring restic repositories.
Built with Tauri, based on leaanthony's Restoric PoC.
Older versions of the restic browser were built using Wails2. The latest release based on Wails is v0.2.6.
Prebuilt binaries for Windows, macOS and Linux can be downloaded from the GitHub releases page.
On Windows, restic-browser can also be installed and updated via winget winget install restic-browser
This is not a fullblown restic backup GUI - it only allows you to browse existing repositories!

The UI is navigatable via keyboard shortcuts. To change the focus area, hit Tab + Shift-Tab keys.
Control/CMD + O: Open new repositoryArrow keys, Page Up/Down, Home/End: Change selected snapshotArrow keys, Page Up/Down, Home/End: Change selected fileo or Enter or Space: Open selected file or folderd: Dump selected file or folder as zip filer: Restore selected file or folderRestic-Browser [OPTIONS]
-h, --help
Print help information
--insecure-tls
skip TLS certificate verification when connecting to the repo (insecure)
--password <password>
password for the repository - NOT RECOMMENDED - USE password-file/command instead. (default: $RESTIC_PASSWORD)
--password-command <password-command>
shell command to obtain the repository password from (default: $RESTIC_PASSWORD_COMMAND)
--password-file <password-file>
file to read the repository password from (default: $RESTIC_PASSWORD_FILE)
-r, --repo <repo>
repository to show or restore from (default: $RESTIC_REPOSITORY)
--rclone <rclone>
ABS path to the rclone executable that should be used for rclone locations. (default: 'rclone')
--repository-file <repository-file>
file to read the repository location from (default: $RESTIC_REPOSITORY_FILE)
--restic <restic>
ABS path to the restic executable that should be used. (default: find in $PATH)
-V, --version
Print version information
On MacOS, where setting the PATH for desktop applications is a really hard thing to do, the restic executable will also be found if it's in one of the following folders: /usr/local/bin, /opt/local/bin, /opt/homebrew/bin, ~/bin.
apt install libwebkit2gtk-4.1 on Ubuntu)Note: installing the tauri CLI via cargo is not necessary. Tauri can be launched through npm (see below).
To work in live development mode with automatic hot-reloading, run npm run tauri dev in the root directory.
To debug the Tauri Rust application code, you can use the included startup tasks of vscode. If you press "F5" in vscode, the application will be built in debug mode and then started.
To build a redistributable package in production mode, run npm run tauri build in the root directory.
MIT license. See LICENSE for the full text.
Patches are welcome! Please fork the latest git repository and create a feature branch.
$ claude mcp add restic-browser \
-- python -m otcore.mcp_server <graph>