Files
relicario/user_docs
adlee-was-taken 3ab1320f42 docs(user): add user_docs/ end-user guide (12 pages)
A friendly, task-oriented guide for non-technical users: README index,
getting-started, concepts, items, passwords-and-generators, totp,
attachments-and-documents, organizing, sync-and-backup, the-browser-extension,
recovery, faq. Every command/flag derived from the actual CLI surface
(`relicario --help` tree) and real extension behavior — no invented flags.
Org item-type parity is covered high-level pending the v0.8.1 B/C merge
(two TODO markers left for the rebase).
2026-06-20 21:08:00 -04:00
..

Relicario — User Guide

Welcome! Relicario is a password manager that keeps your logins, cards, notes, and files safe — and keeps you in control of where they live. This guide is for everyday users: no programming or cryptography knowledge required.

The one-minute version. Your vault lives in a git repository you control (your own Gitea or GitHub). The server only ever sees scrambled, unreadable data. To unlock your vault you need two things together: a passphrase you remember, and a reference photo (an ordinary JPEG you chose, with a secret hidden inside it). Neither one alone can open the vault — that's what keeps your secrets yours.

Start here

New to Relicario? Read these first, in order:

  1. Getting started — install it, create your first vault, and add your first login (about 10 minutes).
  2. How Relicario works — the two-factor idea, where your data is stored, and the one golden rule.
  3. Items — the seven kinds of things you can store, and how to add, view, edit, and delete them.

Everyday tasks

Before you need it

  • Recovery — and its limits — how to protect against losing access, and the honest truth about what cannot be recovered. Please read this one early, not after something goes wrong.
  • FAQ — quick answers to common questions.

For the technically curious

This guide deliberately skips the engineering details. If you want to understand how the encryption, the hidden-image secret, or the data formats actually work, see the technical documentation in the repository:

Relicario is free and open source under the GPL-3.0-or-later license — you're welcome to read, build, and verify every line.


Next: Getting started