Organizes your inbox, pre-drafts replies, manages your calendar, and organizes attachments. Chat with it from Slack or Telegram to manage your inbox on the go. Open source alternative to Fyxer, but more customizable and secure.
Website
·
Discord
·
Issues
Mission
To help you spend less time in your inbox, so you can focus on what matters most.
Features
AI Personal Assistant: Organizes your inbox and pre-drafts replies in your tone and style.
Cursor Rules for email: Explain in plain English how your AI should handle your inbox.
Reply Zero: Track emails to reply to and those awaiting responses.
Bulk Unsubscriber: One-click unsubscribe and archive emails you never read.
Bulk Archiver: Clean up your inbox by bulk archiving old emails.
Cold Email Blocker: Auto‑block cold emails.
Email Analytics: Track your activity and trends over time.
Meeting Briefs: Get personalized briefings before every meeting, pulling context from your email and calendar.
Smart Filing: Automatically save email attachments to Google Drive or OneDrive.
Slack & Telegram Integration: Chat with your AI assistant from Slack or Telegram to manage your inbox without leaving the apps you already use.
This repo is packaged as a Cursor plugin (.cursor-plugin/plugin.json): install from the directory to use the inbox-zero-api skill and agent. Skill source lives in clawhub/inbox-zero-api (same as OpenClaw); skills/inbox-zero-api is a symlink for discovery. Requires @inbox-zero/api; set INBOX_ZERO_API_KEY for authenticated CLI commands (e.g. rules, stats). openapi --json does not need a key.
See the Contributing Guide for more details including devcontainer setup.
Contributing
View open tasks in GitHub Issues and join our Discord to discuss what’s being worked on.
Docker images are automatically built on every push to main and tagged with the commit SHA (e.g., elie222/inbox-zero:abc1234). The latest tag always points to the most recent main build. Formal releases use version tags (e.g., v2.26.0).
Inbox Zero - your 24/7 AI email assistant
Organizes your inbox, pre-drafts replies, manages your calendar, and organizes attachments. Chat with it from Slack or Telegram to manage your inbox on the go. Open source alternative to Fyxer, but more customizable and secure.
Website · Discord · Issues
Mission
To help you spend less time in your inbox, so you can focus on what matters most.
Features
Learn more in our docs.
Cursor plugin (API CLI)
This repo is packaged as a Cursor plugin (
.cursor-plugin/plugin.json): install from the directory to use the inbox-zero-api skill and agent. Skill source lives inclawhub/inbox-zero-api(same as OpenClaw);skills/inbox-zero-apiis a symlink for discovery. Requires@inbox-zero/api; setINBOX_ZERO_API_KEYfor authenticated CLI commands (e.g. rules, stats).openapi --jsondoes not need a key.Feature Screenshots
Demo Video
Built with
Star History
Feature Requests
To request a feature open a GitHub issue, or join our Discord.
Getting Started
We offer a hosted version of Inbox Zero at getinboxzero.com.
Self-Hosting
The fastest way to self-host Inbox Zero is with the CLI:
Open http://localhost:3000
For complete self-hosting instructions, production deployment, OAuth setup, and configuration options, see our Self-Hosting Docs.
Local Development
Open http://localhost:3000
After
pnpm install, if you want to use the local Google emulator, start it with:Then point
apps/web/.envat it with:If you want to use the local Microsoft emulator, start it with:
Then point
apps/web/.envat it with:See the Contributing Guide for more details including devcontainer setup.
Contributing
View open tasks in GitHub Issues and join our Discord to discuss what’s being worked on.
Docker images are automatically built on every push to
mainand tagged with the commit SHA (e.g.,elie222/inbox-zero:abc1234). Thelatesttag always points to the most recent main build. Formal releases use version tags (e.g.,v2.26.0).