Skip to content

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.

Make sure you have the following installed:

Install the CLI globally with npm:

Terminal window
npm install -g @dataramen/cli

Verify the installation:

Terminal window
dataramen --version