Zero: An Open-Source AI Email Solution Focused on 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 email application designed to modernize email with AI agents, prioritizing user privacy and self-hosting capabilities. It allows users to integrate external services like Gmail while maintaining control over their data, offering a transparent, secure, and customizable email experience.
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 is an open-source AI email solution that redefines the email experience by putting privacy and user control first. Developed by Mail-0, this project offers a powerful alternative to traditional email services, allowing users to self-host their email application while seamlessly integrating with existing providers like Gmail. With a focus on AI-driven enhancements, Zero aims to modernize email communication, making it more efficient, secure, and tailored to individual needs.
Installation
Getting started with Zero is designed to be straightforward. You will need Node.js (v18 or higher), pnpm (v10 or higher), and Docker (v20 or higher) installed on your system.
Here's a quick guide for the standard setup:
- Clone the repository and install dependencies:
git clone https://github.com/Mail-0/Zero.git cd Zero pnpm install - Start the database locally:
pnpm docker:db:up - Set up environment variables and initialize the database:
pnpm nizzy env pnpm nizzy sync pnpm db:push - Start the application:
pnpm dev
After these steps, you can access Zero in your browser at http://localhost:3000. For detailed environment configuration, including Google OAuth and other services, please refer to the official Zero GitHub repository.
Examples
Zero's core functionality includes a unified inbox that connects multiple email providers, such as Gmail and Outlook, into a single interface. Its AI-driven agents are designed to enhance email management, offering smart features to improve productivity and organization. Users can also customize the UI and features to create a personalized email experience.
Why Use Zero?
Zero stands out as an email solution for several compelling reasons. It is open-source, ensuring full transparency with no hidden agendas. It is AI-driven, leveraging agents and Large Language Models (LLMs) to enhance email interactions. Data privacy is paramount, as Zero does not track, collect, or sell user data. The platform offers self-hosting freedom, allowing users to run their own email app with ease, and provides a unified inbox for managing multiple accounts. Furthermore, its customizable UI and features cater to individual preferences, making it a developer-friendly and extensible choice.
Links
Related repositories
Similar repositories that may be relevant next.

OpenPencil: The AI-Native, Open-Source Figma Alternative Design Editor
June 21, 2026
OpenPencil is an innovative AI-native design editor, serving as a powerful open-source alternative to Figma. It supports .fig files, integrates AI for design creation, and provides a fully programmable toolkit with a headless Vue SDK. This project emphasizes real-time collaboration and local data control, making it a compelling choice for designers and developers seeking flexibility and ownership.
REAL Video Enhancer: AI-Powered Video Interpolation, Upscaling, and Denoising
June 19, 2026
REAL Video Enhancer is a powerful open-source application designed to enhance video quality across Linux, Windows, and macOS. It leverages AI models for advanced video processing tasks such as frame interpolation, upscaling, decompression, and denoising. This tool provides a modern alternative to older software, making high-quality video enhancement accessible to a wider audience.

Open-LLM-VTuber: Your Offline, Cross-Platform AI Companion with Live2D
June 14, 2026
Open-LLM-VTuber is an innovative open-source project that brings a customizable, voice-interactive AI companion to your desktop. It supports real-time voice interaction, visual perception, and dynamic Live2D avatars, all running completely offline across Windows, macOS, and Linux. This project allows users to create a personalized AI companion with extensive model support and advanced interaction features, ensuring privacy and flexibility.

Claude Ads: AI-Powered Paid Advertising Audit for Claude Code
June 14, 2026
Claude Ads is an AI-powered skill for Claude Code designed to automate comprehensive paid advertising audits. It performs over 250 checks across major ad platforms, providing a weighted health score, prioritized action plans, and AI creative generation. This tool drastically reduces the time and cost associated with manual ad account analysis.
Source repository
Open the original repository on GitHub.