Self-hosted n8n · local installer

Install Relmio on your computer.

Connect to a compatible self-hosted n8n setup, inspect the target, then approve the exact companion plan only when it matches.

Start locally

Choose an installation method

Showing the macOS / Linux installation command.
relmio / macOS / Linux
curl -fsSL https://relmio.vercel.app/install.sh | sh

For macOS, Linux, WSL, or Git Bash. Runs a foreground one-shot wizard; no preinstalled Node.js required.

  1. Choose your terminalPick the command that matches the computer in front of you.
  2. Start Relmio locallyRun the wizard on your computer, never inside the n8n container.
  3. Verify before writesConfirm the target fingerprint and exact companion plan before approval.

n8n AI Assistant companion

Launch its dedicated local wizard.

npx --yes --ignore-scripts relmio@latest assistant
Safety, credentials, and runtimeWhat the wizard uses and what it leaves untouched

Where it runs

Run Relmio on your own computer, not inside the n8n container. Direct installers reuse Node.js 24+ when available or download and verify a temporary official runtime. They run a foreground, one-shot wizard and remove any downloaded runtime afterward. NPX requires Node.js 24+.

Dashboard commands

A persistent Homebrew or global npm install supports relmio start, relmio status, relmio open, and relmio stop. Stop affects only Relmio's dashboard process; it never stops n8n or a managed companion.

Existing n8n boundary

Discovery starts read-only. Relmio does not edit, rebuild, or restart your existing n8n container, and it stops for fingerprint, plan, and final write confirmation.

Credential boundary

Relmio 0.14.0 handles provider OAuth only. Codex and SuperGrok keep separate sign-in sessions. Experimental SuperGrok setup works with local apps and private local or VPS n8n companions without a ChatGPT credential.

Packages and sessions

Homebrew is public through Demonbane18/relmio. Its installer command trusts only the Relmio formula, not the whole tap. WinGet remains hidden until Microsoft accepts the catalog pull request and the public catalog updates. ChatGPT tokens expire, but the official client refreshes active sessions; OpenAI publishes no fixed 10-day lifetime. Read the authentication guide.