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 20+ (for the web UI)
- Git
1. Clone the Repository#
bash
git clone https://gitea.mosaicstack.dev/mosaic/mosaic-stack.git
cd mosaic-stack2. Start the Stack#
bash
docker compose up -d3. Open the Dashboard#
Navigate to http://localhost:3000 in your browser. The default credentials are admin / mosaic-dev.