A full-screen launcher for Windows
A full-screen, glassmorphic application launcher built with Electron + React + TypeScript. Designed to replace the traditional Windows Start Menu, CyberLauncher provides a fast, keyboard-driven workflow to organize, search, and launch your apps, all wrapped in a sleek modern interface with neon accents.
Free and open source (GPLv3): no ads, no tracking, and no data collection. Just enjoy it.
The Windows Start Menu works, but it's slow, cluttered, and mouse-driven. CyberLauncher reimagines app launching from the ground up: type to search, hotkey to summon, click to launch. No more digging through nested folders or scrolling through an alphabet soup of icons.
| Need | Solution |
|---|---|
| Replace the clunky Start Menu | Full-screen, keyboard-driven launcher with instant fuzzy search |
| Find anything on your PC | Hybrid indexing engine β Everything-grade file search across all drives |
| Stay organized | Color-coded categories, favorites bar, drag-to-reorder, taskbar pins |
| Launch from anywhere | Global hotkey, hot corners, per-app custom shortcuts |
| Track your workflow | Execution history, scheduled launches, console command runner |
| Make it yours | Background images, gradients, glass effects, opacity, UI scale |
- Instant Launch β Open any app, shortcut (.lnk), or URL with a single click or Enter
- Fuzzy Search β Start typing to instantly filter your app library (no exact match needed)
- System-Wide File Search β Hybrid indexing engine finds files, folders, and apps across all drives
- UWP / Windows Store Support β Natively scan, import, and launch UWP & MSIX apps via AUMID
- Console Mode β Type
>in search to execute shell commands directly
- Custom Categories β Organize apps into color-coded categories with inline editing
- Favorites & Drag-to-Reorder β Pin most-used apps with drag & drop reordering
- Taskbar β Customizable bottom bar with pinned apps for quick access
- Resizable Panels β Drag to resize the category sidebar and most-used panel
- Global Shortcut β Show/hide with a customizable keyboard shortcut (default:
Alt+Shift+L) - Hot Corners β Activate the launcher by moving your cursor to any screen corner
- Multi-Monitor Support β Choose which display CyberLauncher appears on (including "Follow cursor")
- Auto-Hide on Blur β Launcher hides automatically when switching to another window
- System Monitor β Real-time RAM, CPU, and disk usage in the top bar
- Storage HUD β View free space and status of all system drives
- Execution Scheduler β Schedule app launches or console commands with a countdown timer
- Execution History β Track and reopen everything you've launched, with clear-history option
- Theming β Background images, gradients, solid colors, glass intensity, and opacity controls
- UI Scale β Adjust the interface size to your preference
- Bilingual UI β Full English and Spanish interface with instant language switcher
- Run as Administrator β Per-app option to request elevated privileges on launch
- Per-App Global Shortcuts β Assign custom hotkeys to launch any app from anywhere
- Drag & Drop from Explorer β Drag
.exeor.lnkfiles directly into the launcher to add them - Auto-Updates β Automatic update checks and downloads via GitHub releases
- Export / Import β Backup and restore your entire configuration as JSON
- Single Instance β Only one instance runs at a time; second launches focus the existing window
- Launch with Windows β Optionally start minimized or visible at system boot
- Platform: Windows (primary target)
- Framework: Electron 42 + React 19 + TypeScript
- Bundler: Vite 6
- Styling: Tailwind CSS 4 + Motion (Framer Motion)
- Installer: electron-builder (NSIS)
- Updater: electron-updater (GitHub releases)
CyberLauncher/
βββ electron/
β βββ main.ts Electron main process (window, tray, IPC, hotspots, indexer)
β βββ preload.ts Context bridge (IPC API exposed to renderer)
β βββ display-resolve.ts Multi-monitor display resolution logic
β βββ updater.ts Auto-update via electron-updater + GitHub Releases
βββ scripts/
β βββ generate-icons.mjs Icon generation pipeline (sharp)
βββ src/
β βββ App.tsx Main React application (all UI logic)
β βββ main.tsx React entry point
β βββ index.css Global styles, Tailwind, font imports
β βββ locales.ts i18n (English / Spanish)
β βββ AboutModal.tsx About & update dialog
β βββ Tooltip.tsx Reusable tooltip component
βββ public/ Static assets & icons
βββ vite.config.ts Vite + Electron plugin configuration
βββ tsconfig.json TypeScript configuration
git clone https://github.com/CyberGems/CyberLauncher.git
cd CyberLauncher
npm install
npm run devnpm run build:electronThe installer will be in the release/ directory.
npm run lintWindows may show a SmartScreen warning the first time you run the CyberLauncher installer: this is an unsigned hobby app, so Windows hasn't built reputation for the file yet. This is expected; the source is public so you can inspect exactly what it does.
To continue:
- Click More info.
- Click Run anyway.
| Key | Action |
|---|---|
Alt+Shift+L |
Show/hide CyberLauncher (customizable) |
> (in search) |
Switch to console mode (execute shell commands) |
Enter |
Launch selected app / execute console command |
Esc |
Close menu / clear search |
β β |
Navigate search results |
β β |
Navigate sidebar menu |
Ctrl+β / Ctrl+β |
Cycle search filter (Mixed / Apps / Folders / Files) |
Tab (in system search) |
Return to normal launcher search |
Iβve spent countless hours building and refining CyberLauncher for my own use. I recently decided to share it with the world as part of the CyberGems set of free and open-source tools.
If youβd like to support future updates, Iβd truly appreciate it. You can also show your support by starring the repo on GitHub. Thank you! π
Crypto donations (BTC, ETH, USDT, LTC) β click to view addresses
β οΈ Send only the selected asset on the indicated network. Using the wrong network will result in permanent loss of funds.
CyberLauncher is distributed under the terms of the GNU General Public License v3.0. See LICENSE for the full license text.
Copyright (C) 2026 CyberGems
For frequently asked questions, troubleshooting guides, and detailed configuration instructions, visit the FAQ or the online documentation.
Made by CyberGems
More free, open-source, privacy-first apps from CyberGems:
| App | Description |
|---|---|
| πΒ CyberClock | Desktop clock with analog & digital display, calendar, timer, stopwatch and relaxation module. |
| π’Β CyberFeeds | High-performance, local-first RSS and Atom reader built for speed, privacy and clean reading. |
| π»Β CyberManager | Lightweight, high-performance task manager, virtualized and NT-native, a powerful Task Manager alternative. |
| πΒ CyberNotes | Privacy-focused note-taking app with rich text, folders, tabs and bcrypt-protected local storage. |
| β‘Β CyberPaste | Privacy-first clipboard manager for text, code, images, HTML and files. |
| πΈΒ CyberSnap | Screen capture and annotation suite with vector tools, high-speed OCR, screen recording and color picker. |
| βΒ CyberTray | High-performance tray launcher with hotspots, system monitoring, process manager and PIN-protected file vault. |
| π«Β CyberViewer | Full-featured image viewer and editor engineered for casual and power users. |
| π‘οΈΒ CyberWall | User-friendly Windows firewall with real-time per-app rules powered by the WFP kernel engine. |



