NPM installation
The DataRamen CLI provides a lightweight local web application for exploring your database — no full self-hosted deployment required.
Prerequisites
Section titled “Prerequisites”- Node.js v22 or newer
Installation steps
Section titled “Installation steps”Install the CLI globally with npm:
npm install -g @dataramen/cliYou can verify the installation by running dataramen -v.
Run DataRamen
Section titled “Run DataRamen”Once installed, start DataRamen with:
dataramen startYou can also use dtr alias, ex: dtr start.
Updating
Section titled “Updating”To update the DataRamen CLI, re-run the install command and restart the tool. It will automatically apply any resource updates and run required migrations on the next start:
npm install -g @dataramen/clidataramen start