Installation
Homebrew (macOS/Linux)
# Tap the repository
brew tap spantree/fluent-toolkit git@github.com:spantree/fluent-toolkit.git
# Install fluent-toolkit
brew install fluent-toolkitOr use the one-liner:
brew install spantree/fluent-toolkit/fluent-toolkitManual Installation
Download the appropriate binary for your platform:
- macOS (Apple Silicon): ftk-darwin-arm64
- macOS (Intel): ftk-darwin-x86_64
- Linux: ftk-linux-x86_64
Make it executable and move to your PATH:
chmod +x ftk-darwin-arm64
sudo mv ftk-darwin-arm64 /usr/local/bin/ftkChecksums
Verify your download with SHA256:
ARM64: 6b9d712dfbe9df79ff1725e63cfd6f959bea44e262736b37c8246725069aca71
x86_64: c84d139678ebbe1cbf2869a7e28bb26b9867d0c7c155aeeb9bba4bb652d22fca
Linux: 5f271c0884d48245fa6396a9af891d5c8fe828bfd146a7bf16a835c41305b082
Update Homebrew Formula
Update Formula/fluent-toolkit.rb with:
- Version:
0.2.0 - URLs: Replace version in download URLs
- Checksums: Use the SHA256 values above