Relic
Get Relic free
In this section: Platforms
Platforms

Relic on Windows

Installing Relic on Windows with winget or the installer, where it lives in the tray, the relic command, updates that install themselves, and your data folder.

· Windows

Installing Relic

Two ways in. If you use winget, one line does it:

PowerShell
winget install relic

Otherwise take the installer from the download section of the site. Either way Relic installs into your own user account, so Windows never asks for an administrator. You get a Start menu shortcut, and uninstalling offers to remove your data folder as well. The install page has the rest.

Where Relic lives

Relic has no window of its own sitting in the taskbar. It runs in the notification area beside the clock. Left-click the icon to open the window, right-click it for the menu.

  • Open history
  • Pause capture
  • Sync: connected
  • Check for updates…
  • Quit Relic

It starts with Windows and comes up hidden, so signing in never pops a window at you. Press Ctrl + Shift + Q when you want it. Turn the startup off, or hide the icon and run from the shortcut alone, here:

Launch Relic at login
Start capturing the moment you sign in.
Settings › General › Launch Relic at login: toggle, default on.
Show icon in menu bar
Hide it to run purely from the hotkey.
Settings › General › Show icon in menu bar: toggle, default on.

The window tour explains what is in the window and what each line of the tray menu does.

The keys on a Windows keyboard

Every Relic shortcut starts with Ctrl. The default for the window is Ctrl + Shift + Q. If you record a new shortcut that uses the Windows key, Relic writes that key as Win, which is what it says on the keycap. The full list is on the shortcuts page, and changing one takes a few seconds.

The relic command

The installer also puts a small relic command in a folder beside the app and adds that folder to your PATH, so a script or an AI agent working in your terminal can search and add to your vault. Open a new terminal after installing, then:

PowerShell
relic status

It reads and writes the same vault the app is using on this computer, so anything it adds shows up in the window straight away. The relic command covers the rest.

Password managers and secrets

When an app copies something private it can mark the copy as private, and Windows passes that mark along. Relic honours it, so copies from a password manager that sets it never enter your history at all. If yours does not set it, add the app to Settings › CaptureNever capture from and Relic will skip it by name.

Relic keeps the key to your vault and your sign-in token in Windows Credential Manager, where Windows guards them with your account. They are never written into the data folder as plain text.

Updates

Relic looks for a new version two minutes after it starts and then once a day. When one is out you get a notification with the first line of what changed:

Relic 1.0.45 is available
Click to update. Relic restarts by itself in a few seconds.
Update

Click it and Relic downloads the new installer, checks it is the file we published, installs it quietly and reopens itself in the tray. Nothing to click through. You can also ask at any time:

Check for updates
Looks for a newer version. When one is ready the button becomes Update now, or Open download page if it cannot update in place.
Settings › About › Check for updates: button: Check for updates.

Updating Relic covers what to do when an update cannot install itself.

Your data folder and the logs

Everything Relic keeps on this computer lives in %APPDATA%\relic: your vault, its search index, and the copies of images and files it has downloaded. SettingsVault and storageData folder opens it.

Data folder
Where this computer keeps your vault and its search index.
Settings › Vault and storage › Data folder: button: Open.

Relic also writes a small log at %APPDATA%\relic\logs\relic.log, which is the thing to send if you ever ask for help. The button that opens the folder is in SettingsAbout.

Open logs
Opens the folder with Relic's log file, for a support request.
Settings › About › Open logs: button: Open logs.
Related