~8KB
Where did your disk space go? 8KB to find out.
Disk usage analyzer with sorted, human-readable output.
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 -rh | ncdu . |
| Dependencies | None | coreutils | ncurses |
| Output | Sorted tree, human-readable | Flat list | Interactive TUI |
| Works in FROM scratch | Yes | No | No |
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