Map, search and understand your data.
Regixo is a free, local-first data catalog: it scans your databases’ structure (names and types — never the rows), maps every dataset and column, flags what’s personal, and serves it to your team and your AI tools. It runs on your own machine and works anywhere. These docs walk you through it hands-on, so you can follow along.
In the EU? Regixo can also draft and keep your GDPR Article 30 RoPA and DORA register — an optional module you turn to only if your company must keep those records. See the EU compliance module →
Start with the catalog
The data catalog is the product — everyone who runs Regixo gets it, free, forever. If your company must keep EU compliance records, there’s an optional module on top. Pick where to start:
Build the data catalog
Install, connect your real databases and SaaS, read and correct the map, and automate it — by talking to your coding agent, or by typing. A complete product on its own.
Add EU compliance
For EU companies that must keep a GDPR Article 30 RoPA or DORA register: understand the draft Regixo built from your map, make the legal calls only a human can make, sign, and keep it current.
How you use Regixo
Regixo is a command-line tool in your project. Two ways to drive it — the same commands, in the same shell — plus a local dashboard once the scan has run.
- Say it to your coding agent — Claude Code, Cursor, Codex, any tool that can run a terminal command. Tell it “set Regixo up in this project” and it runs the commands, reads the output, and reports back. There is nothing to install and nothing to register — the agent is already open in your project. This is the default, and it is how most of these pages read. Work with your agent →
- Or type the commands yourself — every step is a real
regixocommand, headless and scriptable. Always available, never required; every page carries both. The command reference →
The dashboard. Once the scan has run, a local web portal reads what it produced and lets you correct it, with no commands at all. Browse and correct your map in the free portal; your compliance team claims, fills and signs in the compliance portal.
Prerequisites
- Node.js 22.18 or newer — the only requirement for the engineer side. Check with
node -v. - No Docker, no account, no sign-up before your first map.
- A connection string (or read-only credentials) for at least one database — or a CSV of your schema if you can’t reach one yet.
- The compliance side needs no install — it all happens in the browser from a claim link.
npx regixo start works today — pre-release 0.1.x builds publish to npm
(latest 0.1.16). Regixo has not launched yet (it is pre-1.0). These docs use regixo …
throughout.
What you end up with
- A searchable data map — datasets, columns, owners, lineage, and which columns look like personal data — free, forever.
- EU compliance module (optional): a drafted GDPR Article 30 RoPA and (if in scope) a DORA register, stamped DRAFT until a human confirms the legal fields.
- EU compliance module (optional): after a human signs, a signed, offline-verifiable official record that stays correct all year.