You can install stitchmd from pre-built binaries or from source.
Pre-built binaries of stitchmd are available for different platforms over a few different mediums.
If you use Homebrew on macOS or Linux, run the following command to install stitchmd:
brew install abhinav/tap/stitchmd
If you use ArchLinux, install stitchmd from AUR using the stitchmd-bin package.
git clone https://aur.archlinux.org/stitchmd-bin.git
cd stitchmd-bin
makepkg -si
If you use an AUR helper like yay, run the following command instead:
yay -S stitchmd-bin
For other platforms, download a pre-built binary from the
Releases page
and place it on your $PATH
.
To install stitchmd from source, install Go >= 1.20 and run:
go install go.abhg.dev/stitchmd@latest