# Inbox Zero: Your AI Personal Assistant for Email Productivity

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Source: osrepos.com
Repository profile: https://osrepos.com/repo/elie222-inbox-zero
Generated for open source discovery and AI-assisted research.

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.

GitHub: https://github.com/elie222/inbox-zero
OSRepos URL: https://osrepos.com/repo/elie222-inbox-zero

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

## Topics

- AI
- Email Management
- Productivity
- TypeScript
- Next.js
- Open Source
- Gmail
- Personal Assistant

## Repository Information

Last analyzed by OSRepos: Sun Oct 12 2025 04:30:40 GMT+0100 (Western European Summer Time)
Detail views: 4
GitHub clicks: 4

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## 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:
1.  Cloning the repository.
2.  Setting up environment variables for Google OAuth, Microsoft OAuth, and an LLM provider (e.g., OpenAI, Anthropic, or Ollama).
3.  Configuring a PostgreSQL database and Redis instance (Docker Compose can be used for local setup).
4.  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](https://github.com/elie222/inbox-zero/blob/main/docs/hosting/docker.md){:target="_blank"}. Detailed setup instructions, including external service configurations, are available in the [official README](https://github.com/elie222/inbox-zero#getting-started-for-developers){:target="_blank"}.

bash
# 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](http://www.youtube.com/watch?v=hfvKvTHBjG0){:target="_blank"} 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](https://github.com/elie222/inbox-zero){:target="_blank"}
*   **Official Website:** [https://www.getinboxzero.com](https://www.getinboxzero.com){:target="_blank"}
*   **Discord Community:** [https://www.getinboxzero.com/discord](https://www.getinboxzero.com/discord){:target="_blank"}
*   **Documentation:** [https://docs.getinboxzero.com](https://docs.getinboxzero.com){:target="_blank"}