indoorvivants / sn-sizemap   0.0.4

GitHub

Break down the size of a Scala Native binary

Scala versions: 3.x
Scala Native versions: 0.5

Break down the size of a Scala Native binary

Installation: download the binary for your system from Releases

$ sn-sizer serve test-binary
Starting server on http://localhost:52616

When you navigate to the page, you will be greeted with an interactive dashboard allowing to drill down into the various packages and their sizes.

CleanShot 2026-03-24 at 14 47 39@2x

At the moment, only MacOS and Linux binaries are supported, to support Windows we need a brave volunteer.