Install DataRamen CLI
The DataRamen CLI is the fastest way to spin up a local DataRamen instance for development and testing.
It runs a lightweight local web app that lets you explore your database without setting up the full self-hosted service.
Prerequisites
Section titled “Prerequisites”Make sure you have the following installed:
- Node.js v22 or higher
- npm (included with Node.js)
- A PostgreSQL or MySQL database to connect to (local or remote)
Installation
Section titled “Installation”Install the CLI globally with npm:
npm install -g @dataramen/cliVerify the installation:
dataramen --version