AliasVault is een privacy-first wachtwoord- en e-mailaliasmanager van Nederlandse bodem, waarmee voor iedere website een unieke identiteit en e-mailalias aan kan worden gemaakt. De software is opensource en volledig end-to-end versleuteld. Er kan van een publieke cloud gebruik worden gemaakt en het biedt ook de mogelijkheid om het volledig zelf te hosten via Docker. Clientsoftware is beschikbaar voor Android en iOS en er zijn extensies voor de gangbaarste webbrowsers. Het wordt door Leendert de Borst ontwikkeld, die ook hier op Tweakers actief is. Versies 0.23.0 is verschenen en de releasenotes daarvan zien er als volgt uit:
All-in-One Docker Image Now Officially Available
By popular request, AliasVault now provides an all-in-one Docker image that makes self-hosting significantly easier. This new image is perfect for:
- Simple Docker/Docker Compose setups
- NAS devices like QNAP or Synology
- Quick testing and development environments
The all-in-one image includes all necessary components in a single container, making it much more accessible for users who want to run AliasVault without managing multiple Docker containers. Updated installation and migration instructions are now available in our documentation.
Project Migration to New GitHub Organization
AliasVault has officially moved to a dedicated GitHub organization! The project is now hosted at
Important for Self-Hosted Users:aliasvault/aliasvault
instead of the previouslanedirt/aliasvault
location.Please read the upgrade documentation before updating, as this migration affects Docker image locations and repository URLs.
OpenCollective SupportThe project is now live on OpenCollective: https://opencollective.com/aliasvault. You can support ongoing development through transparent donations and help spread the word about AliasVault!
Enhanced Mobile App Features
Configurable Password GeneratorPassword generator settings (length, complexity, etc.) are now configurable directly from the mobile app. No need to log into the web app first - you can customize your password generation preferences right from your phone.
Offline CSV ExportMobile apps can now export your vault to CSV, even in offline mode. This means if your server is unavailable, you can still access and safely back up your credentials. This is particularly useful for:
Improved Touch Handling
- Backup purposes when traveling
- Data migration between instances
- Emergency access when the server is down
Enhanced touch and trackpad input handling ensures better responsiveness across all mobile devices.
UI and Usability Improvements
Browser Extension EnhancementsWeb App Updates
- Standardized font sizes for a cleaner, more consistent look
- Password visibility toggle on login screens
- Improved overall visual consistency
Mobile App UI
- Password visibility toggle on login screens
- Alphabetical sorting option for credentials
- App version display on login pages
- Clickable email blocks on credential view pages
Admin Panel Improvements
- Password visibility toggle on login screens
- Better touch/trackpad input handling
- Improved overall responsiveness
- Mobile-responsive design for better mobile device support
- Inactive user flags and cleanup tasks
- Enhanced user management capabilities
Technical Improvements and Bug Fixes
Self-Hosting EnhancementsBug Fixes
- Reverse proxy auto-reload when SSL certificates are updated, preventing expired SSL warnings
- OpenContainers annotations added to Docker images for better ecosystem compatibility
- Android app support for user-added CA certificates for local self-signed certificate usage
- Fixed mobile click registration issues with trackpad input
- Resolved language switcher occlusion on mobile screens
- Fixed breadcrumb duplication caused by translations
- Corrected DateTime parsing issues in certain locales
- Improved overall stability across all platforms
What's Coming Next
The next releases will continue focusing on the core data model updates to support additional credential types such as identities, credit cards, and more. It will also lay the groundwork for introducing passkey support.
Explore the full changelog on GitHub