-
Notifications
You must be signed in to change notification settings - Fork 0
Installation & Setup
CyberGems edited this page Aug 30, 2026
·
1 revision
This guide covers installing CyberLauncher, building from source, and keeping it up to date.
| Requirement | Minimum |
|---|---|
| OS | Windows 10 (64-bit) or later |
| Architecture | x64 |
| Runtime | None (Electron bundles all dependencies) |
| Disk space | ~200 MB |
| RAM | 4 GB |
- Download the latest installer from Releases
- Run the
.exeinstaller - Follow the setup wizard
- Launch CyberLauncher
- Installs the application
- Creates Start Menu shortcuts
- Creates Desktop shortcut (optional)
- Offers to start with Windows
| Tool | Version |
|---|---|
| Node.js | v18+ |
| npm | Latest |
# Clone the repository
git clone https://github.com/CyberGems/CyberLauncher.git
cd CyberLauncher
# Install dependencies
npm install
# Run in development mode
npm run dev# Build Electron app with installer
npm run build:electronThe built installer will be in the release/ folder.
# Generate icons from master files
npm run iconsCyberLauncher can launch automatically when you sign in:
- Settings β System β Start with Windows
- Or: Windows Settings β Apps β Startup β Toggle CyberLauncher
- CyberLauncher periodically checks GitHub Releases
- When an update is available, a notification appears
- Download and install from the prompt
- Go to Settings β About β Check for Updates
- Or: Download the latest installer from releases
| Data | Location |
|---|---|
| Config | %APPDATA%\CyberLauncher\cyber-launcher-config.json |
| Indexer settings | %APPDATA%\CyberLauncher\indexer_settings.json |
| Window state | %APPDATA%\CyberLauncher\window-state.json |
| Icon cache | %APPDATA%\CyberLauncher\icon-cache\ |
- Windows Settings β Apps β Installed Apps
- Find CyberLauncher β Click Uninstall
- Program files
- Start Menu shortcuts
- Auto-start entry
- Configuration and settings (in
%APPDATA%\CyberLauncher) - Icon cache
β οΈ To remove all data, manually delete%APPDATA%\CyberLauncherafter uninstalling.