A desktop search application, inspired by the macOS Spotlight, built with Electron and Vue. It offers fast file search, an application launcher and can also function as an emoji picker.
Runs seamlessly in the background, ready to open with Ctrl + Space (default shortcut). Fully customizable via the settings menu, accessible through the gear icon or the tray icon's context menu.
- Universal Search - Search files, folders, applications and emoji from a single, invokable search interface
- Multi-Platform Support - Works on Windows and Linux
- Keyboard Navigation - Navigate search results with arrow keys
- App Launcher - Auto-detects all applications and installed games (initial indexing may take a few minutes)
- Intelligent Indexing - Fast background content indexing with adaptive performance optimization
- Favorites System - Mark frequently used items as favorites for quick access
- Customizable Settings - Choose between dark/light mode, accent colors, and configurable search shortcut (default: Ctrl + Space)
| Application Search | Emoji Picker |
|---|---|
![]() |
![]() |
| Find and launch all installed applications | Copies emoji directly into your clipboard |
| Category | Technologies |
|---|---|
| Frontend | Vue 3, Vue Router, Pinia |
| UI | Tailwind CSS v4, HeadlessUI |
| Backend | Electron |
| Storage | SQLite, electron-store |
- Node.js 16+
- npm, yarn or pnpm
# Install dependencies
npm install
# Start development server
npm run dev
# Start with file watching
npm run dev:watch# Windows installer
npm run build:win
# Linux packages (AppImage, deb)
npm run build:linux- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
| Permission | Condition | Limitation |
|---|---|---|
| ✅ Commercial Use | 📋 Must remain open source | ❌ No liability |
| ✅ Distribution | 📋 Must use the same license | ❌ No warranty |
| ✅ Modification | 📋 Must disclose source changes | |
| ✅ Private Use |
For more details, see GNU GPL v3.0
Wallpaper Credit: Paul Pastourmatzis




