A terminal disk usage analyzer for macOS. Navigate your filesystem, identify large directories, and clean up — all from the terminal.
brew tap mobanhawi/aster
brew install astergit clone https://github.com/mobanhawi/aster
cd aster
go build -o aster ../aster <path>
./aster ~/Downloads
./aster /| Key | Action |
|---|---|
j / k or arrows |
Move cursor |
enter / l |
Enter directory |
backspace / h |
Go back |
s |
Toggle sort (size / name) |
o |
Open item in default app |
r |
Show item's location in Finder |
d |
Move to Trash (with confirm) |
g / G |
Jump to top / bottom |
q |
Quit |
Note: o (Open) launches the item itself. r (Reveal) opens the folder containing the item and highlights it.
- macOS
- Go 1.21+

