Overview
SuperCmd stores all settings in a JSON file at:General Settings
Global Shortcut
string
default:"Alt+Space"
The keyboard shortcut to open SuperCmd from anywhere in macOS.
Command+Space(requires disabling Spotlight)Option+Space(Alt+Space)Control+SpaceCommand+Shift+Space
Launch at Login
boolean
default:"false"
Automatically start SuperCmd when you log in to macOS.
Font Size
string
default:"medium"
Choose from:
extra-small, small, medium, large, extra-largeUI Style
string
default:"default"
Choose between
default or glassy (translucent window with blur effect)Base Color
string
default:""
Customize the accent color for the UI (hex color code)
Commands & Extensions
Disabled Commands
string[]
default:"[]"
Array of command IDs to hide from the launcher
Enabled Commands
string[]
default:"[]"
Whitelist of command IDs (if set, only these commands are shown)
Custom Extension Folders
string[]
default:"[]"
Additional directories to scan for extensions
Command Hotkeys
Record<string, string>
default:"{}"
Map command IDs to global keyboard shortcuts
Command Aliases
Record<string, string>
default:"{}"
Custom search terms for commands
Pinned & Recent Commands
string[]
default:"[]"
Command IDs that always appear at the top of the launcher
string[]
default:"[]"
Recently used commands (auto-managed)
Record<string, number>
default:"{}"
Launch count for frecency sorting (auto-managed)
AI Settings
See AI Providers for detailed AI configuration.boolean
default:"true"
Master switch for all AI features
boolean
default:"true"
Enable AI chat and inline prompts
boolean
default:"true"
Enable voice input (speech-to-text)
boolean
default:"true"
Enable text-to-speech (read aloud)
string
default:"openai"
Default AI provider:
openai, anthropic, gemini, ollama, openai-compatibleHyper Key
SuperCmd includes a built-in Hyper Key feature that remaps a modifier key to act as Cmd+Ctrl+Option+Shift.number | null
default:"null"
Keycode of the source key to remap (e.g., Caps Lock = 57, Right Option = 61)
boolean
default:"false"
Include Shift in the Hyper Key combination
string
default:"toggle-caps-lock"
Action when Hyper Key is pressed and released quickly:
toggle-caps-lock, escape, noneboolean
default:"false"
Show ”⌘⌥⌃⇧” as “⌘Hyper” in shortcut badges
File Search
boolean
default:"false"
Allow file search in protected system directories
Debug Mode
boolean
default:"false"
Enable verbose logging in the console
Cmd+Option+I when debug mode is enabled.
Onboarding
boolean
default:"false"
Whether the user has completed the initial onboarding
boolean
default:"false"
Whether the user has completed the Whisper voice input onboarding
Auto-Updates
number
default:"0"
Timestamp of the last update check (milliseconds since epoch)
electron-updater. You can manually check for updates by searching for “Check for Updates” in the launcher.
Command Metadata
Record<string, { subtitle?: string }>
default:"{}"
Custom subtitles for commands (set via
updateCommandMetadata() API)Settings File Location
You can manually edit the settings file while SuperCmd is closed:Resetting Settings
To reset all settings to defaults:1
Quit SuperCmd
Right-click the menu bar icon and select Quit
2
Delete settings file
3
Restart SuperCmd
Launch SuperCmd from Applications folder
Next Steps
Permissions
Configure macOS permissions
AI Providers
Set up AI integrations
Hotkeys
Customize keyboard shortcuts
Extensions
Install and manage extensions