A fast, offline application launcher for Windows that lets you quickly find and start applications.
- Global Hotkey (Shift+F) – Instantly search and launch apps.
- Fast & Lightweight – Optimized for minimal resource usage.
- Portable & Installer Versions – Choose the best fit for your needs.
- Modern Dark Interface – Clean and distraction-free design.
- Comprehensive Scanning – Finds all installed applications quickly.
- Appears in Center of Screen – Easy to access without interfering with workflow.
- Installer Version: Download OfflineLauncher_Setup.exe
- Portable Version: Download OfflineLauncher_portable.zip
- Download
OfflineLauncher_Setup.exe
from the link above. - Run the installer and follow the on-screen instructions.
- Once installed, launch the app using the Shift + F shortcut.
- Download
OfflineLauncher_portable.zip
. - Extract the ZIP file to your preferred location.
- Run
OfflineLauncher.exe
– no installation required!
- Launch quickly: Press Shift + F to open the search bar.
- Type and search: Instantly find apps and open them.
- Minimal design: Simple and distraction-free interface.
- Navigation:
- Press Enter to launch the selected application.
- Press Escape to hide the launcher.
- Use Up/Down arrows to navigate through results.
Contains the main source code for the application:
launcher.py
- Main application source coderequirements.txt
- Python dependencieslaunch.bat
- Quick launch batch script
Contains visual assets for the application:
app_icon.png
- Application icon in PNG formatapp_icon.ico
- Application icon in ICO format for Windows
Contains documentation:
README.md
- Main application documentationINSTALLER_README.md
- Installation instructions
Contains scripts and specs for building the application:
build_portable.py
- Script to build the portable versionbuild_installer.py
- Script to build the Windows installerfix_startup_issue.py
- Script to fix Windows startup issuesOfflineLauncher.spec
- PyInstaller spec file
Contains installer-related files:
OfflineLauncher_installer.nsi
- NSIS installer scriptOfflineLauncher_Setup.exe
- Windows installernsis/
- NSIS setup files
Contains portable versions of the application:
OfflineLauncher_portable.zip
- Portable version (ZIP)OfflineLauncher_Installer/
- Installer distribution folder
Auto-generated build directories used by PyInstaller
To build from source:
- Install requirements:
pip install -r src/requirements.txt
- Build portable:
python build_tools/build_portable.py
- Build installer:
python build_tools/build_installer.py
If not all applications are showing up:
- Run the launcher as administrator once to ensure it can access all registry locations.
- Wait for the initial scan to complete (may take a moment on first run).
- Check the console for any error messages during scanning.
If hotkeys don't work:
- Make sure another application isn't already using the same hotkeys.
- Try running the launcher as administrator.
- Check the console for any error messages related to hotkey registration.
- Note that the keyboard library requires administrative privileges on some systems.
This project is licensed under the MIT License – see the LICENSE
file for details.
Feel free to contribute and improve OfflineLauncher! Fork, star ⭐, and submit PRs!