Skip to main content
The recallium CLI connects supported coding agents to Recallium. It requires Node.js 18 or later.

Install the CLI

Run recallium with no arguments in an interactive terminal to open the Install / Modify screen.

Common commands

login, enroll, logout, and unauthorize are available in the Cloud client. Community does not require Cloud sign-in.

Install options

Use recallium help to see the supported values for --ide in your installed version.

Connect to Recallium Cloud

The standard installer connects supported coding agents to Recallium Cloud and opens the sign-in flow:
Use recallium login when you need to sign in again without changing agent configuration.

Connect to Recallium Community

For a local Community server on the default port:

Diagnose a connection

Run these commands in order:
status explains what is connected. doctor reports failed checks and the command that can repair each supported issue. If the Cloud credential is missing or expired, run:
If agent wiring is missing, rerun:
If the diagnostic report does not identify a repair, email support@recallium.ai and include the output from recallium status and recallium doctor.

Remove Recallium

In an interactive terminal, run recallium uninstall and deselect the agents you want to disconnect. To remove everything managed by the client:
This removes agent wiring and Recallium’s local state. It prints the npm command you can run to remove the CLI package itself:
The installer and uninstaller preserve configuration entries they do not own. Use --dry-run first if you want to review the affected files.