This Firefox extension lets you securely fill passwords from iCloud Keychain® when signing in to websites.
It also provides you with strong passwords, one-time codes, and passkeys to secure your online accounts.
Your passwords are automatically synchronized accross your Apple and other compatible devices.
➡️ Recommended: Download this extension from AMO (addons.mozilla.org).
Alternatively, download the latest GitHub release and install it on Firefox by navigating to about:addons
.
Refer to the following table to see if your configuration is supported:
Platform | Version | Status |
---|---|---|
>= Sonoma (14) | ✅ Fully supported | |
<= Ventura (13) | ❌ Unsupported | |
>= 7 | ||
<= Vista | ❌ Unsupported | |
Any | ❌ Unsupported |
For some operating systems, additional steps are required for the extension to work:
- Install iCloud for Windows.
- Enable the
Passwords
option. - Click on
Install Extension...
for either Microsoft Edge or Google Chrome. - Download the
icloud_passwords_install
file from the latest GitHub Release. - Run the downloaded executable as administrator.
- Restart Firefox, and you should be good to go!
macOS Sonoma (14) and later come with PasswordManagerBrowserExtensionHelper.app
preinstalled.
It's a utility which allows Apple's iCloud Passwords Chrome and Edge extensions to work.
This extension uses the same utility, so it works natively without any further steps.
Unfortunately, this utility is not available on previous versions of macOS, on Windows, nor on Linux.
For such operating systems, this utility needs to be replaced. iCloud for Windows serves this purpose.
By default, iCloud for Windows does not grant access to Firefox to access passwords.
The provided executable thus enables the communication between Firefox and iCloud for Windows.
The source code for the Golang executable is available in the scripts/install
directory.
Feature | Status |
---|---|
List accounts for current website | ✅ |
Select an account to auto-fill | ✅ |
Copy account password to clipboard | ✅ |
Generate new secure passwords | ✅ |
In-page auto-complete suggestions | ✅ |
Search through existing accounts | ⛅️ |
Auto-fill one-time codes | ❌ |
Copy one-time codes to clipboard | ❌ |
Register one-time codes | ❌ |
Save newly created accounts | ❌ |
Login with a passkey | ❌ |
Create new passkeys | ❌ |
Create new accounts manually | ❌ |
Delete existing accounts | ❌ |
The full list of planned features and known bugs is available under Issues.
Contributions are welcome, whether that be code, documentation, testing, feature ideas, or bug reporting.
🤝 If you are willing to contribute to tackle a specific GitHub Issue, please add a comment stating your intentions.
👾 To submit code patches, please open a GitHub Pull Request.
📕 If you are not sure where to start, take a look at open GitHub Issues.
Thanks for your interest!
To build and run the extension locally when developing, you should follow these instructions:
- Clone this repository.
- Open the folder in your favorite IDE.
- Run
npm ci
to install the required Node dependencies. - Run
npm build:watch
to start building the code after each file change. - Navigate to
about:debugging#/runtime/this-firefox
and click onLoad Temporary Add-on...
. - Find where you cloned this repository, and select the
manifest.json
file in thedist
folder (NOT inmeta
). - Click on
Inspect
to access the console which displays errors, warnings, and debug logs. - All user interface components refresh live when you save files in your IDE.
- Background scripts do NOT refresh live, you need to click
Reload
underTemporary Extensions
. - The AMO version will be restored after closing Firefox, or when clicking
Remove
.
This extension is licensed under the Apache License 2.0.