amal66/mike

amal66 is reshaping Mike into a hardened, self-hostable platform for building jurisdiction-specific legal AI.

A short, intense burst of work - 45 commits across 21 distinct threads - that appears to have wrapped up in late May 2026, with some credential-heavy work openly parked for later.

View on GitHub →

This fork, run by amal66, takes Mike and pushes it toward being a serious, deployable foundation for legal-tech work rather than a demo. The bulk of the effort goes into reliability, security, and making the thing safe to run in production: input limits, server-enforced usage quotas, defenses against documents trying to manipulate the AI, file vetting by actual content, and logs that deliberately forget who touched what.

The other half of the story is extensibility. amal66 reworks Mike so you can swap in your own AI models or storage, bolt on jurisdiction-specific legal sources through a plugin system, and pack up reusable legal workflows as files that travel between setups. There's a Python toolkit for developers and a one-command local setup, so this is clearly aimed at people who want to build on Mike, not just use it.

It reads as a deliberate, engineering-led fork: heavy on testing, CI, and self-hosting groundwork, and honest about what it has parked for later. If you care about running legal AI on your own terms - your models, your jurisdiction, your servers - it's worth a click through to GitHub.

What's in it

Direction

infrastructuresecurityintegration

Activity

Themed changes and pull requests touching this fork, newest first. Themed changes that haven't been turned into a public post yet still appear — they're real work even without a published writeup.

📝 chatTools.ts monolith split 1 commit 15d ago minor change
📝 Community health files and contributor documentation 3 commits 15d ago minor change
📝 amal66 puts a real lock on the meter 2 commits 15d ago infrastructuremulti-tenant draft
Per-user message limits now get enforced on the server before any expensive AI call fires - not just shown in the interface.
📝 amal66 puts the database under lock and key 3 commits 15d ago securityinfrastructure draft
Three changes that make amal66's fork harder to misuse and harder to corrupt - work borrowed straight from the upstream project.
📝 CI pipeline, linting, and maintenance automation 4 commits 15d ago minor change
📝 Monorepo workspace restructuring 3 commits 15d ago minor change
Show 1 more

Threads of work (detailed view)

18 threads have been distilled into posts.

amal66 puts a real lock on the meter

Per-user message limits now get enforced on the server before any expensive AI call fires - not just shown in the interface.

amal66 lets legal workflows pack up and travel

A fork owner is turning reusable legal know-how into shareable files that move between Mike setups without touching a database.

amal66 puts the database under lock and key

Three changes that make amal66's fork harder to misuse and harder to corrupt - work borrowed straight from the upstream project.