OpenArchiver: Legally Compliant Open-Source Email Archiving Platform
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
OpenArchiver is a robust, open-source platform designed for legally compliant email archiving. It provides a self-hosted solution for securely storing, indexing, and searching emails from various providers, ensuring data integrity and regulatory adherence. This platform helps organizations maintain permanent, tamper-proof communication records, free from vendor lock-in.
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
OpenArchiver is a secure, sovereign, and open-source platform dedicated to email archiving. It offers a comprehensive self-hosted solution for archiving, storing, indexing, and searching emails from major platforms like Google Workspace (Gmail), Microsoft 365, PST files, and generic IMAP inboxes. Built with a focus on legal compliance and data integrity, OpenArchiver ensures you maintain a permanent, tamper-proof record of your communication history, avoiding vendor lock-in. Key features include universal ingestion from multiple sources, secure and efficient storage with encryption and deduplication, powerful search and eDiscovery capabilities, and comprehensive auditing.
Installation
Getting OpenArchiver up and running is straightforward with Docker Compose.
Prerequisites
- Docker
- Docker Compose
- A server or local machine with at least 4GB of RAM (2GB if using external database, Redis, and Meilisearch instances).
Steps
- Clone the repository:
git clone https://github.com/LogicLabs-OU/OpenArchiver.git cd OpenArchiver - Configure your environment:
Copy the example environment file and customize it with your settings.
cp .env.example .envEdit the
.envfile to set admin passwords, secret keys, and other essential configurations. Refer to.env.examplefor guidance. - Run the application:
docker compose up -dThis command will pull pre-built Docker images and start all services (frontend, backend, database, etc.) in the background.
- Access the application:
Once services are running, access the OpenArchiver web interface by navigating to
http://localhost:3000in your web browser.
Examples
OpenArchiver provides a user-friendly interface for managing your archived emails. You can explore its capabilities through various screenshots showcasing the dashboard, archived email views, and the powerful full-text search functionality across emails and attachments.
For a hands-on experience, a live demo is available:
- Live Demo URL: https://demo.openarchiver.com
- Username:
admin@local.com - Password:
openarchiver_demo
Why Use OpenArchiver?
OpenArchiver stands out as a critical tool for organizations needing robust email archiving. It offers:
- Legal Compliance: Features like file hash and encryption, integrity reports, and comprehensive auditing ensure your archived data meets legal and regulatory requirements.
- Data Sovereignty: As a self-hosted, open-source solution, it gives you full control over your data, eliminating vendor lock-in.
- Powerful Search & eDiscovery: Quickly find specific information across all emails and attachments with its high-performance search engine.
- Universal Ingestion: Seamlessly integrate with various email providers and file formats for comprehensive archiving.
- Scalable & Modern Tech Stack: Built with TypeScript, SvelteKit, Node.js, PostgreSQL, and Meilisearch, ensuring maintainability and performance.
Links
- GitHub Repository: https://github.com/LogicLabs-OU/OpenArchiver
- Live Demo: https://demo.openarchiver.com
- Join the Community on Discord: https://discord.gg/MTtD7BhuTQ
- Follow on Bluesky: https://bsky.app/profile/openarchiver.bsky.social
Related repositories
Similar repositories that may be relevant next.

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.

Cloudflare Computer: Give Your Agent a Virtual Filesystem
August 14, 2026
Cloudflare Computer is an innovative project that provides a virtual filesystem within a Durable Object, allowing agents to interact with a persistent state. It offers pluggable execution backends, including containerized Linux environments and serverless Workers, enabling flexible and powerful agent computing. Currently in preview, it's ideal for experiments and prototypes leveraging Cloudflare's edge infrastructure.

SwarmClaw: Self-Hosted AI Agent Runtime for Autonomous Swarms
August 13, 2026
SwarmClaw is an open-source, self-hosted AI agent runtime and multi-agent framework designed for autonomous agent swarms. It offers durable agent memory, MCP tools, schedules, and delegation, supporting over 23 LLM providers including Claude, GPT, Gemini, OpenRouter, and Ollama. This platform serves as a practical alternative to solutions like Claude Code and LangChain for those seeking self-hosted AI agent orchestration.

json-render: The Generative UI Framework for Dynamic Interfaces
August 12, 2026
json-render is a powerful Generative UI framework that allows developers to create dynamic, personalized user interfaces from natural language prompts. It ensures reliability by constraining AI-generated output to predefined components and actions, offering a predictable and safe way to build cross-platform UIs.
Source repository
Open the original repository on GitHub.
12 counted GitHub visits