-
-
Notifications
You must be signed in to change notification settings - Fork 22
Installation
Enubia edited this page Jun 9, 2026
·
1 revision
Download the latest build for your operating system from the releases page.
| Platform | Download |
|---|---|
| macOS (Universal) | ghost-chat-macos.zip |
| Windows | ghost-chat.exe |
Ghost Chat is free and open source. There are no premium tiers, subscriptions, or ads.
The first time you launch Ghost Chat, Windows Defender SmartScreen may show a "Windows protected your PC" message. This appears because Ghost Chat is not signed with a Microsoft certificate.
- Click More info.
- Click Run anyway.
You only need to do this once.
This happens because Ghost Chat is not code-signed with an Apple developer certificate. To allow it:
- Open Finder and locate Ghost Chat.
- Control+Click (right-click) the app.
- Select Open.
- Click Open in the dialog.
macOS remembers your choice, so future launches open normally.
This is the same code-signing limitation as above, surfaced differently by Gatekeeper. The quickest fix is to clear the quarantine attribute. Open Terminal and run:
xattr -rd com.apple.quarantine /Applications/ghost-chat.appThen launch the app normally.