English | 中文
A fast, lightweight, native app launcher for macOS — a better alternative to the built-in Launchpad. Pure Swift, zero dependencies, ~36 MB memory.
macOS Launchpad lacks pinyin search, category-based organization, context menus, and customizable hotkeys. QuickLaunch fills these gaps while keeping the same smooth, native feel.
| Feature | Launchpad | QuickLaunch |
|---|---|---|
| Full-screen blur | ✅ | ✅ |
| Drag & drop / folders | ✅ | ✅ |
| Search | ✅ | ✅ |
| Jiggle delete mode | ✅ | ✅ |
| Auto-detect installs | ✅ | ✅ |
| Pinyin search | ❌ | ✅ |
| Auto organize by category | ❌ | ✅ |
| Usage-based sorting | ❌ | ✅ |
| Context menu | ❌ | ✅ |
| Status bar access | ❌ | ✅ |
| Custom global hotkey | ❌ | ✅ |
- Full-screen Launchpad - Blurred wallpaper background, just like native macOS
- App Grid - Display all installed applications with smooth animations
- Drag & Drop - Reorder apps by dragging, create folders by dropping one app onto another
- Folders - Organize apps into folders, rename them, dissolve when needed
- Search - Real-time filtering with Chinese pinyin support
- Auto Organize - One-click automatic organization by app category
- Global Hotkey - Press
Cmd+Shift+Spaceto launch from anywhere - Status Bar - Quick access from menu bar
- Auto Update - Automatically detects newly installed/removed apps
- Bilingual - Chinese and English based on system language
- Context Menu - Right-click for Show in Finder, Get Info, Move to Trash
brew install --cask quicklaunch- Download the latest QuickLaunch.dmg
- Open the DMG and drag
QuickLaunch.appto Applications folder - Double-click to launch
| Action | How |
|---|---|
| Open Launchpad | Cmd+Shift+Space or click status bar icon |
| Close Launchpad | Esc or click outside |
| Launch App | Click on app icon |
| Search | Start typing |
| Quick Launch | Type and press Enter |
| Create Folder | Drag one app onto another |
| Rename Folder | Click folder to open, then click name |
| Reorder Apps | Drag and drop |
| Delete Mode | Long press on any app |
| Context Menu | Right-click on app |
| Metric | Value |
|---|---|
| App Size | 1.3 MB |
| DMG Size | 454 KB |
| Memory | ~36 MB |
| Idle CPU | 0.0% |
| Dependencies | None |
Pure Swift, zero external dependencies. Icons are pre-rendered at launch for instant display with no frame drops.
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel Mac
# Clone the repository
git clone https://github.com/vorojar/QuickLaunch.git
cd QuickLaunch
# Build and create app bundle + DMG
./scripts/build.sh
# Run
open QuickLaunch.appUser data is stored in ~/Library/Application Support/QuickLaunch/:
grid_layout.json- App arrangement and foldersusage_stats.json- App usage statisticshidden_apps.json- Apps removed from Launchpad
MIT License
Keywords: macOS launcher, Launchpad alternative, Mac app launcher, macOS application launcher, Swift macOS app, pinyin search launcher, Launchpad replacement