1Password β
Apple Passwords
Migrate your passwords, cards, notes & more
Everything runs locally in your browser. No data is sent anywhere.
π¦
Drop your .1pux file here or click to browse
Export from 1Password β File β Export β 1PUX format
How to import into Apple Passwords
- Open Passwords app on macOS (Sequoia+)
- Go to File β Import Passwordsβ¦
- Select the downloaded
passwords.csv
- Review and confirm the import
Prefer the command line?
A Python CLI is also available β no dependencies, just Python 3.6+.
python3 migrate.py ~/Downloads/export.1pux
Options: --output CSV path Β· --report skipped items report
View on GitHub β