Relmio
GitHub?v0.7.0

Generated from docs/getting-started.md. Edit repository Markdown, not this rendered copy.

Getting started

Relmio gives you two intentionally separate paths:

NeedUseCredential
An OpenAI-compatible local endpointLocal OpenAI API gateway (/v1)Your OpenAI Platform API key
A trusted native Codex integrationCodex App Server (JSON-RPC over WebSocket)ChatGPT sign-in and a local capability
A small local chat backendCodex Chat Adapter (POST /chat)ChatGPT sign-in and a local bearer credential
An n8n bridge on a VPSThe separate n8n sidecarYour locally created ChatGPT sign-in file

ChatGPT sign-in is never converted into an OpenAI Platform API key. The Codex options are experimental and are not generic /v1 services.

Install

On macOS, Linux, WSL, or Git Bash, start the local wizard with:

npx --yes --ignore-scripts relmio@latest

The wizard prints a private loopback URL, verifies Docker before it changes anything, and asks for final confirmation before remote VPS writes. It binds local endpoints to 127.0.0.1, never to a LAN interface.

For installation options and prerequisites, see the package README. For a VPS/n8n walkthrough, see VPS and n8n.

Choose the next guide

  • Local endpoints for the local gateway, Codex App Server, or Chat Adapter.
  • Troubleshooting when Docker, authentication, or a local image build stops the flow.
  • Security for credential and trust boundaries.
  • Reference for test commands and protocol notes.