- ZenSync only exports and imports Zen Browser data in your local storage.
- ZenSync does not upload, sync, or store your data on any remote server.
- You are fully responsible for your own data backups, storage, and recovery.
- By using this tool, you accept that data responsibility is with the user, not the developer.
ZenSync is a simple macOS CLI tool to back up and restore Zen Browser profile data.
- Export creates a backup zip from your current Zen profile.
- Import restores a backup zip back into your Zen profile directory.
Exports everything in your Zen profile directory.
ProfilesWorkspacesSettingsExtensionsThemesPluginsCustomizationsPreferencesTabsPin TabsFoldersHistoryZen Mods
- go 1.22 or higher
- macOS 10.15 or higher
- Zen Browser installed
brew tap krish-mm/tap
brew install zensyncgit clone https://github.com/krish-mm/zensync.git
cd zensync
go build -o zensync .
sudo cp zensync /usr/local/bin/zensync
sudo chmod +x /usr/local/bin/zensynczensync --exportThis creates a backup zip in your ~/Downloads directory.
Move the generated zen_backup_*.zip to any local folder, external drive, or cloud drive folder that you control.
zensync --import /path/to/zen_backup_YYYY-MM-DD_HH-MM-SS.zip- Only for macOS.
- Run
zensyncas your normal user. Do not run withsudo.
If you face any issue:
- Message me on Twitter: @krishstwt
- Or create an issue in the repo: github.com/krish-mm/zensync/issues
