--- layout: home title: Home nav_order: 1 description: "AliasVault Documentation - Open-source password and identity manager" permalink: / --- # AliasVault Documentation {: .fs-9 } Open-source password and identity manager with email alias generation and zero-knowledge architecture. {: .fs-6 .fw-300 } [Installation](./installation/install){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } [View on GitHub](https://github.com/lanedirt/AliasVault){: .btn .fs-5 .mb-4 .mb-md-0 } --- ## What is AliasVault? AliasVault is a self-hosted password and identity manager that helps you: - 🔐 **Secure Passwords** - Store and manage passwords with zero-knowledge encryption - 📧 **Email Aliases** - Generate unique email addresses for each service - 🎭 **Identity Management** - Create and manage separate online identities - 🏠 **Self-Hosted** - Run on your own infrastructure using Docker - 🔓 **Open Source** - Transparent, auditable, and free to use ## Key Features ### Zero-Knowledge Architecture All data is end-to-end encrypted on the client. Your master password never leaves your device, and the server never has access to your data. ### Built-in Email Server Generate virtual email addresses for each identity. Emails sent to these addresses are instantly visible in the AliasVault app. ### Virtual Identities Create separate identities for different purposes, each with its own email aliases and credentials. --- ## Getting Started Ready to get started with AliasVault? Check out the [installation guide](./installation).