Get started with Current

Get a local instance of Current running in a couple of steps.

  1. 1. Clone the repository

    git clone https://github.com/penguintechinc/current
    cd current
  2. 2. Start it with Docker Compose

    Builds and starts the database, cache, backend API, and WebUI with working defaults — no extra configuration required to try it locally.

    docker-compose up -d
  3. 3. Log in

    Open the WebUI at http://localhost:3008 and sign in with the default administrator account documented in the Deployment Guide — change that password immediately on first login.

More resources