amal66/mike

Mike moved into Microsoft Word, made self-hostable and pluggable, and hardened for production legal work.

Very active: 120 commits across 28 tracked threads of work since MikeWatch first saw the fork in late May 2026, with the latest push on July 1.

View on GitHub →

The centerpiece is a Microsoft Word add-in. amal66 has built Mike into a task pane that sits inside the document a lawyer already has open: a chat assistant that can see what you're drafting, one-click document actions, and tabs for workflows and projects. No copying text out to a browser and pasting answers back. The add-in landed as a six-layer series of reviewable pieces, which tells you something about how this fork is run.

Around that, the fork is being reshaped into something you can operate yourself. There's a one-command Docker setup for running the full stack on your own servers, swappable registries for AI providers and file storage, a plugin system for wiring in jurisdiction-specific legal sources, a Python SDK, and workflows that export to shareable files.

The third thread is a long security and reliability pass: defenses against documents that smuggle instructions to the AI, uploads vetted by actual file content, message quotas enforced server-side, and logs scrubbed of user and document identifiers. Nothing identifies amal66 beyond the handle, but the fork also picked up CI, a test suite, and contributor docs - the work reads like preparation for real deployments and outside contributors.

What's in it

Direction

integrationsecurityinfrastructure

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 2mo ago minor change
📝 Community health files and contributor documentation 3 commits 2mo ago minor change
📝 amal66 puts a real lock on the meter 2 commits 2mo 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 2mo ago securityinfrastructure draft
Three changes that make amal66's fork harder to misuse and harder to corrupt - work borrowed straight from the upstream project.
Show 15 more
📝 CI pipeline, linting, and maintenance automation 4 commits 2mo ago minor change
📝 Monorepo workspace restructuring 3 commits 2mo ago minor change
📝 amal66 puts Mike inside Microsoft Word 0 commits integrationdrafting draft
A task pane add-in that drops Mike's chat, actions, and workflows straight into the document a lawyer already has open - no copy-out, paste-back.
📝 Extract a shared design system package for web and the Word add-in 0 commits minor change

Threads of work (detailed view)

24 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.

amal66 puts Mike inside Microsoft Word

A task pane add-in that drops Mike's chat, actions, and workflows straight into the document a lawyer already has open - no copy-out, paste-back.

Pull requests (detailed view)

7 PRs touch this fork — inbound (filed against it) or outbound (filed from it). State icons match the editorial dashboard.

⛔ Closed without merge (7)