A powerful macOS productivity launcher that provides Spotlight-like functionality built using native Swift/SwiftUI, inspired by Alfred and Raycast.
- Quick App Launching - Search and launch applications instantly with a global hotkey
- Global Hotkey - Trigger from anywhere with customizable shortcuts (Option+Space, Cmd+Space, or Ctrl+Space)
- Native Performance - Built with pure Swift/SwiftUI, no external dependencies
- Menu Bar App - Lives in your menu bar, always ready when you need it
- Customizable Appearance - Light, dark, or system theme with optional transparency effects
- Keyboard Navigation - Full keyboard support with arrow keys and Enter to launch
- macOS 13.7 or later
- Xcode 15.2 (for building from source)
Note: This app was built and tested on macOS 13.7 using Xcode 15.2. For Saci v0.4.1+, it was built and tested on macOS 15.7.3 using Xcode 26.2.
Download the latest .dmg from the Releases page, open it, and drag Saci into the Applications folder.
Saci is not notarized (it's distributed without an Apple Developer account), so on first launch macOS may warn it's from an unidentified developer. Either right-click the app and choose Open, or remove the quarantine flag:
xattr -dr com.apple.quarantine /Applications/Saci.appgit clone https://github.com/YoruAkio/Saci.git
cd Saci
xcodebuild -project Saci.xcodeproj -scheme Saci -configuration Release buildThe built app will be in the build/ directory.
- Press Option + Space (default) to open Saci
- Type to search for applications
- Use Arrow Keys to navigate results
- Press Enter to launch the selected app
- Press Escape to close
Contributions are welcome! Feel free to submit pull requests or open issues.
If you find a bug, please consider opening an issue with:
- A clear description of the problem
- Steps to reproduce
- Your macOS version and Xcode version
This project is licensed under the MIT License - see the LICENSE file for details.