Installing Huhnitor is the first step to get started with the Deauther V3. Huhnitor is our cross-platform, open-source command-line tool built for a better Deauther V3 user experience.
Watch Huhnitor Installation - Deauther V3 Tutorial on YouTube.
[UPDATE] We now have serial.huhn.me, an online serial terminal. A great alternative to Huhnitor if you don't want to install anything. You just need a compatible browser. Learn more: blog.spacehuhn.com/serial-terminal
Quick Links
Installation on Windows

Installation on Windows is one of the easiest methods. Simply download the latest .exe file from the release page and open it. The file name should look something like "hunitor_[version]_windows.exe".
Installation on Linux (Ubuntu or similar)
If you've installed something on Ubuntu before this shouldn't be an unfamiliar process. First make sure you have snap installed, if not you can find out how to install snap here.
With snap installed all you have to do is open a terminal and run the command:
sudo snap install huhnitor --edge --devmode
After the installation has finished, you can start Huhnitor by running:
sudo huhnitor
Installation on Arch Linux
Arch users can install Huhnitor by running:
yay -S huhnitor
After the installation has finished, you can start Huhnitor by running:
sudo huhnitor
Installation on macOS

First make sure you have Homebrew installed, if not you can do so by running a single command via the terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
After that, you'll need to add the repository to your sources:
run brew tap spacehuhntech/huhnitor
Now you can install Huhnitor:
brew install huhnitor
With all of that done, you can start Huhnitor in the terminal via:
huhnitor
Compiling it yourself
Having troubles installing Huhnitor with the methods explained above?
Because this is an open-source project, so you can actually compile Huhnitor yourself!

- Huhnitor is written in the programming language rust, so you'll need to install rust. This can easily be done by going to rust-lang.org/tools/install and following the steps provided.
- Additionally, depending on your operating system, you'll either have to run
sudo apt install libudev-dev pkg-config
on Linux,
or make sure you’ve got Visual C++ Build Tools 2019 installed on Windows. - Now you can continue and download the repository by running the command
git clone https://github.com/SpacehuhnTech/Huhnitor.git
or by downloading the zip file and extracting it. - After that, you'll want to navigate to the newly created Huhnitor folder where you can execute the next step
cd Huhnitor
- Inside the Huhnitor folder you have two options:
You can either start Huhnitor directly viacargo run
or by runningcargo build --release
to create a binary file for your system.
Help us continue ❤️
Become a Github Sponsor or support us via Ko-fi!