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:
6814c945fbf935c0a4ab743892e5d3b3c0e392c0074e7911a167983e283bed2b hakutest.AppImage
b1c83228a12fc1caf9edc2125719eeecdd42f84176bfa441fabd238d21ed84e7 hakutest.deb
205270a4006c540fb441ed9331ac45d7d7905fbf879c880536bb8fd520e948a2 hakutest-linux-x86_64.tar.gz
29b1e1b62782a625d7505e627799e5a8d894827dc56f9caca71e0e185ed36e5a hakutest-win-x86_64.zip