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:
7de25c96350f928d4bfe7ad13e7c8b769216a19ea27f9ec67ca10a370c241a55 hakutest.AppImage
87a37374b8ad2a56396b9c643942b1d1575e1466f3c3b895f6ea63a1f546c486 hakutest.deb
abde046865e9af1fb18eb3134afb8048187f8f4d7214c765c16069d57bf57cdc hakutest-linux-x86_64.tar.gz
da126a087ef89d0f4ff245192cfc0a0287bceb44fa806776a406b86bb5682cc2 hakutest-win-x86_64.zip