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:
fae44b53c2d8056aff5dcdbb5a8976eab9184dd930a0af96f77e3ca55118283a hakutest.AppImage
06b19324730b7ff437fd540705f8fe387eb2f3f5a16325eba70af359e9d17227 hakutest.deb
f90cbabb60b74af418fec918233e6c8d6b7a7a71075a2aca21d42e8c32d89599 hakutest-linux-x86_64.tar.gz
bf3d274dadb812bb3c2e50f05a81fde0a8e861c863c663bde68fbbab785a4977 hakutest-win-x86_64.zip