Setup
The latest desktop client can be downloaded from the GitHub Releases page.
Windows (Installation)
TBD
Windows (Portable)
- Download the latest portable ZIP archive matching your architecture (if unsure get the Windows 64-Bit Portable)
- Extract the files to a directory with read/write access for the current windows user account
- Open the extracted directory and start the hakuneko-app.exe binary
IMPORTANT
In case the binary file is missing, ensure that it was not removed by your anti-virus programm such as Windows Defender.
MacOS
- Download the latest DMG image matching your architecture
- Mount and open the DMG image with Finder
- Copy the HakuNeko.app application to your local Applications folder
- Open Launchpad and start HakuNeko
IMPORTANT
When MacOS complains that the application is damaged, launch a terminal alongside the HakuNeko.app folder and remove the extended attributes.
zsh
xattr -r -c ./HakuNeko.app
When MacOS complains that the application can't be opened, launch a terminal alongside the HakuNeko.app folder and add the executable permission.
zsh
chmod -R +X ./HakuNeko.app
IMPORTANT
Confirm MacOS dialogs about verifying the application or an unknown developer with the Done button. Afterwards make sure to unblock HakuNeko in Settings » Privacy & Security with the Open Anyway button.
Linux
TBD