Skip to content

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.

Latest Hakutest Release

Windows

  1. Download hakutest-win-x86_64.zip;
  2. Extract the archive;
  3. Run hakutest.exe.

Linux

Debian-based distributions

On Debian-based distributions (like Ubuntu), you can install Hakutest as a deb package:

  1. Download hakutest.deb;
  2. Install the package by running sudo dpkg -i hakutest.deb;
  3. Run hakutest.

AppImage

  1. Download hakutest.AppImage;
  2. Give the file execution permissions: chmod +x ./hakutest.AppImage
  3. Run ./hakutest.AppImage

Tarball

  1. Download hakutest-linux-x86_64.tar.gz;
  2. Extract the archive, e.g. with tar -xzf hakutest-linux-x86_64.tar.gz;
  3. 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

Hakutest is released under the MIT License.