OmniSize Coming Soon

~8KB

Where did your disk space go? 8KB to find out.

Disk usage analyzer with sorted, human-readable output.

LinuxLinux
macOS

The problem

"No space left on device." Every developer has seen this. The response is du -sh * | sort -rh — a command nobody types correctly on the first try. ncdu requires ncurses. Both require a runtime or shared libraries. Neither works in a stripped container.

The solution

OmniSize scans a directory and shows what is eating your disk, sorted by size, in human-readable format. One command, 8KB, instant.

Why Bare-Metal Matters

When your disk is full, the last thing you want is to install a tool to find out why. OmniSize is 8KB. Drop it anywhere. Find the problem. Delete it. Done.

Technical Specifications

Feature Value
Binary Size ~8KB
Function Disk usage analyzer — sorted, human-readable
Output Directory tree sorted by size
Dependencies None
Speed Direct readdir syscalls

Comparison

OmniSize du -sh | sort ncdu
Size ~8KB System utility~100KB + ncurses
Syntax omni-size . du -sh * | sort -rhncdu .
Dependencies None coreutilsncurses
Output Sorted tree, human-readable Flat listInteractive TUI
Works in FROM scratch Yes NoNo

Use Cases

Docker Disk Full

Docker says "no space left on device." Drop omni-size in the container and find what is eating space.

node_modules Audit

See exactly which dependencies are bloating your project. node_modules/ sorted by real disk usage.

Server Cleanup

SSH into a server running out of disk. Find the largest directories in seconds without installing anything.

Try Now — Free

Coming Soon

This product is under active development. Contact us for early access or to be notified when binaries are available.

Talk to the Team