Dshamir makes AI-Legal something you can run on your own servers
This fork turns the cloud-dependent upstream into a turnkey package a firm can stand up in-house.
Dshamir's central move is self-hosting. Where the original AI-Legal leans on a hosted cloud backend (Supabase) for storage, authentication, and database, this fork packages the whole system into containers - self-contained bundles that run the same way on any machine - and even runs local copies of the cloud pieces instead of depending on the vendor. The backend even ships with LibreOffice built in so it can convert documents without an outside service.
The other half of the work is a single setup script that builds, health-checks, and launches all the moving parts with one command. Much of the recent effort went into making that first run actually work - sorting out port conflicts and build steps that tripped up early installs - which is the difference between a demo and something an IT team can deploy.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?