Inbox Zero: Your AI Personal Assistant for Email Productivity
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Inbox Zero is an open-source AI personal assistant designed to help users achieve inbox zero quickly. It intelligently organizes emails, drafts replies, and tracks follow-ups, offering a powerful and customizable solution for managing email communication. This project aims to significantly boost productivity by minimizing time spent in the inbox.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Inbox Zero is an open-source AI personal assistant for email, meticulously crafted to help you achieve and maintain a clean inbox. It leverages artificial intelligence to organize your emails, pre-draft replies in your unique tone, track follow-ups, and even block cold emails. Designed as a customizable and secure alternative, Inbox Zero empowers users to focus on what truly matters by streamlining their email management.
Installation
To get started with Inbox Zero, developers can self-host the application. You'll need Node.js (>= 18.0.0), pnpm (>= 8.6.12), and Docker Desktop (optional but recommended).
The basic setup involves:
- Cloning the repository.
- Setting up environment variables for Google OAuth, Microsoft OAuth, and an LLM provider (e.g., OpenAI, Anthropic, or Ollama).
- Configuring a PostgreSQL database and Redis instance (Docker Compose can be used for local setup).
- Running database migrations and starting the application.
For a complete guide on deploying Inbox Zero to a VPS using Docker, see the Docker Self-Hosting Guide. Detailed setup instructions, including external service configurations, are available in the official README.
# Example commands
pnpm install
pnpm prisma migrate dev
pnpm run dev
Examples
Inbox Zero offers a comprehensive suite of features to enhance your email workflow. The AI Personal Assistant intelligently categorizes emails and suggests replies tailored to your style. Reply Zero helps you track pending responses and those awaiting replies, ensuring nothing falls through the cracks. The Bulk Unsubscriber allows one-click management of unwanted subscriptions, while Smart Categories automatically organize senders.
For a visual demonstration of these features in action, you can watch the demo video provided in the repository's README.
Why use Inbox Zero?
Inbox Zero's mission is clear: to help you spend less time in your inbox, freeing you to focus on more important tasks. Its AI-powered features, such as custom "Cursor Rules" for email handling, smart categorization, and cold email blocking, provide a comprehensive solution for email overload. Being open-source, it offers transparency, flexibility, and the ability to self-host for enhanced privacy and control, making it a robust choice for productivity enthusiasts seeking a powerful and customizable email management tool.
Links
- GitHub Repository: https://github.com/elie222/inbox-zero
- Official Website: https://www.getinboxzero.com
- Discord Community: https://www.getinboxzero.com/discord
- Documentation: https://docs.getinboxzero.com
Related repositories
Similar repositories that may be relevant next.
OpenWebAgent: An Open Toolkit for LLM- and LMM-based Web Agents
July 2, 2026
OpenWebAgent is an open toolkit designed to empower model-based web agents, streamlining human-computer interactions by automating tasks on webpages. It offers a convenient framework for developing LLM- and LMM-based web agents, providing both plugin and server source code for easy integration and customization. This project was featured as an ACL'24 Demo, showcasing its innovative approach to web automation.

ChatArena: Multi-Agent Language Game Environments for LLMs
July 1, 2026
ChatArena is a Python library designed to provide multi-agent language game environments for Large Language Models (LLMs), aiming to foster the development of communication and collaboration capabilities in AI. It offers a flexible framework for defining players, environments, and interactions based on Markov Decision Processes. Please note that as of August 11, 2025, this project has been deprecated due to a lack of widespread community use and is no longer receiving updates or support.
Agentarium: A Python Framework for AI Agent Simulations
July 1, 2026
Agentarium is an open-source Python framework designed for creating and managing simulations with AI-powered agents. It offers an intuitive platform for designing complex, interactive environments where agents can act, learn, and evolve. This powerful tool simplifies the orchestration of multiple AI agents and their interactions.
Lighteval: Your All-in-One Toolkit for LLM Evaluation
July 1, 2026
Lighteval is a comprehensive toolkit from Hugging Face for evaluating Large Language Models (LLMs) across various backends. It enables users to dive deep into model performance by saving detailed, sample-by-sample results and supports over 1000 evaluation tasks. The framework offers extensive customization options, allowing users to create custom tasks and metrics tailored to their specific needs.
Source repository
Open the original repository on GitHub.