Back to rankings

emuell/restic-browser

TypeScript

A GUI to browse and restore restic backup repositories.

lit-elementmobxresticvaadinweb-componentstauritauri-app
Star Growth
Stars
1.3k
Forks
37
Weekly Growth
Issues
37
5001k
Jul 2022Nov 2023Mar 2025Jul 2026
Artifactsnpmnpm install restic-browser
README

drawing drawing


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.

Download

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

Features

This is not a fullblown restic backup GUI - it only allows you to browse existing repositories!

  • Displays contents (snapshots, files) from local and remote restic repositories.
  • Dumps selected files or folders (as a zip archive) to a desired location.
  • Restores selected files or folders to a desired location.
  • Opens selected files by moving them to TEMP, then opens them with your operating system's default programs.

Screenshot

Keyboard Navigation

The UI is navigatable via keyboard shortcuts. To change the focus area, hit Tab + Shift-Tab keys.

Global Shortcuts:

  • Control/CMD + O: Open new repository

Snapshot-List

  • Arrow keys, Page Up/Down, Home/End: Change selected snapshot

File-List

  • Arrow keys, Page Up/Down, Home/End: Change selected file
  • o or Enter or Space: Open selected file or folder
  • d: Dump selected file or folder as zip file
  • r: Restore selected file or folder

Arguments

Usage

Restic-Browser [OPTIONS]

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

System Requirements

All platforms

  • Install restic and make sure it is included in your $PATH.
    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.

Windows:

MacOS:

  • macOS 10.13 or later

Linux:

  • Linux with GLIBC_2.35 or later (e.g. Ubuntu 22.04 or later)
  • WebKit2 (install via apt install libwebkit2gtk-4.1 on Ubuntu)
  • Try using the Linux appimage from the prebuilt releases, in case libwebkit2gtk-4.1 is not available on your system.

Development

Dependencies

  • Follow the Tauri Prerequisites Docs to install a C/C++ toolchain and Rust 1.78 or later for your platform.
  • Make sure npm Node 18 LTS or later is installed.
  • Install restic and make sure it is included in your $PATH.

Note: installing the tauri CLI via cargo is not necessary. Tauri can be launched through npm (see below).

Front-end and App Development

To work in live development mode with automatic hot-reloading, run npm run tauri dev in the root directory.

Rust Backend Debugging

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.

Building Production Packages

To build a redistributable package in production mode, run npm run tauri build in the root directory.

License

MIT license. See LICENSE for the full text.

Contribute

Patches are welcome! Please fork the latest git repository and create a feature branch.

Related repositories
lit/lit

Lit is a simple library for building fast, lightweight web components.

TypeScriptnpmBSD 3-Clause "New" or "Revised" Licenselit-htmllit-element
lit.dev
21.7k1.1k
material-components/material-web

Material Design Web Components

SCSSApache License 2.0component-design-system
material-web.dev
11.1k1.1k
rough-stuff/wired-elements

Collection of custom elements that appear hand drawn. Great for wireframes or a fun look.

TypeScriptnpmMIT Licensewebcomponentslit-element
wiredjs.com
10.8k339
sachinchoolur/lightGallery

A customizable, modular, responsive, lightbox gallery plugin.

TypeScriptnpmOtherlightbox-gallery-pluginimage-gallery
lightgalleryjs.com
7k1.3k
home-assistant/frontend

:lollipop: Frontend for Home Assistant

TypeScriptnpmOtherpolymerwebcomponents
demo.home-assistant.io
5.6k3.7k
capricorn86/happy-dom

A JavaScript implementation of a web browser without its graphical user interface

TypeScriptnpmMIT Licensejavascripttypescript
4.6k304
padloc/padloc

A modern, open source password manager for individuals and teams.

JavaScriptnpmGNU Affero General Public License v3.0javascriptlit-element
padloc.app
2.9k265
open-wc/open-wc

Open Web Components: guides, tools and libraries for developing web components.

JavaScriptnpmMIT Licenselit-elementweb-components
open-wc.org
2.4k434
guocaoyi/create-chrome-ext

🍺 Scaffolding your Chrome extension! Boilerplates: react \ vue \ svelte \ solid \ preact \ alpine \ lit \ stencil \ inferno \ vanilla

TypeScriptnpmMIT Licensechrome-extensionchrome-extension-boilerplate
2.1k156
ssleptsov/ninja-keys

Keyboard shortcuts interface for your website. Working with static HTML, Vanilla JS, Vue, React, Svelte.

TypeScriptnpmMIT Licenseweb-componentslit-element
ninja-keys-demo.vercel.app
1.7k69
LottieFiles/lottie-player

Lottie viewer/player as an easy to use web component! https://lottiefiles.com/web-player

TypeScriptnpmMIT Licenseweb-componentlit-element
1.7k182
pwa-builder/pwa-starter

Welcome to the PWABuilder pwa-starter! Looking to build a new Progressive Web App and not sure where to get started? This is what you are looking for!

TypeScriptnpmOtherlitlit-element
1.3k322