Download LanJAM

Get LanJAM running on your home network in minutes. Choose the option that works best for you.

Docker Compose

Recommended

The easiest way to get started. Docker Compose sets up PostgreSQL, MinIO, and Whisper automatically. Just install Docker, clone the repo, and run one command.

docker compose up -d && pnpm install && pnpm dev

Manual Setup

Install each component individually for full control over your setup. Best for advanced users who want to customise their deployment.

View developer guide

Quick start

1. Prerequisites

Install Node.js 22+, pnpm, Docker, and Ollama.

2. Start services

docker compose up -d ollama serve

3. Install and run

pnpm install cp .env.example .env pnpm db:migrate pnpm dev

4. Open in your browser

Visit http://localhost:5173 to complete the first-time setup and create your admin account.

Need help?

Check out the first-time setup guide or browse the full help centre for detailed instructions.