A secure desktop application for merging Apple and Google password exports into a unified collection.
- 100% Local Processing - All data stays on your computer
- No Internet Required - Works completely offline
- No Data Collection - We never see your passwords
- Open Source - Full transparency
- Merge Apple Keychain and Google Password Manager exports
- Identify and resolve password conflicts
- Export in multiple formats (Apple, Google, or unified CSV)
- Beautiful, intuitive interface
- Cross-platform support
- Download the latest release from the Releases page
- Open the DMG file and drag the app to Applications
- Right-click the app and select "Open" (first time only)
- Upload your password CSV files and merge!
- Fork this repository
- Go to Actions tab in your fork
- Click "Build Password Sync App"
- Click "Run workflow"
- Download the built app from artifacts
npm install
npm run build
npm run electron:build:mac- Open Safari → Preferences → Passwords
- Click the gear icon → Export Passwords
- Save as CSV file
- Go to passwords.google.com
- Click Settings (gear icon)
- Click "Export passwords"
- Download CSV file
# Install dependencies
npm install
# Run in development mode
npm run electron:dev
# Build for production
npm run electron:build:mac- Apple CSV: Title, URL, Username, Password, Notes, OTPAuth
- Google CSV: name, url, username, password
- Unified Export: All fields combined with source tracking
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
MIT License - see LICENSE file for details
- Check the Issues page for common problems
- Create a new issue if you need help
- All processing is local, so your passwords are always secure
Made with ❤️ for password security and convenience