A modern and efficient automated educational testing that teachers and students love.
Changes
- Allow to configure default type of the newly added task in the editor
- Add new security policy that blocks all requests to the route
- Allow to configure whether Hakutest Dashboard should be opened at startup
Installation
Windows
- Download
hakutest-win-x86_64.zip
- Extract the archive
- Run
hakutest.exe
Linux
Debian-based
- Download
hakutest.deb
- Install it:
sudo dpkg -i hakutest.deb
- Run
hakutest
AppImage
A self-contained binary is available in the .AppImage format.
- Download
hakutest.AppImage
- Give the downloaded file execution permissions:
chmod +x hakutest.AppImage
- Run
./hakutest.AppImage
Note
This option does not provide the hakuctl
binary.
Tarball
- Download
hakutest-linux-x86_64.tar.gz
- Extract the archive:
tar -xzf hakutest-linux-x86_64.tar.gz
- Run
./bin/hakutest
SHA256
7de25c96350f928d4bfe7ad13e7c8b769216a19ea27f9ec67ca10a370c241a55 hakutest.AppImage
87a37374b8ad2a56396b9c643942b1d1575e1466f3c3b895f6ea63a1f546c486 hakutest.deb
abde046865e9af1fb18eb3134afb8048187f8f4d7214c765c16069d57bf57cdc hakutest-linux-x86_64.tar.gz
da126a087ef89d0f4ff245192cfc0a0287bceb44fa806776a406b86bb5682cc2 hakutest-win-x86_64.zip