# AliasVault: Privacy-First Password and Email Alias Manager

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

Source: osrepos.com
Repository profile: https://osrepos.com/repo/lanedirt-aliasvault
Generated for open source discovery and AI-assisted research.

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.

GitHub: https://github.com/lanedirt/AliasVault
OSRepos URL: https://osrepos.com/repo/lanedirt-aliasvault

## 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.

## Topics

- password-manager
- email-alias
- privacy
- self-hosting
- browser-extension
- docker
- TypeScript
- security

## Repository Information

Last analyzed by OSRepos: Sun Jan 04 2026 00:00:49 GMT+0000 (Western European Standard Time)
Detail views: 3
GitHub clicks: 3

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## 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:
bash
# 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](https://docs.aliasvault.net/installation "Official AliasVault Installation Guide" target="_blank").

## 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
*   [GitHub Repository](https://github.com/aliasvault/aliasvault "AliasVault GitHub Repository" target="_blank")
*   [Official Website](https://aliasvault.net?utm_source=gh-readme "AliasVault Official Website" target="_blank")
*   [Documentation](https://docs.aliasvault.net?utm_source=gh-readme "AliasVault Documentation" target="_blank")
*   [Try the Cloud Version](https://app.aliasvault.net "Try AliasVault Cloud Version" target="_blank")
*   [Download on the App Store](https://apps.apple.com/app/id6745490915 "Download AliasVault on the App Store" target="_blank")
*   [Get it on Google Play](https://play.google.com/store/apps/details?id=net.aliasvault.app "Get AliasVault on Google Play" target="_blank")
*   [Get it on F-Droid](https://f-droid.org/packages/net.aliasvault.app "Get AliasVault on F-Droid" target="_blank")