Quick Start
Get Mosaic Stack running in under five minutes.
Quick Start#
Follow these steps to get Mosaic Stack running on your machine.
Prerequisites#
- Docker and Docker Compose v2+
- Node.js 24+ (for local development)
- Git
1. Clone the Repository#
bash
git clone https://git.mosaicstack.dev/mosaicstack/stack.git
cd stack2. Start the Stack#
bash
docker compose up -d3. Open the Dashboard#
Navigate to http://localhost:3000 in your browser. On first launch, you will be prompted to create an admin account via the setup wizard.