mactop
mactop - Apple Silicon Monitor Top
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- app.go
- app_test.go
- arch_check.go
- battery.go
- catppuccin.go
- cli.go
- colors.go
- colors_test.go
- config.go
- detection.go
- displayfps.go
- displayfps.m
- events.go
- events_helpers.go
- globals.go
- headless.go
- headless_test.go
- info.go
- ioreport.go
- ioreport.m
- layout.go
- menubar.go
- menubar.m
- metrics.go
- native_stats.go
- netfilter_test.go
- overlay.go
- overlay.m
- processes.go
- processes_helpers.go
- profiler.go
- profiler_native_test.go
- rdma.go
- smc.c
- smc.h
- sys_info.go
- theme.go
- thunderbolt.go
- thunderbolt_network.go
- types.go
- utils.go
- xdg_paths_test.go
- active.ar.toml
- active.de.toml
- active.en.toml
- active.es.toml
- active.fr.toml
- active.he.toml
- active.hi.toml
- active.id.toml
- active.it.toml
- active.ja.toml
- active.ko.toml
- active.nl.toml
- active.pl.toml
- active.pt.toml
- active.ru.toml
- active.th.toml
- active.tr.toml
- active.vi.toml
- active.zh-Hant.toml
- active.zh.toml
- i18n.go
- i18n_test.go
- .cursorrules
- .gitignore
- .goreleaser.yaml
- go.mod
- go.sum
- LICENSE
- mactop.gif
- mactop.rb
- main.go
- Makefile
- README.md
- screenshota.png
π Installation Guide
1. Get the code
git clone https://github.com/metaspartan/mactop
Downloads the entire project code from GitHub to your computer.
cd mactop
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
brew install mactop
Installs the pre-built package via Homebrew β no source build required.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Go
MediumPrerequisites
go build
Compiles the Go program into an executable.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
Pulled directly from this repo's README.
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
