Open Source · AGPL-3.0

Email that stays yours

A beautifully crafted, privacy-first email client.
Desktop app or self-hosted web — your data, your rules.

Desktop for Windows, macOS, Linux · Self-hosted web via Docker

Pebble

Your inbox is nobody else's business

Core data is stored locally. No telemetry. External network access is limited to mail providers and opt-in features.

AES-256 Encrypted

OAuth tokens and credentials encrypted at rest with a per-device key.

100% Local Storage

SQLite database, search index, and attachments — all on your device.

Open Source

AGPL-3.0 licensed. Inspect every line of code yourself.


Everything you need, nothing you don't

Thoughtfully designed around how you actually work with email.

Kanban Board

Drag emails across Todo, Waiting, and Done. Turn your inbox into a task board.

Smart Search

Full-text search powered by Tantivy. Find anything by content, sender, or date.

Multi-Provider

Gmail, Outlook, and any IMAP server. All accounts in one place.

Snooze & Star

Snooze to resurface later. Star what matters. Stay focused.

Translation

Built-in bilingual view with DeepL or LLM. Read emails in any language.

Rules Engine

Auto-label, move, or flag emails with custom conditions and actions.

Keyboard Friendly

Shortcuts for navigation, compose, reply, archive, and search — fully customizable.

Dark & Light

Beautiful themes with system-aware auto-switching.

i18n Ready

English and Chinese built-in. Easily extensible for more languages.


See it in action

Crafted with care for every pixel and interaction.

Inbox
Inbox — Clean three-panel layout
Kanban
Kanban — Drag-and-drop email management
Dark theme
Dark Mode — Gorgeous dark interface
Settings
Privacy — Your data stays on your device

Built on solid ground

Modern, performant technologies chosen for reliability.

Rust

Backend core

Tauri v2

Desktop framework

React 19

Frontend UI

SQLite

Local database

Tantivy

Full-text search

Docker

Self-hosted deploy

Ready to take back your inbox?

Free and open source, forever. Choose the version that fits you.

Desktop App

Native app for your computer. Data stays on your device.

Windows macOS Linux

Self-Hosted Web NEW

Deploy on your own server with Docker. Access your email from any browser.

curl -fsSL https://raw.githubusercontent.com/QingJ01/Pebble-Web/main/docker-compose.yml -o docker-compose.yml && docker compose up -d
One-command deploy WebSocket realtime sync Same features as desktop