Open Source · Legal AI · Self-Hosted

Three deployment tiers for Mike OSS, the open-source legal AI platform built by Will Chen — packaged for simplicity, privacy, and enterprise scale.

upstream: willchen96/mike
v1 · starter

Mike for Dummies

// one-click · docker compose

The original upstream stack — Supabase hosted, Cloudflare R2 — fully containerised and automated. No manual setup required. Ideal for testing, demos, and individual use.

  • frontendNext.js + Express
  • authSupabase Auth (hosted)
  • dbSupabase Postgres (hosted)
  • storageCloudflare R2
  • deployDocker Compose · one-click
branch: main
v2 · professional

Private AI Stack

// fully local · zero cloud

Every cloud dependency replaced with a self-hosted equivalent. Data never leaves your infrastructure — purpose-built for law firms, notaries, and regulated environments.

  • authGoTrue (self-hosted)
  • apiPostgREST (self-hosted)
  • dbPostgreSQL 15-alpine
  • storageMinIO (S3-compatible)
  • deployDocker Compose · local
branch: Mike-self-hosted-full-stack
v3 · enterprise

MicroCloud Edition

// lxd · microceph · ha

Same private stack as v2, but Docker is replaced by Ubuntu MicroCloud LXD containers and MinIO by MicroCeph S3 buckets — delivering HA, distributed storage, and true cluster-grade deployment.

  • authGoTrue (self-hosted)
  • dbPostgreSQL 15-alpine
  • storageMicroCeph S3 Bucket
  • runtimeUbuntu MicroCloud · LXD
  • infraCluster-HA · Ceph-backed
branch: docker-to-lxd-conversion
Built by Daniele Salpietro · Based on Mike OSS by Will Chen (AGPL-3.0) · These forks are independent community contributions and are not affiliated with mikeoss.com.