Modern PC maintenance, driver management and optimization for Windows.
Cobalt is a Windows-first control panel that brings driver updates, system tweaks, cleanup, bloatware removal and network tuning under one roof. Built on Electron, it stays out of the way and does the heavy lifting through native Windows tooling — no third-party scripts, no telemetry.
- Driver updates — surfaces pending updates from the Windows Update catalog and installs them silently, with a real progress feed.
- Optimization — a curated set of registry and service tweaks with revert support, presets and per-item status detection.
- Bloatware & uninstaller — remove pre-installed apps, browse installed programs by icon, and deep-clean leftovers after uninstall.
- Cleanup — reclaims disk space from temp folders, caches, Windows Update leftovers and prefetch, with a size preview before you commit.
- Windows Defender — granular toggles, presets and a full disable/enable path when you know what you are doing.
- DNS & Power — one-click DNS presets (Cloudflare, Google, Quad9, AdGuard…) with a ping table, plus power plans including Ultimate Performance.
- App manager — install, upgrade and uninstall software through
winget, with live progress per package. - System dashboard — CPU, RAM, disk and GPU stats with live counters.
- Auto update — the app checks GitHub Releases on launch and prompts to install a signed setup when a newer version is out.
Grab the latest installer from the Releases page:
Cobalt-<version>-x64.exe— installer (NSIS, per-user)Cobalt-<version>-portable.exe— portable build, no installation required
Cobalt requires administrator privileges for driver, registry and service operations. The app will prompt for elevation on demand.
git clone https://github.com/ensomg/Cobalt.git
cd Cobalt
npm install
npm start # run in dev
npm run build # build NSIS + portableOutput lands in dist/.
Cobalt uses GitHub Releases as its update channel. On startup it reads
api.github.com/repos/ensomg/Cobalt/releases/latest, compares the tag with the
running version, and — if a newer build is available — shows a full-screen
update prompt with the download progress inline.
main/ Electron main process modules (drivers, cleanup, defender, dns…)
renderer/ UI (HTML, CSS, vanilla JS pages)
web/ Marketing / download site (Next.js)
build/ Icons and installer assets
Issues and pull requests are welcome. If you are reporting a bug, include your
Windows build (winver) and, if relevant, the exit code or error message from
the in-app toast.
Released under the MIT License. © 2026 Enes.
Read this in Türkçe.
