Zero: An Open-Source AI Email Solution for Privacy and Self-Hosting
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Zero is an innovative open-source AI email solution designed to modernize email communication while prioritizing user privacy and safety. It allows users to self-host their email application and integrate various providers like Gmail, offering a unified and customizable inbox experience. With a strong focus on data privacy and AI-driven enhancements, Zero aims to be a transparent and powerful alternative to traditional email services.
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
Zero, developed by Mail-0, is an open-source AI email application that redefines how you interact with your inbox. It empowers users with the ability to self-host their email client, ensuring unparalleled control over their data and privacy. Integrating seamlessly with existing email providers like Gmail and Outlook, Zero offers a unified inbox experience enhanced by AI agents to modernize and streamline email management. Its core mission is to provide a transparent, secure, and customizable email solution in an era dominated by closed-source and data-hungry services.
Installation
Getting started with Zero involves a few straightforward steps, requiring Node.js, pnpm, and Docker.
Prerequisites
- Node.js: v18 or higher
- pnpm: v10 or higher
- Docker: v20 or higher
Quick Start Guide (Standard Setup)
- Clone the repository and install dependencies:
git clone https://github.com/Mail-0/Zero.git cd Zero pnpm install - Set up environment variables and database:
pnpm nizzy env # Setup environment variables pnpm nizzy sync # Sync environment variables and types pnpm docker:db:up # Start local PostgreSQL database pnpm db:push # Initialize database tables - Start the application:
pnpm devVisit http://localhost:3000 in your browser.
For detailed environment configurations, including Google OAuth, Autumn, and Twilio setup, please refer to the official repository's README.
Examples
Zero's power lies in its innovative features that enhance your email experience. You can unify multiple email accounts, such as Gmail and Outlook, into a single, cohesive inbox. The platform leverages AI agents to help you manage and interact with your emails more efficiently, bringing a new level of intelligence to your daily communications. For a visual guide on setting up and exploring Zero locally, watch the comprehensive video tutorial:
Why Use Zero?
Zero stands out as a compelling alternative to traditional email services due to several key advantages:
- Open-Source: Full transparency with no hidden agendas.
- AI Driven: Enhance your emails with intelligent agents and Large Language Models.
- Data Privacy First: Your data remains yours. Zero does not track, collect, or sell your information.
- Self-Hosting Freedom: Easily run your own email application.
- Unified Inbox: Connect and manage multiple email providers from one place.
- Customizable UI & Features: Tailor your email experience to your preferences.
- Developer-Friendly: Built for extensibility and easy integrations.
Links
- GitHub Repository: https://github.com/Mail-0/Zero
- Discord Community: https://mail0.link/discord
- Contributors: https://0.email/contributors
- YouTube Setup Tutorial: https://www.youtube.com/watch?v=yIXLQcjbeEM
Related repositories
Similar repositories that may be relevant next.

A-MEM: Self-Evolving Memory for Coding Agents
August 17, 2026
A-MEM is an innovative self-evolving memory system designed for coding agents, organizing knowledge into a dynamic Zettelkasten-style graph. It allows memories to evolve and connect over time, enhancing an agent's ability to recall and utilize information effectively. This system offers both semantic and structural search capabilities for a richer knowledge base.

Agent Sandbox: Secure Local Development for AI Coding Agents
August 17, 2026
Agent Sandbox provides a robust and secure local development environment specifically designed for collaborating with AI coding agents. It ensures minimal filesystem access, configurable network egress policies, and secure secret injection, protecting your local machine from potentially risky agent operations. This project supports various AI agents and integrates seamlessly with both CLI and popular IDE devcontainer setups.
Agent-Memory: Persistent Memory for AI Coding Agents
August 16, 2026
Agent-Memory provides persistent memory for AI coding agents, ensuring they remember past interactions and learned patterns across sessions. Built on the iii engine, it eliminates the need for re-explaining context, significantly improving agent efficiency and reducing token usage. This solution integrates seamlessly with various agents, offering a robust memory management system.

code-session-memory: Automatic Vector Memory for AI Coding Sessions
August 15, 2026
code-session-memory provides automatic vector memory for various AI coding tools like OpenCode, Claude Code, Cursor, VS Code, Codex, and Gemini CLI. It indexes new messages into a vector database after each AI agent turn, enabling semantic search across all your past coding sessions. This tool ensures memory is shared across different platforms, enhancing developer productivity.
Source repository
Open the original repository on GitHub.
10 counted GitHub visits