| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| install.sh | 2026-07-02 | 134.2 kB | |
| aliasvault-0.30.0-android.apk | 2026-07-02 | 173.1 MB | |
| aliasvault-0.30.0-chrome.zip | 2026-07-02 | 2.5 MB | |
| aliasvault-0.30.0-browser-extension-sources.zip | 2026-07-02 | 1.6 MB | |
| aliasvault-0.30.0-firefox.zip | 2026-07-02 | 2.5 MB | |
| aliasvault-0.30.0-edge.zip | 2026-07-02 | 2.5 MB | |
| 0.30.0 source code.tar.gz | 2026-07-02 | 13.4 MB | |
| 0.30.0 source code.zip | 2026-07-02 | 17.4 MB | |
| README.md | 2026-07-02 | 4.6 kB | |
| Totals: 9 Items | 213.1 MB | 14 | |
What's Changed
Welcome to AliasVault v0.30.0 🎉
This release now adds support for generating passphrases (based on word dictionaries) in addition to random-character passwords in all AliasVault apps. This has been one of the most upvoted feature requests on GitHub. Click the settings icon in the password field to switch between the two, or set your preferred default for new credentials in the Password Settings.
We also updated a lot of things behind the scenes in the last couple of weeks: we revamped our self-hosted docs website to be more accessible and user friendly. We also moved our official website and communications to aliasvault.com (www.aliasvault.com), after recently acquiring this domain. User email aliases continue to use @aliasvault.net, creating a more clear distinction between official AliasVault team/support addresses (.com) and user-generated aliases (.net).
Finally, we're also hard at work on making the sync mechanism and datamodel more efficient. The work on this is well underway and will significantly improve vault synchronization performance across all apps once ready. These upcoming improvements will enable us to introduce vault sharing as well. Stay tuned!
Highlighted new features/improvements
- Generate passphrases via the Diceware dictionary method. Supports 6 languages out of the box: English, Dutch, German, French, Spanish and Italian. Help with improving the dictionary lists is very welcome! Please check for more info: https://docs.aliasvault.com/contributing/passphrase-dictionaries/
- Update default cloud API domain from aliasvault.net to aliasvault.com in all apps
- Improved browser extension UI for highlighting credentials for the current website in the popup, as well as streamlined new credential/alias creation via the autofill prompt.
- You can now change default password generator settings in the browser extension via a new settings menu option, bringing it line with the other apps
- Add default Ctrl+Shift+L browser extension shortcut for manually triggering the autofill popup (now also works if autofill popup is disabled in settings)
- Fixed multiple reported bugs and improved reliability
🚀 New Features
- Migrate documentation site from Jekyll to Docusaurus by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2192
- Reduce web app memory usage during import/export and vault updates by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2198
- Update aliasvault.net to aliasvault.com in all apps as default URL by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2200
- Browser extension show current site item as a suggestion instead of opening it automatically by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2205
- Add passphrase generator by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2214
- Improve 2FA TOTP create flow to show secret field on top and make custom label optional by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2217
- Assign Ctrl+Shift+L default keyboard shortcut to browser extension manual autofill prompt by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2222
- Improve TOTP 2FA autofill field detection in browser extension by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2224
- New Crowdin updates by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2188
🐞 Bug Fixes
- Fix browser extension content script item creation error when server is offline by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2207
- Update mobile app and browser extension server connection timeouts by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2208
- Fix passkey login issues for several websites in browser extension by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2210
- Make web app refresh button always force a UI re-render to correctly show new vault contents by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2219
🧩 Dependencies Updates
- Bump dompurify from 3.4.9 to 3.4.11 in /apps/browser-extension in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/aliasvault/aliasvault/pull/2190
- Update NPM dependency packages by @lanedirt in https://github.com/aliasvault/aliasvault/pull/2195
Full Changelog: https://github.com/aliasvault/aliasvault/compare/0.29.6...0.30.0