Skip to content

Instantly share code, notes, and snippets.

@jaycem-dev
jaycem-dev / install_kanata_macos.sh
Last active February 27, 2026 21:08
Install Kanata and latest Karabiner driver on macOS
#!/usr/bin/env bash
# IMPORTANT: I don't use macOS anymore so I'll probably won't update the script anymore
# Installs Karabiner DriverKit, Kanata, and sets up LaunchDaemons (no disk logging)
set -euo pipefail
# Color variables
MAGENTA='\033[35m'