github KYDronePilot/hdfm v2.0.1
2.0.1

latest release: v2.2.0
20 months ago

hdfm has been rewritten in Rust! Enjoy:

  • Blazing fast performance
  • Single binary requiring no dependencies (except nrsc5)
  • Improved modern UI layout

New in 2.0.1

  • Added logging support
  • Added Linux binaries

Installation

macOS

M1:

sudo curl -sSL 'https://github.com/KYDronePilot/hdfm/releases/download/v2.0.1/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.1/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.1/hdfm-x86_64-pc-windows-msvc.zip" -OutFile "$env:temp\hdfm.zip"
Expand-Archive -Path "$env:temp\hdfm.zip" -DestinationPath C:\Windows

Linux

Note: Untested on Linux, but Vulkan graphics is a requirement of underlying dependencies.

# x86_64
sudo curl -sSL 'https://github.com/KYDronePilot/hdfm/releases/download/v2.0.1/hdfm-x86_64-unknown-linux-musl.tgz' | sudo tar xzv -C /usr/local/bin
# aarch64
sudo curl -sSL 'https://github.com/KYDronePilot/hdfm/releases/download/v2.0.1/hdfm-aarch64-unknown-linux-musl.tgz' | sudo tar xzv -C /usr/local/bin

Don't miss a new hdfm release

NewReleases is sending notifications on new releases.