Skip to content

Hakutest 1.0.0

Compare
Choose a tag to compare
@shelepuginivan shelepuginivan released this 19 Aug 03:20
· 17 commits to main since this release

Hakutest v1.0.0

This is the first stable release of Hakutest 🎉

Changes

Basically, everything is changed. Most of the Hakutest codebase has been rewritten from scratch since the last release.
Over 400 commits were made to fix previous issues and introduce new features:

  • Hakutest runs as a system tray app with a web interface
  • New strong policy-based security model
  • The web interface is now more capable: it can manipulate local files, settings, etc.
  • Updated documentation

Installation

Windows

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

Linux

Debian-based

  1. Download hakutest.deb
  2. Install it: sudo dpkg -i hakutest.deb
  3. Run hakutest

AppImage

A self-contained binary is available in the .AppImage format.

  1. Download hakutest.AppImage
  2. Run the downloaded AppImage file

Note

This option does not provide the hakuctl binary.

Tarball

  1. Download hakutest-linux-x86_64.tar.gz
  2. Extract the archive: tar -xzf hakutest-linux-x86_64.tar.gz
  3. Run ./hakutest

SHA256

eff32d91be32f190afa2e89bdf76557e3601f4e19fdbc1e15de27b3f2620be11  hakutest.AppImage
03dcd7398b5daf90aa36f848a3c48e9ba805c31df533758424999e786f0d0c37  hakutest.deb
56fa61a3af9ada164dcf4230b25bfcf40b7ec0a8b6b020dad256a28b2c1007b9  hakutest-linux-x86_64.tar.gz
aad1ca3c66955ff9d7e5cd3342e6203c640eeedc23f8b5895040c426a4bc9f31  hakutest-win-x86_64.zip