Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/tinkerer9/collabokeys/llms.txt

Use this file to discover all available pages before exploring further.

CollaboKeys runs on macOS only on the host side — the key-emulation layer depends on the CoreGraphics framework, which is exclusive to Apple platforms. Players connect through any modern browser, so they have nothing to install. Getting the host app up and running typically takes under two minutes whether you prefer downloading a prebuilt release or compiling from source.
The fastest way to get started is to download the prebuilt .dmg from GitHub Releases.
1

Download the DMG

Go to https://github.com/tinkerer9/CollaboKeys/releases/latest and download the .dmg file listed under Assets.
2

Install the app

Open the downloaded disk image. Drag the CollaboKeys icon into your Applications folder, then eject the disk image.
3

Launch CollaboKeys

Open Finder → Applications and double-click CollaboKeys to launch it.
macOS may show: “CollaboKeys is damaged and can’t be opened.”This is a Gatekeeper quarantine warning. CollaboKeys is not signed or notarized through Apple’s Developer Program, so macOS flags it with a quarantine attribute when it is downloaded from the internet. To remove the attribute and allow the app to launch, open Terminal and run:
xattr -dr com.apple.quarantine /Applications/CollaboKeys.app
After running that command, try launching CollaboKeys again. This is a standard one-time fix for open-source macOS apps that are not distributed through the Mac App Store.

Accessibility permission

CollaboKeys requires macOS Accessibility permission to emulate keypresses through the CoreGraphics framework. Without it, the app can receive key events from players but cannot inject them into the active application on the host machine.
Granting Accessibility access:
  • On first launch, macOS will display a system prompt asking for Accessibility access. Click Open System Settings and enable the toggle next to CollaboKeys under Privacy & Security → Accessibility.
  • If the automatic prompt does not appear, open System Settings → Privacy & Security → Accessibility manually, click the + button, and add CollaboKeys from your Applications folder.
You only need to grant this permission once. macOS remembers the setting across relaunches.

Build docs developers (and LLMs) love