Skip to content

Installation

v2 Beta

HackDesk v2 beta is unsigned and uses manual updates. Existing v0.1.5 installs do not update to v2 automatically. Your settings under ~/.hackdesk are reused.

On macOS, move HackDesk to Applications, then run:

sh
xattr -dr com.apple.quarantine "/Applications/HackDesk.app"

If that does not work, try to open HackDesk once. Then open System Settings → Privacy & Security, scroll to Security, and click Open Anyway. Authenticate and confirm Open.

On Windows, Microsoft Defender SmartScreen may show an unknown publisher warning. Choose More info → Run anyway to continue.

Download each new beta manually from GitHub Releases.

Report beta problems on GitHub Issues.

Stable release

The current stable release is v0.1.5.

macOS

sh
brew trust --tap eastsun5566/hackdesk && brew install --cask eastsun5566/hackdesk/hackdesk
xattr -dr com.apple.quarantine "/Applications/HackDesk.app"

If the Terminal setup does not work, try to open HackDesk once. Then open System Settings → Privacy & Security, scroll to Security, and click Open Anyway. This option is available for about one hour after the failed open attempt. Authenticate and confirm Open.

Only use these overrides for HackDesk downloaded from the official tap or GitHub Releases.

Linux

Windows

sh
winget install EastSun5566.HackDesk

You can see all releases on GitHub