Privacy-first local AI

Claude-level AI.
No subscription.
Nothing leaves.

Built for developers who shouldn't have to pay per token or hand their code to a cloud API. Web chat, CLI, and AI security skills — running on your hardware, on your models, at zero marginal cost.

Why it exists

Why pay $20 to $200 a month when you can do the same work for free?

Claude Code, Cursor, GitHub Copilot — great tools, real cost. Miii gives you the same capabilities without the subscription. Your hardware, your models, your call.

No billing

Run as many prompts as you want. No token limits, no monthly caps, no surprise invoices.

No lock-in

Swap models freely. Ollama, any architecture, any size. You're not tied to one provider's roadmap.

No exposure

Your code, your queries, your context — none of it leaves your machine. Ever.

The ecosystem

One foundation. Three surfaces.

The AI security skills are the capability layer. The web app and CLI are the two ways you reach them — in a browser or in a terminal, both running locally, both without a cloud account.

01

miii-cli

cli

Terminal-native AI access. Pipe it into your workflow, script it, automate it. Same models, same skills — no GUI required.

github.com/maruakshay/miii-cli
02

miii

web app

A web chat UI with Claude-like capabilities. Runs in your browser, connects to Ollama running locally. No account, no telemetry, no cloud relay.

github.com/maruakshay/miii
03

mii-ai-security

skills

A curated library of AI security skills — threat modeling, code review, vulnerability analysis. Available to both the web app and the CLI.

github.com/maruakshay/mii-ai-security

Get started

Running in minutes.

Requires Ollama with at least one model pulled.

RAM
16 GB min
GPU
Dedicated recommended
Storage
10 GB+ for models
miii-cli
# install & run
npm i -g miii-cli && miii
miii
# clone
git clone https://github.com/maruakshay/miii
cd miii && npm install
# run
npm run dev