Files
relicario/user_docs
adlee-was-taken d0f757b66d docs(user): org item-type parity shipped — flip concepts + faq org sections
All four v0.8.1 streams merged (main 4c0a289): org add now supports all 7 item
types (card/key/totp/document) and org edit is interactive. Flip the two
high-level org sections from "coming" to shipped, grounded in the real merged
`relicario org add <type> --collection …` surface; remove the rebase TODO markers.
2026-06-20 21:59:54 -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