A/AlexOSSearch
← Alex's Collection
Zero Mail0 official repository logo
Reviewed and recommendedEmailProductivity

Zero

The still-available open-source Zero email client, whose publisher now directs the 0.email product toward Orchid; operating the repository still requires substantial OAuth, database, AI-service, and Cloudflare infrastructure.

Independent review

Assessment — Zero is best understood as an alternative inbox experience, not an independent mail provider. It connects to existing providers, presents multiple accounts in one interface, and layers search, categorization, composing, snoozing, and AI-assisted workflows over those accounts. That distinction matters: the operator can own the application and database while message delivery, account policy, provider availability, and some data handling still depend on Gmail, Outlook, and configured AI services.

Current product direction is a material caveat. The official site states “0.email is now Orchid,” while still linking to the Zero application and repository. Its February 12, 2026 announcement argues for replacing inbox products with an approval-based executive assistant. The code remains available and GitHub does not mark it archived or disabled, but adopters should treat Zero as the inspectable predecessor application in a product transition—not assume that the publisher's current roadmap is still centered on this inbox.

For a developer evaluating the interface, the repository offers a familiar TypeScript monorepo path and Docker-managed state services. The practical production shape is much larger. Google use requires a Cloud project, Gmail and People APIs, OAuth consent and redirect configuration. The checked server configuration also uses Cloudflare Workers AI, Vectorize, R2, Durable Objects, Workflows, Queues, Hyperdrive, and KV. The production Compose file does not turn those bindings into a provider-neutral all-in-one deployment.

Setup difficulty — moderate for local evaluation and advanced for a representative production deployment. PostgreSQL, Valkey, an Upstash-compatible proxy, Node and pnpm are only the baseline. Optional or feature-specific configuration spans AI providers, transactional email, billing, SMS, telemetry, and browser tests. Teams should inventory which features they actually intend to enable, create a secret-rotation plan, and test provider failure before connecting real mailboxes.

The strongest fit is a technically capable team that wants a modern, inspectable inbox and is already comfortable administering OAuth and Cloudflare infrastructure. It is a weaker fit for someone seeking a small offline-first mail client, a complete SMTP/IMAP hosting stack, or a turnkey privacy boundary. The repository warns that information sent to external services follows those services' policies, so privacy claims should be evaluated per enabled integration rather than inherited from the product label.

Activity needs careful reading. GitHub reports the repository active and not archived or disabled, but the default staging branch is pinned here at an August 2025 commit while repository-level pushes continued on another branch in May 2026. The only listed release at review time was v0.1. That branch divergence is not proof of a defect, but it makes commit selection, upgrade testing, backups, OAuth-scope review, and data-retention review important deployment work.

Practical fit

Best for teams willing to assess a publisher product transition while operating the still-available predecessor code with OAuth integrations, PostgreSQL/Valkey state, Cloudflare services, and third-party AI credentials; it does not replace the underlying email provider.

Useful for

Unified Gmail and Outlook inboxes in a self-hostable web interface AI-assisted search, drafting, categorization, and mailbox workflows Technical evaluation of a modern open-source email client

Dependencies

Node.js and pnpm monorepo toolchain PostgreSQL 17 Valkey 8 and an Upstash-compatible Redis HTTP proxy Cloudflare Worker bindings for the represented production backend

External services

Google Cloud Gmail and People APIs for Gmail accounts Cloudflare Workers, R2, Vectorize, Durable Objects, Queues, Workflows, Hyperdrive, and KV Optional OpenAI, Perplexity, Resend, Autumn, Twilio, and telemetry integrations

Deployment notes

The repository provides database and production Compose files plus separate frontend/server Wrangler configurations. Pin the reviewed commit, configure OAuth redirect URIs exactly, persist PostgreSQL and Valkey data, and treat the Cloudflare backend as a separate production dependency rather than assuming Compose contains the complete service.

Limitations

Zero's publisher states that 0.email is now Orchid, so this inbox repository should be evaluated as predecessor code during a product transition rather than as the publisher's current product roadmap. Zero is an email client and integration layer, not a standalone mail-delivery provider. External provider and AI-service privacy policies remain part of the data boundary. The default branch is older than repository-level activity on another branch, and the release stream is early. A complete represented deployment is strongly coupled to multiple Cloudflare products.

Project media

Zero three-pane email interface
Zero project, Mail-0/Zero repository