An open-source AI assistant that actually reads your email
Self-hostable alternative to Fyxer that drafts replies, blocks cold outreach, and lets you manage Gmail from Slack.

What it does Inbox Zero is a full-stack Next.js app that plugs into Gmail (and Microsoft) to automate the worst parts of email life. It pre-drafts replies in your voice, auto-blocks cold emails, bulk-unsubscribes from lists you ignore, files attachments to Drive or OneDrive, and even briefs you before meetings by reading your calendar and inbox. You can also chat with it via Slack or Telegram when you’re away from a browser.
The interesting bit The “AI Rules” feature lets you describe in plain English how the assistant should handle your mail — no regex, no filters, just natural language instructions. That’s the kind of interface that makes LLMs feel like infrastructure rather than a chatbot bolt-on.
Key highlights
- Self-host via a one-line CLI (
npx @inbox-zero/cli setup) with Docker and Node 24+ - Local dev includes emulated Google and Microsoft OAuth endpoints, so you don’t need real API keys to hack on it
- Tracks “Reply Zero” — emails you need to answer versus emails you’re waiting on — a nice accountability twist on the usual unread count
- Built as a Turborepo monorepo with Prisma, Upstash, and shadcn/ui; Docker images auto-build on every main push
- 11K stars and a Vercel OSS program badge suggest it’s not just a weekend repo
Caveats
- The README calls it “the world’s best AI personal assistant for email,” which is the kind of claim you make when you don’t have Gartner to back you up
- Heavy stack: you’ll need Postgres, Redis, pnpm, Docker, and patience for Prisma migrations just to run it locally
- No pricing or feature comparison with the hosted version is visible in the sources; self-hosting docs are offsite
Verdict Worth a look if you’re drowning in Gmail and want to own your data, or if you’re building AI productivity tools and need a reference architecture. Skip it if you just need a better unsubscribe button — there are lighter ways to get there.