OpenArchiver: Legally Compliant Open-Source Email Archiving Platform

This repository profile is provided by osrepos.com, an open source repository discovery platform.

OpenArchiver: Legally Compliant Open-Source Email Archiving 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

Analyzed by OSRepos on November 12, 2025

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

  1. Clone the repository:
    git clone https://github.com/LogicLabs-OU/OpenArchiver.git
    cd OpenArchiver
  2. Configure your environment:

    Copy the example environment file and customize it with your settings.

    cp .env.example .env

    Edit the .env file to set admin passwords, secret keys, and other essential configurations. Refer to .env.example for guidance.

  3. Run the application:
    docker compose up -d

    This command will pull pre-built Docker images and start all services (frontend, backend, database, etc.) in the background.

  4. Access the application:

    Once services are running, access the OpenArchiver web interface by navigating to http://localhost:3000 in 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:

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

Related repositories

Similar repositories that may be relevant next.

LobeHub: Your Chief Agent Operator for AI Team Orchestration

LobeHub: Your Chief Agent Operator for AI Team Orchestration

August 8, 2026

LobeHub acts as a Chief Agent Operator, streamlining the management of your AI team. It enables hiring, scheduling, and reporting on agents for 24/7 operations, allowing users to maintain control without constant online presence. This platform transforms individual AI tools into a cohesive, productive team.

agentaichatgpt
Memori: Agent-Native Memory Infrastructure for LLM Production Systems

Memori: Agent-Native Memory Infrastructure for LLM Production Systems

August 6, 2026

Memori provides agent-native memory infrastructure, offering an LLM-agnostic layer that transforms agent execution and conversations into structured, persistent state. Designed for enterprise use, it seamlessly integrates with existing data infrastructure and supports various deployment environments, ensuring robust memory management for AI agents.

agent-memoryLLMAI
Leetcode Patterns: A Pattern-Based Approach to Technical Interview Prep

Leetcode Patterns: A Pattern-Based Approach to Technical Interview Prep

July 18, 2026

Leetcode Patterns is a highly-starred GitHub repository offering a structured, pattern-based approach to mastering technical interview questions. It helps individuals improve problem-solving skills by grouping LeetCode problems under specific subtopics, allowing for focused practice and application of common algorithms and data structures.

algorithmsdata-structuresinterview-prep
TencentDB Agent Memory: Enhancing AI Agents with Layered Long-Term Memory

TencentDB Agent Memory: Enhancing AI Agents with Layered Long-Term Memory

July 7, 2026

TencentDB Agent Memory provides AI agents with fully local, long-term memory through a 4-tier progressive pipeline, eliminating external API dependencies. It significantly reduces token usage and improves task success rates by employing symbolic short-term memory and layered long-term memory. This innovative approach helps agents learn workflows and retain context more effectively.

AI AgentLong-Term MemoryLLM

Source repository

Open the original repository on GitHub.

12 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️