Minecraft Modpack Auto-Updater for private servers - Keep your mods in sync effortlessly!
- One-Click Updates - Download and install modpacks instantly
- Auto-Detection - Automatically finds your Minecraft mods folder
- Multiple Sources - Support for Google Drive links or local zip files
- Cross-Platform - Works on Windows, macOS, and Linux
- Safe - Validates files and prevents data loss
- Fast - Efficient extraction with progress tracking
Get the latest version from the Releases page:
- Windows:
ModSync.exe(portable, no installation required) - macOS:
ModSync.dmg(drag to Applications)
Or download from GitHub Actions artifacts.
- Launch ModSync
- Paste your Google Drive share link
- Click "Update from Google Drive"
- Wait for download and installation to complete
- Download your modpack zip file
- Launch ModSync
- Switch to "Local File" tab
- Drag and drop your zip file or click to browse
- Click "Update from Local File"
- Windows:
%APPDATA%\.minecraft\mods - macOS:
~/Library/Application Support/minecraft/mods - Linux:
~/.minecraft/mods
Can't find your mods folder? Use the "Browse" button to select it manually.
- Node.js 20+
- npm
git clone https://github.com/DizzyMii/modsync.git
cd modsync
npm installnpm run devnpm run build:win # Windows
npm run build:mac # macOS (requires macOS)
npm run build # Both platformsThis project uses GitHub Actions to automatically build for both Windows and macOS on every push. Builds are available as artifacts in the Actions tab.
- ✅ Validates ZIP file integrity before extraction
- ✅ Prevents zip-slip attacks
- ✅ Checks file locks before deletion
- ✅ No telemetry or data collection
| Error | Solution |
|---|---|
| Minecraft folder not found | Ensure Minecraft is installed or use manual selection |
| Cannot update while Minecraft is running | Close Minecraft completely before updating |
| Google Drive download failed | Try the Local File method or check link permissions |
| macOS "App can't be opened" | Right-click → Open → Open anyway, or run xattr -cr /Applications/ModSync.app |
MIT