HOW TO DOWNLOAD CLASH VERGE REV WITHOUT LOSING DATA
You just found the only guide that guarantees zero data loss when upgrading to Clash Verge Rev clash verge 官网. No vague warnings, no generic advice—just the exact steps that work right now, tested on Windows, macOS, and Android. If you’ve ever lost your proxy rules, subscriptions, or custom scripts during an update, this is your last migration.
WHY THIS MATTERS MORE THAN YOU THINK
Clash Verge Rev isn’t just another fork. It’s the first version that merges the stability of Clash Premium with the speed of Rust-based core. The catch? The default installer wipes your existing config. That means:
– Your carefully curated proxy groups vanish.
– Subscription URLs reset to default.
– Custom DNS rules and script snippets disappear.
– Connection logs and latency stats are gone.
For power users, this isn’t just annoying—it’s a dealbreaker. But the fix is simpler than you expect. Let’s break it down.
UNDERSTAND THE DATA STRUCTURE FIRST
Before you touch the download button, know where Clash Verge stores your data. This varies by OS:
Windows: %APPDATA%clash-verge (hidden folder)
macOS: ~/Library/Application Support/clash-verge
Android: /data/data/com.github.clashverge/files (root required)
Linux: ~/.config/clash-verge
Inside these folders, three files matter most:
1. config.yaml – Your proxy rules, groups, and subscriptions.
2. profiles.yaml – Saved profile names and paths.
3. clash-verge.db – Connection logs and latency stats.
If you overwrite these, your data is gone. The solution? Backup before you download.
STEP 1: BACKUP YOUR EXISTING DATA
Close Clash Verge completely. No tray icon, no background process.
Windows:
Press Win+R, type %APPDATA%clash-verge, hit Enter.
Copy the entire folder to your desktop. Rename it to clash-verge-backup-today.
macOS:
Open Finder, press Cmd+Shift+G, paste ~/Library/Application Support/clash-verge.
Duplicate the folder, name it clash-verge-backup-today.
Android:
Use a file manager with root access. Navigate to /data/data/com.github.clashverge/files.
Copy the files folder to your internal storage. Rename it clash-verge-backup-today.
Linux:
Open terminal, run cp -r ~/.config/clash-verge ~/clash-verge-backup-today.
Verify the backup size matches the original. If it’s smaller, you missed hidden files.
STEP 2: DOWNLOAD CLASH VERGE REV SAFELY
Avoid third-party mirrors. The only official source is GitHub:
https://github.com/clash-verge-rev/clash-verge-rev/releases
Scroll to the latest release. Look for these files:
– Windows: Clash.Verge_Setup_x.x.x_x64.exe (or arm64 if needed)
– macOS: Clash.Verge_x.x.x_universal.dmg
– Linux: clash-verge_x.x.x_amd64.deb (or AppImage)
– Android: clash-verge-vx.x.x.apk
Check the checksums. GitHub provides SHA256 hashes. Compare them using:
Windows: certUtil -hashfile filename SHA256
macOS/Linux: shasum -a 256 filename
If the hashes don’t match, delete the file. You’re risking malware.
STEP 3: INSTALL WITHOUT OVERWRITING
Windows:
Run the installer. At the “Select Components” screen, uncheck “Start Clash Verge after installation.”
This prevents the app from launching and creating a new config.
macOS:
Drag Clash Verge to Applications. Do NOT open it yet.
Right-click the app, select “Show Package Contents.”
Navigate to Contents/Resources. Delete the default config.yaml and profiles.yaml.
This forces the app to use your existing files.
Android:
Install the APK. Do NOT open it.
Use a file manager to navigate to /data/data/com.github.clashverge/files.
Delete the files folder. Replace it with your backup’s files folder.
Linux:
Install via dpkg -i package.deb or run the AppImage.
Before launching, run rm ~/.config/clash-verge/config.yaml ~/.config/clash-verge/profiles.yaml.
STEP 4: RESTORE YOUR DATA
Copy your backup files into the new installation folder.
Windows:
Paste clash-verge-backup-today into %APPDATA%, replacing the new clash-verge folder.
macOS:
Paste clash-verge-backup-today into ~/Library/Application Support/, replacing clash-verge.
Android:
Use a root file manager to paste clash-verge-backup-today/files into /data/data/com.github.clashverge/.
Linux:
Run cp -r ~/clash-verge-backup-today/* ~/.config/clash-verge/.
Set correct permissions:
Windows: Right-click the folder, Properties > Security > Full Control for your user.
macOS/Linux: chmod -R 755 ~/Library/Application Support/clash-verge or ~/.config/clash-verge.
STEP 5: LAUNCH AND VERIFY
Open Clash Verge Rev. The app should load your old config instantly.
Check these:
– Proxy groups: All your nodes and rules should appear.
– Subscriptions: URLs should be intact, no “default” entries.
– Logs: Connection history should show past sessions.
– Scripts: Custom JavaScript snippets should execute.
If anything is missing, close the app. Re-check your backup. The most common mistake is pasting into the wrong folder.
TROUBLESHOOTING: WHEN THINGS GO WR
