Utilities
Bitwarden
exampleAre you the maker of bitwarden.com?
This entry was authored as example data, not by the maintainer. Submit a verified manifest from your domain and it replaces this one — same URL, stars carry over.
An open-source password manager with end-to-end encryption, a generous free tier, and clients on every platform.

What you get
Open source
Anyone can read, modify, and redistribute the code.
Free software (FSF-approved)
Open source under a license the Free Software Foundation recognizes, with no use restrictions.
Free version available
There's a meaningful free version you can use indefinitely without paying.
End-to-end encrypted
Your content is locked with a key only you have — even the company can't read it.
You can run your own server
Skip the company's hosting and run the software on your own machine or a server you rent.
Has a developer API
Other software can integrate with it through a documented public interface.
Has a command-line tool
Comes with an official command-line interface for scripting and power users.
Easy to export your data
Download all your data any time, in a format you can actually use elsewhere.
No vendor lock-in
If you ever want to leave, you can take your data and your workflow with you.
Technical detailsexpand
brew:--cask bitwardenapt:bitwardenflathub:com.bitwarden.desktopNo maintainer declared.
View manifest (JSON-LD)expand
{
"@context": "https://vibehunt.tech/v1",
"@type": "Capability",
"id": "cap:example:bitwarden",
"software": {
"name": "Bitwarden",
"category": "utilities",
"homepage": "https://bitwarden.com",
"source": "https://github.com/bitwarden/clients",
"license": "GPL-3.0",
"packageRefs": [
"brew:--cask bitwarden",
"apt:bitwarden",
"flathub:com.bitwarden.desktop"
],
"description": "An open-source password manager with end-to-end encryption, a generous free tier, and clients on every platform."
},
"solves": [
{
"intent": "Manage all your passwords, passkeys, and secrets across devices in an end-to-end encrypted vault you can also self-host.",
"constraintsSatisfied": [
"core:open-source",
"core:libre",
"core:free-tier",
"core:end-to-end-encrypted",
"core:self-hostable",
"core:has-api",
"core:cli-available",
"core:exportable",
"core:no-vendor-lock-in"
],
"scale": [
"single-user",
"team",
"org"
]
}
],
"maturity": "stable",
"source": "example"
}