AliasVault: Privacy-First Password and Email Alias Manager

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

AliasVault: Privacy-First Password and Email Alias Manager

Summary

AliasVault is an open-source, privacy-focused password and email alias manager designed to enhance online security and privacy. It offers end-to-end encryption, a built-in email server for aliases, and supports self-hosting for complete control over your data. This tool helps users create unique identities and strong passwords for every online service.

Repository Information

Analyzed by OSRepos on January 4, 2026

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

AliasVault is a robust, open-source solution for managing passwords and email aliases with a strong emphasis on privacy. It provides end-to-end encryption, ensuring your sensitive data remains secure and private. Users can generate unique identities, strong passwords, and random email aliases for every website, effectively taking back control of their digital footprint. Built on 15 years of experience, AliasVault is designed to be self-hostable, giving you full ownership and control over your data without relying on third-party dependencies.

Installation

AliasVault offers flexible self-hosting options, primarily utilizing Docker. For quick setup on a VPS or cloud environment, the recommended "Install Script" automates the process, including SSL configuration. Alternatively, the "Docker Compose" method provides a single container setup for integration with existing SSL infrastructure, suitable for NAS or homelab environments.

To get started with the quick install script:

# Download and run install script
curl -L -o install.sh https://github.com/aliasvault/aliasvault/releases/latest/download/install.sh

# Make install script executable and run it. This will create the .env file, pull the Docker images, and start the AliasVault containers.
chmod +x install.sh

./install.sh install

For detailed instructions and other installation methods, please refer to the official documentation.

Examples

AliasVault simplifies online security by allowing you to:

  • Create unique, strong passwords for each service, stored securely with end-to-end encryption.
  • Generate random email aliases on the fly, protecting your primary email from spam and breaches.
  • Utilize browser extensions for seamless autofill across Chrome, Firefox, Edge, and Safari.
  • Access your vault and manage aliases through responsive web, iOS, and Android native applications.
  • Import existing passwords from other managers, making the transition smooth.
  • Benefit from a built-in TOTP authenticator for two-factor authentication.

Why Use AliasVault

Choose AliasVault for its commitment to privacy and security. Its zero-knowledge architecture means your master password never leaves your device, and the server never accesses your unencrypted data. The built-in email server eliminates third-party dependencies for alias functionality. Being open-source and self-hostable, it offers transparency and control unmatched by many proprietary solutions. Active development, cross-platform support, and a community-driven approach ensure a continuously improving and reliable tool for digital privacy.

Links

Source repository

Open the original repository on GitHub.

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 ❤️