Install abtop 0.4.7
Install prebuilt binaries via shell script
:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/graykode/abtop/releases/download/v0.4.7/abtop-installer.sh | sh
Install prebuilt binaries via powershell script
:::sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/graykode/abtop/releases/download/v0.4.7/abtop-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
:::sh
brew install graykode/tap/abtop
Download abtop 0.4.7
| File | Platform | Checksum |
|---|---|---|
| abtop-aarch64-apple-darwin.tar.xz (github.com) | Apple Silicon macOS | checksum |
| abtop-x86_64-apple-darwin.tar.xz (github.com) | Intel macOS | checksum |
| abtop-aarch64-pc-windows-msvc.zip (github.com) | ARM64 Windows | checksum |
| abtop-x86_64-pc-windows-msvc.zip (github.com) | x64 Windows | checksum |
| abtop-aarch64-unknown-linux-gnu.tar.xz (github.com) | ARM64 Linux | checksum |
| abtop-x86_64-unknown-linux-gnu.tar.xz (github.com) | x64 Linux | checksum |