Metronome is a simple command line metronome written in Go. Tested on MacOS only.
go build -o metronome main.go
./metronome
You can set the tempo (beats per minute) and how many beats per bar (for the accent) like this:
./metronome -bpm 70 -beats 4
Pull requests are welcome!