mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-18 22:57:01 -04:00
47 lines
1.5 KiB
Markdown
47 lines
1.5 KiB
Markdown
---
|
|
layout: home
|
|
title: Home
|
|
nav_order: 1
|
|
description: "AliasVault Documentation - Open-source password and identity manager"
|
|
permalink: /
|
|
---
|
|
|
|
# AliasVault Documentation
|
|
{: .fs-9 }
|
|
|
|
A self-hostable, end-to-end encrypted password manager with a built-in alias generator and email server.
|
|
|
|
{: .fs-6 .fw-300 }
|
|
|
|
[Server 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 (email) alias 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 [server installation guide](./installation).
|