A fast, keyboard-driven launcher for macOS. Quickly search and open your custom URL shortcuts and applications with a single hotkey.
- Project Search - Directly search your Zeabur projects and services by name.
- Service Status - View service counts at a glance.
- Dashboard Access - One-click access to your project dashboard.
- Custom Keywords - Create shortcuts with parameterized URLs (e.g.,
gh {param}→https://github.com/{param}) - App Search - Search and launch installed applications like Spotlight
- Autocomplete - Predictive text hints as you type
- Keyboard-First - Navigate entirely with keyboard shortcuts
- Global Hotkey - Access from anywhere (customizable)
- Lightweight - Native minimal resource usage
- Download the latest release from Releases.
- Unzip and drag
Zeal.appto your Applications folder. - Open Zeal.
- Press
⌥ Spaceto open Zeal - Start typing to search keywords or apps
- Press
Enterto execute, orTabto select a parameterized keyword - Press
Escapeto close
Once logged in, you can search for your Zeabur projects directly:
- Type your project name or service name.
- Select the project from the results.
- Press
Enterto open the project dashboard in your browser.
| Key | Action |
|---|---|
⌥ Space |
Open Zeal |
↑ / ↓ |
Navigate results |
Tab |
Accept autocomplete / Select parameterized keyword |
Enter |
Execute selected item |
Backspace |
Return from parameter input (when empty) |
Escape |
Close Zeal |
- Click the Zeal icon in the menu bar
- Select Settings...
- Click + to add a new keyword
- Enter:
- Short Name: The trigger text (e.g.,
gh) - Description: Optional description
- URL: The target URL. Use
{param}for parameters (e.g.,https://github.com/{param})
- Short Name: The trigger text (e.g.,
| Shortcut | URL | Description |
|---|---|---|
gh |
https://github.com/{param} |
Open GitHub user/repo |
g |
https://google.com/search?q={param} |
Google search |
yt |
https://youtube.com/results?search_query={param} |
YouTube search |
tw |
https://twitter.com/{param} |
Open Twitter profile |
npm |
https://npmjs.com/package/{param} |
Search npm package |
Keywords are stored in:
~/Library/Application Support/Zeal/keywords.json
You can export/import keywords from the Settings panel.
.
├── Makefile
├── README.md
└── src/
├── assets/
├── configs/
│ └── default-keywords.sample.json
├── Zeal.xcodeproj
└── Zeal/
- macOS 14.0+
- Xcode 15.0+
- Open
src/Zeal.xcodeproj - Build and run in Xcode (⌘R)
You can use the included Makefile in the project root:
# Build the application
make build
# Build and run the app
make run
# Build and run in terminal (for debug logs)
make dev
# Clean build artifacts
make clean
# Install to /Applications
make installThe compiled app will be located at build/Build/Products/Release/Zeal.app.
- HotKey - Global keyboard shortcuts
- App Intents & System Integration - Planned features for Shortcuts, Siri, and Spotlight.
MIT License © Zeabur
