Your passwords never leave your devices.
Bramble is a local-first password manager for your browser and phone. No account, no server holding your vault, no company to breach. You hold the vault, you hold the password.
No Windows build yet. The browser extension works there today.
macOS
A universal build for Apple silicon and Intel, signed and notarized. It checks for updates and installs them itself.
brew install --cask brambleDebian, Ubuntu and friends
Install from our APT repository and apt upgrade keeps Bramble current along with the rest of your system.
curl -fsSL https://apt.bramble.sh/keys.asc | sudo tee /usr/share/keyrings/bramble-keyring.asc > /dev/null
curl -fsSL https://apt.bramble.sh/bramble.sources | sudo tee /etc/apt/sources.list.d/bramble.sources > /dev/null
sudo apt update && sudo apt install brambleThe key is scoped to this repository alone, so it can never vouch for a package from anywhere else.
AppImage
One file that runs on most distributions, with no package manager involved. This is the build that updates itself in place.
Mark it executable first:chmod +x Bramble_*.AppImage
Nix and NixOS
Built from source by the flake at the repository root, so nothing is fetched at build time and you get the same bytes twice.
nix profile install github:flythenimbus/brambleThe flake also exposes an overlay for a system configuration. To try it without installing:nix run github:flythenimbus/bramble
Chromium browsers
Chrome, Brave, Edge, Vivaldi, Opera, Arc and the rest of the family. Autofill on the pages you visit, and one-click copy for passwords and one-time codes.
Firefox and its forks
Firefox, Zen, LibreWolf and Waterfox. The same extension, reviewed and hosted by Mozilla.
iPhone and iPad
System AutoFill across apps and browsers, Face ID and Touch ID unlock, and passkeys.
Android
A native autofill service, biometric unlock and passkeys, with no Google Play Services required.
Released as signed APKs on GitHub, so you always know exactly what you are installing.
- No account
- No tracking, ever
- End-to-end encrypted
- Open source
See it in action.
A look around Bramble. Open any shot, then use the arrows or your keyboard to browse.
Everything a password manager should do. Nothing it shouldn't.
The same encrypted vault and the same Rust crypto core sit behind the browser extension and the mobile apps.
Your devices sync straight to each other.
No cloud, no account, no middleman holding a copy of your vault. Pair two devices and they connect directly, exchanging the vault over an encrypted, mutually authenticated channel. The infrastructure that helps them find each other is yours to replace.
Backups you keep, on storage you already own.
Nobody else holds a copy of your vault, so keeping a backup is up to you, and Bramble makes it painless. Export an encrypted file by hand, or have it drop scheduled backups into storage you already run. Only ciphertext ever leaves your device, so the destination stores something it can't read and a stolen backup is useless without your master password.
Self-hosting? Point it at your own Nextcloud over WebDAV and your vault history never touches anyone else's servers.
Serious cryptography, no backdoor.
Key derivation, encryption, and decryption all happen inside a single Rust core, compiled to WebAssembly in the browser and to a native library on iOS and Android. Because nobody else holds a copy of your vault, no one else can be compelled to hand it over.
Questions, answered.
Take your passwords back.
You hold the vault, you hold the password, and that's it. Free, open source, and yours.