Getting Started

Rinne is in Early Access. Start with a workspace, create a few snapshots, compare them, and restore when needed.

Quickstart

Open the folder you want to manage, then initialize it as a Rinne workspace.

rinne init

Create your first snapshot.

rinne save -m "initial snapshot"

Make some changes in the workspace, then save again.

rinne save -m "update assets"

List snapshot history for the current space.

rinne history

Compare two snapshots. In PowerShell, quote selectors such as @1 and @0.

rinne diff '@1' '@0'

Restore the workspace to the latest snapshot when needed.

rinne restore '@0'

Run rinne to see all available commands. See the CLI section for details on spaces, notes, verify, validate, extract, repair, diff-text, diff-file, and more.

Install

Early Access packages are available for Windows x64 and experimental Free Linux x64 builds. The current Linux target is Ubuntu 24.04 LTS and later.

  • Platforms: Windows 11 (x64). Experimental Free Linux support targets Ubuntu 24.04 LTS and later.
  • Distribution: Windows x64 is Early Access. Linux x64 is Early Access and remains Free for Ubuntu 24.04 LTS and later.

Use the Download page for current packages. Linux Free packages are experimental and currently limited to Ubuntu 24.04 LTS and later.