| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| aliasvault-0.24.0-android.apk | 2025-11-10 | 130.4 MB | |
| aliasvault-0.24.0-browser-extension-sources.zip | 2025-11-10 | 803.5 kB | |
| aliasvault-0.24.0-firefox.zip | 2025-11-10 | 1.1 MB | |
| aliasvault-0.24.0-edge.zip | 2025-11-10 | 1.1 MB | |
| aliasvault-0.24.0-chrome.zip | 2025-11-10 | 1.1 MB | |
| install.sh | 2025-11-10 | 120.6 kB | |
| 0.24.0 source code.tar.gz | 2025-11-06 | 11.5 MB | |
| 0.24.0 source code.zip | 2025-11-06 | 13.7 MB | |
| README.md | 2025-11-06 | 6.8 kB | |
| Totals: 9 Items | 159.8 MB | 0 | |
What's Changed
Welcome to the release of AliasVault v0.24.0! 🎉
After extensive development, this release proudly introduces the long-awaited passkey support, even more language options, and a set of cross-platform improvements for a smoother everyday experience. It also includes important bug fixes and performance updates across all apps.
[!NOTE]
This release includes a client vault model update. After upgrading, your vault can only be opened by v0.24.0+ client versions. For self-hosted users: make sure you update your server to avoid compatibility issues.
- Install.sh update: Update Guide
- Docker update: Update Guide
Highlights of this release
-
Passkey Support (WebAuthn Level 2)
- AliasVault now supports creating and logging in with passkeys on websites and apps. Passkeys are supported via the AliasVault browser extension, iOS app and Android app. Passkeys are safely stored in your encrypted vault and automatically synced across your devices. If you come across any bugs or issues when using passkeys, please reach out to us on Discord or create an issue on GitHub.
-
New Language Options
- AliasVault is now available in Brazilian Portuguese, Russian, and Polish, making AliasVault available in a total of (11) languages so far! This brings secure password and email alias management to even more users around the world. A warm thank you to our contributors on Crowdin! Do you want to help improve translations and/or make AliasVault available in your native language? Check out the AliasVault project on Crowdin and apply.
-
General Improvements Across Apps
- Implemented iOS app quick autofill feature, which now shows suggested credential entries right in the iOS keyboard.
- Improve Android app dark mode support
- Open vault in offline mode in the mobile app manually if server takes a long time to respond (in case of bad internet connectivity)
- Improved search logic in Browser Extension and Mobile App (now supports AND/OR operators by default)
- Added image zoom support for attachment previews on Mobile
- Improved UI for custom URL settings in the Browser Extension
-
Bug Fixes and Under-the-Hood Improvements
- Improved autofill accuracy and field detection
- Fix email decryption errors in web app
- Fixed Safari clipboard clear behavior
- Corrected handling of private email domains and multiple domain displays
- Updated iOS layout margins for iOS 26+
- Update iOS minimum target from iOS 15.6 to iOS 17
- Database schema updates for stability
Read more details about this release on our blog:
https://www.aliasvault.net/news/aliasvault-0.24.0-released
Full changelog
🚀 New Features
- Upgrade android app to be compatible with 16kb page size by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1259
- Add explicit open in offline mode button to mobile app sync flow by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1268
- Autofocus password field on web app unlock screen by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1270
- Improve vault upgrade detection flow in browser extension and mobile app by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1275
- Update self-host installation docs with Admin WebSocket troubleshooting by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1281
- Add Portugese (Brazilian) as language option to apps by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1291
- Add Russian language to apps by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1292
- Add support for passkeys by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1277
- Improve browser extension custom URL settings UI by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1294
- Improve browser extension and mobile app search to use AND/OR operator by default by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1300
- Add filter for credentials with attachments and show attachment icon by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1310
- Persist custom API url during logout on Android by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1312
- Allow older clients to accept non breaking change vault updates by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1315
- Add Polish language option to all apps by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1322
- Add image zoom support to attachment preview in mobile apps by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1328
🐞 Bug Fixes
- Update server database schema to prevent errors by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1263
- Autofill sometimes shows too much irrelevant suggestions by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1265
- Make vault upgrade page translatable by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1272
- Update browser extension autofill birthdate fields detection by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1279
- Update hyperlinks to be relative in admin (#1295) by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1296
- Add clipboard clear fallback in web app for Safari browser by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1302
- Private email domain check should not include subdomains by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1304
- Browser extension autofill first name sometimes overrides username by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1306
- Web app sometimes fails to load emails due to decryption error by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1308
- Tweak app layout margins for iOS 26+ by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1320
- Browser extension and mobile app show warnings during logout by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1326
- Web and mobile do not properly show multiple private email domains by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1327
🧩 Dependencies Updates
- Bump wxt version for browser extension by @lanedirt in https://github.com/aliasvault/aliasvault/pull/1317
Full Changelog: https://github.com/aliasvault/aliasvault/compare/0.23.2...0.24.0