Installation
Hakutest is available for Windows and Linux. Follow the instructions for your operating system.
Notice the badge below. It shows the latest version of Hakutest. If your version (you can check this in Dashboard) is lower, you can update it to the latest version by following the installation instructions for your operating system.
Windows
- Download
hakutest-win-x86_64.zip
; - Extract the archive;
- Run
hakutest.exe
.
Linux
Debian-based distributions
On Debian-based distributions (like Ubuntu), you can install Hakutest as a deb package:
- Download
hakutest.deb
; - Install the package by running
sudo dpkg -i hakutest.deb
; - Run
hakutest
.
AppImage
- Download
hakutest.AppImage
; - Give the file execution permissions:
chmod +x ./hakutest.AppImage
- Run
./hakutest.AppImage
Tarball
- Download
hakutest-linux-x86_64.tar.gz
; - Extract the archive, e.g. with
tar -xzf hakutest-linux-x86_64.tar.gz
; - Run
./bin/hakutest
.
SHA256
Below are the checksums for each file in the sha256
format:
66162c7884ea816eeb3e75dd2c6a2a56e460046e2cdd94292cefce4403e8a1e2 hakutest.AppImage
68cd545c4883d108b4297ee6423b12ce23a9086e5b00910e5a57d19bfaa1f002 hakutest.deb
a1a435b867c3e7c98615c1df2f7513be25c4eb8981e3d6e6024fe9a152ba223e hakutest-linux-x86_64.tar.gz
9a7da46b2f2dec13121b38b38024e9a16d59839bddd52ad820177d1a8adf17e9 hakutest-win-x86_64.zip