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, and more.

Install

Early Access starts with Windows while the feature set stabilizes. Free Linux builds are also being prepared experimentally for Ubuntu 24.04 and later.

  • Platforms: Windows 11 (x64). Experimental Free Linux support is planned for Ubuntu 24.04 and later.
  • Distribution: Windows x64 is available now. Linux Free packages are available as Early Access for Ubuntu 24.04 and later; Linux packages for v0.9.5 will be added after preparation and testing.

Use the Download page for current Windows packages. Linux Free packages are experimental and currently limited to Ubuntu 24.04 and later; v0.9.5 Linux packages will be added after preparation and testing.