Build from Source
Requires Go 1.25.2+.
Clone the repository and build:
git clone https://github.com/datamitsu/datamitsu.git
cd datamitsu
go build
This produces a datamitsu binary in the current directory. Move it to a directory in your PATH:
mv datamitsu /usr/local/bin/
Using pnpm
If you have pnpm installed, you can also build via:
pnpm build