Your daily dose of Chromium freshness – automatic updates, dark mode, and sync options bundled into one sleek GUI.
ChroMate is a modern, sleek, and powerful updater for Chromium on Windows. Built with a dark-themed interface using customtkinter
, it makes staying updated as effortless as clicking a button.
- ✅ Sync / No-Sync Build Selection
- 🌙 Dark Mode UI (customtkinter powered)
- 🔄 Automatic Update Check with Scheduler Support
- 📦 SHA256 File Integrity Validation
- 📥 Progress Bar with ETA for downloads
- 🔔 Native Desktop Notifications (via
plyer
) - 📜 Integrated Log Viewer + Clear Logs Button
- ⚙️ Windows Task Scheduler Integration
- 🧠 Smart Chromium Detection (auto finds installation path)
pip install customtkinter requests pefile plyer
⚠️ Requires Python 3.9+ on Windows
python main_gui.py
➡️ Visit the Releases section to download the latest .exe
build — no Python needed!
pyinstaller --noconfirm --onefile --windowed \
--icon=chromium_updater_icon.ico \
--add-data "chromium_updater_icon.ico;." \
main_gui.py
- Sync = Standard Chromium build with Google Sign-in and sync functionality.
- No-Sync = Ungoogled Chromium – privacy-enhanced, stripped from Google services.
You're free to choose the flavor that fits your needs 😎
This project uses Hibbiki's Chromium builds. Make sure to star their repo too!
GPLv3 License © 2025 Fatih
This project is licensed under the terms of the GNU General Public License v3.0. See the LICENSE file for details.
Developed by Fatih
Say hi or report an issue — contributions and ideas are welcome!