I Built a Modern Disk Cleaner as a Solo Dev — Here's What I Learned
Mahir Gündüz developed a modern disk cleaning application called Disk Mop as a solo project. The app is designed for both Windows and macOS, offering various features to optimize and analyze disk space. Disk Mop is free for core features, with a one-time payment option for advanced tools.
- ▪Disk Mop is a desktop app that helps clean, optimize, and analyze disk space.
- ▪The app includes features like a browser cache cleaner, duplicate file finder, and disk health monitoring.
- ▪Core features are free, while advanced tools can be unlocked for a one-time fee of $19.90.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3937864) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Mahir Gündüz Posted on May 18 I Built a Modern Disk Cleaner as a Solo Dev — Here's What I Learned #electron #productivity #opensource #sideprojects ## Why I Built Disk Mop I've been using CCleaner for years, but after the Avast acquisition it became bloated and lost user trust. CleanMyMac is great but costs $40+/year and only works on Mac. I wanted something modern, fast, cross-platform, and affordable. So I built it myself.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).