hdfm has been rewritten in Rust! Enjoy:
- Blazing fast performance
- Single binary requiring no dependencies (except nrsc5)
- Improved modern UI layout
Linux support coming soon.
Installation
macOS
M1:
sudo curl -sSL 'https://github.com/KYDronePilot/hdfm/releases/download/v2.0.0/hdfm-aarch64-apple-darwin.tgz' | sudo tar xzv -C /usr/local/bin
Intel:
sudo curl -sSL 'https://github.com/KYDronePilot/hdfm/releases/download/v2.0.0/hdfm-x86_64-apple-darwin.tgz' | sudo tar xzv -C /usr/local/bin
Windows
Run from an Administrator powershell prompt:
Invoke-WebRequest -Uri "https://github.com/KYDronePilot/hdfm/releases/download/v2.0.0/hdfm-x86_64-pc-windows-msvc.zip" -OutFile "$env:temp\hdfm.zip"
Expand-Archive -Path "$env:temp\hdfm.zip" -DestinationPath C:\Windows