Quick Start

Run Grayscale in minutes

Quick Start

Get Grayscale OS running in minutes.


Prerequisites

  • Node.js 22+ (24+ recommended)
  • pnpm 9+
  • Docker (PostgreSQL + Redis)

Install

git clone https://github.com/TheDotProtocol/grayscaleproject.git
cd grayscaleproject
cp .env.example .env
docker compose up -d
pnpm install
pnpm db:push
pnpm dev

Open Grayscale

Register at /register, then open Command Bridge at /dashboard/home.


Next Steps