Each Topfew release comes with binaries built for both the x86 and ARM flavors of Linux, MacOS, and Windows.
Topfew comes with a Makefile which is uncomplicated. Typing make
will create an executable named topfew
,
created by go build
with no options, in the ./bin
directory.
Topfew is available in the Arch User Repository (AUR). If you have an AUR pacman wrapper installed you can install it directly. Otherwise, to install Topfew as an Arch package:
git clone https://aur.archlinux.org/topfew.git
cd topfew
makepkg -i
Topfew is available on NixOS.
On MacOS, Topfew is is available on Homebrew.