Features Install Docs GitHub Mastodon

Keyboard-driven Productivity

Launch apps, run commands, and control your Mac with elegant simplicity

SwiftKey Demo

Features

Keyboard First

Navigate your entire workflow without touching the mouse

Multiple Styles

Choose between Panel, HUD, or Menu Bar interfaces

YAML Config

Simple yet powerful configuration in YAML format

Dynamic Menus

Generate menus dynamically with shell commands

SF Symbols

Beautiful native macOS icons for your menus

Deep Linking

Control SwiftKey from other applications

SwiftKey Demo

Classic Panel

Familiar grid layout with app icons

SwiftKey Demo

Minimal HUD

Compact interface near the notch

SwiftKey Demo

Menu Bar Mode

Ultra-compact menu bar presence

Installation

Direct Download

Download the latest release from GitHub

Download

Homebrew

Install via Homebrew package manager

brew install --cask swiftkey

Configuration


# SwiftKey Configuration Example
- key: "m"
  icon: "message.fill"
  title: "Messaging"
  submenu:
    - key: "s"
      title: "Slack"
      action: "launch:///Applications/Slack.app"
    - key: "z"
      title: "Zoom"
      action: "launch:///Applications/zoom.us.app"
    - key: "m"
      title: "Messages"
      action: "launch:///System/Applications/Messages.app/"
- key: "s"
  icon: "terminal"
  title: "Run Command"
  action: "shell://'say beep'"
  sticky: true