github KYDronePilot/hdfm v2.0.0
2.0.0

latest releases: v2.2.0, v2.0.1
22 months ago

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

Don't miss a new hdfm release

NewReleases is sending notifications on new releases.