Razyyn

Company · Docs

How to install Razyyn.

One path for whoever runs your books, another for whoever runs your bench.

For your team

You don't install anything yourself

Razyyn runs inside the ERPNext or Odoo your company already uses. Getting it set up is three steps, none of which involve you touching a terminal:

  1. 01

    Your admin installs it

    A one-time job for whoever manages your ERP — the exact commands are in "For developers" below.

  2. 02

    We activate access

    No self-serve signup: request access, we confirm a plan with you directly, then turn it on.

  3. 03

    You open it from inside your ERP

    Same login you already have. No new account, no separate password to remember.

Ready when you are — request access. For what it can and can't do with your books, see Security.

For developers

Installing the connector

Razyyn ships as a thin connector app for your ERP — it authenticates through your existing users and forwards requests to the Razyyn agent server. The repo is private; request access below and we'll add you before you run get-app.

ERPNext / Frappe (v14 & v15)

Frappe / ERPNext 14.x or 15.x

Python 3.10–3.12

MariaDB 10.6+ or PostgreSQL 14+

An existing bench you already run

1 — download into your bench
cd /path/to/frappe-bench
bench get-app accountant_agent <repo-url-we-send-you>
2 — install on your site
bench --site [your-site-name] install-app accountant_agent
3 — migrate
bench --site [your-site-name] migrate
4 — build & restart
bench build --app accountant_agent
bench restart

Then, as a System Manager: open /app/agent-chat, sign in, open Agent Settings, and click Connect — no API key to copy by hand, it's issued and exchanged over your own authenticated session. Out of the box the agent holds zero business permissions and recording is off; you turn on write access deliberately, later.

Odoo (17 & 18)

Odoo 17.0 or 18.0

PostgreSQL 14+

1 — drop the module into your addons path
cp -r razyyn_agent_connector /path/to/odoo/addons/
2 — install it
odoo-bin -d your_db -i razyyn_agent_connector --stop-after-init

Then create a connection record under Settings → Technical → Razyyn Agent Connections — it returns an API key shown once. Hand that key and your site URL to us during onboarding, the same way an ERPNext customer hands over their Frappe connection today.

Need repo access, or run something else entirely? Tell us what you're on — SAP support is already on the roadmap.