Back to work

Exploration · open source

DockerLens

A native macOS menu-bar app that reclaims disk space from unused Docker images.

Rust · Tauri · React · macOS

Role
Full-stack. Native integration, polling architecture and packaging.
Problem
Docker quietly eats disk space with dangling and unused images, and cleaning them up means remembering CLI incantations.
Approach
Built a macOS tray app that polls the Docker Engine API directly over its Unix socket, with no Docker CLI, shows a storage bar with configurable warning and danger thresholds, and supports one-click or automatic cleanup with native notifications. Packaged as a universal .dmg for Intel and Apple Silicon.
Stack
Rust, Tauri v2, React 18, TypeScript, Vite, hyper / hyperlocal.
Repository