Binary Releases
We pre-compile each release for all major operating systems, these releases can be found on GitHub.
- Linux (x86)
- Linux (x86_64)
- Linux (arm64)
- Linux (riscv64)
- Linux (armv7)
- macOS (x86_64)
- macOS (arm64)
- Windows (x86)
- Windows (x86_64)
- Windows (arm64)
Example
bash
curl -fsSL https://github.com/tamasfe/taplo/releases/latest/download/taplo-linux-x86_64.gz \
| gzip -d - | install -m 755 /dev/stdin /usr/local/bin/taplo