Download SuperCmd
SuperCmd is currently available for macOS only (both Apple Silicon and Intel).Apple Silicon (M1/M2/M3/M4)
Download
SuperCmd-x.x.x-arm64.dmgIntel Mac
Download
SuperCmd-x.x.x.dmgLatest version: v1.0.5 — Check the releases page for the most recent build.
Install the App
Handle macOS Security Warnings
On first launch, macOS may display a security warning because SuperCmd is not notarized by Apple (yet).How to bypass the warning
Find the blocked app
Scroll down to the Security section. You should see:
“SuperCmd was blocked from use because it is not from an identified developer.”
Click 'Open Anyway'
Click the Open Anyway button next to the message.You may need to authenticate with Touch ID or your password.
Grant Required Permissions
SuperCmd needs several macOS permissions to function properly. The app will prompt you on first use, or you can enable them manually.Required Permissions
Accessibility (Required)
Accessibility (Required)
Why: Enables window management, keystroke injection for snippet expansionRequired for:
- Window tiling and positioning
- Snippet expansion
- Script commands that manipulate windows
- Open System Settings → Privacy & Security → Accessibility
- Find SuperCmd in the list
- Toggle it on
- Restart SuperCmd
If SuperCmd is not in the list, click the + button and navigate to
/Applications/SuperCmd.app.Input Monitoring (Required)
Input Monitoring (Required)
Why: Detects global hotkeys (launcher shortcut, hold-to-speak)Required for:
- Core launcher functionality (default:
Cmd + Space) - Voice input hotkey (hold to speak)
- Custom keyboard shortcuts
- Open System Settings → Privacy & Security → Input Monitoring
- Find SuperCmd in the list
- Toggle it on
- Restart SuperCmd
Microphone (Optional)
Microphone (Optional)
Why: Voice dictation (speech-to-text)Required for:
- Hold-to-speak voice input
- Voice commands
- Wispr Flow-style dictation
- Open System Settings → Privacy & Security → Microphone
- Find SuperCmd in the list
- Toggle it on
Automation (AppleScript) (Optional)
Automation (AppleScript) (Optional)
Why: Selected text capture, system automation, extension actionsRequired for:
- Capturing selected text from other apps
- Running AppleScript-based extensions
- Automating macOS system features
- Open System Settings → Privacy & Security → Automation
- Find SuperCmd in the list
- Enable automation for the apps you want SuperCmd to control (e.g., Finder, Safari)
SuperCmd will prompt you for automation access when you first try to use a feature that requires it.
Permission Summary Table
| Permission | Status | Why | Required for |
|---|---|---|---|
| Accessibility | Required | Window management, keystroke injection | Window tiling, snippet expansion |
| Input Monitoring | Required | Global hotkey detection | Core launcher functionality |
| Microphone | Optional | Voice dictation (speech-to-text) | Voice features |
| Automation | Optional | Selected text capture, system automation | Extension actions |
First Launch Configuration
Complete the onboarding
SuperCmd will guide you through:
- Setting your preferred hotkey
- Granting necessary permissions
- Choosing default settings
Auto-Updates
SuperCmd includes a built-in auto-updater powered byelectron-updater.
Automatic Updates
SuperCmd checks for updates on launch and downloads them in the background.
Manual Check
Search for “Check for Updates” in the launcher to manually check.
Verify Installation
To confirm SuperCmd is installed correctly:Check the version
Open SuperCmd and search for “About SuperCmd”You should see version 1.0.5 (or later).
Test permissions
- Press your global hotkey (
Cmd + Space) — the launcher should appear - Try typing a command — results should filter as you type
- Open Settings → check that all permissions show as granted
Troubleshooting
Launcher doesn't open with keyboard shortcut
Launcher doesn't open with keyboard shortcut
Solution:
- Check that Input Monitoring permission is enabled
- Restart SuperCmd
- Try changing the global hotkey in Settings → General
- Make sure no other app is using the same shortcut (e.g., Spotlight, Raycast)
Window management doesn't work
Window management doesn't work
Solution:
- Verify Accessibility permission is granted
- The Swift binary
window-adjust.swiftchecksAXIsProcessTrusted() - Restart SuperCmd after enabling Accessibility
Extensions fail to install
Extensions fail to install
Solution:
- Verify Homebrew is installed (
brew --version) - SuperCmd uses Homebrew-resolved
gitto clone extensions from GitHub - Check your internet connection
- Try manually running:
git clone https://github.com/raycast/extensions.git
Voice input not working
Voice input not working
Solution:
- Grant Microphone permission
- Check that your microphone is working in other apps
- Verify the microphone is selected in System Settings → Sound → Input
App crashes on launch
App crashes on launch
Solution:
- Check the logs:
~/Library/Logs/SuperCmd/main.log - Try deleting settings:
rm -rf ~/Library/Application\ Support/SuperCmd/ - Reinstall SuperCmd from a fresh download
- Report the issue on GitHub Issues
Still having issues?
Join our Discord community for real-time support
Next Steps
Now that SuperCmd is installed, learn the basics:Quick Start Guide
Run your first command and explore core features
Configure AI Providers
Set up OpenAI, Claude, or Ollama
Install Extensions
Browse and install Raycast extensions
Customize Hotkeys
Set up your preferred keyboard shortcuts