Skip to content

Setup

The latest desktop client can be downloaded from the GitHub Releases page.

Windows (Installation)

TBD

Windows (Portable)

  1. Download the latest portable ZIP archive matching your architecture (if unsure get the Windows 64-Bit Portable)
  2. Extract the files to a directory with read/write access for the current windows user account
  3. 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

  1. Download the latest DMG image matching your architecture
  2. Mount and open the DMG image with Finder
  3. Copy the HakuNeko.app application to your local Applications folder
  4. 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