A sleek, keyboard-driven app launcher & file finder & web search — powered by AutoHotkey v2 + Windows Terminal.
| 🚀 App Launcher | Fuzzy search & launch apps | 📁 File Finder | Fuzzy search & open files |
| 🌐 Web Search | Quick search with configurable engine | 🎨 20 Themes | Nord, Dracula, Catppuccin, etc. |
| 🖼️ Decorated Border | GDI region-based rounded border | ⚙️ INI Config | Auto-generated, hot-reload |
| 🖱️ System Tray | Quick theme switch & reload | ⌨️ Hotkeys | Fully configurable keybindings |
Built as a lightweight launcher that doesn't need Electron or a browser — just AHK + Windows Terminal.
- AutoHotkey v2 → https://www.autohotkey.com/
- Windows Terminal → https://github.com/microsoft/terminal
- PowerShell 7 (pwsh.exe) for launcher scripts
- Clone or download
launcher_V1.2.ahk - Copy PowerShell scripts to
C:\Tools\launcher\(or editconfig.jsonpaths) - Import
config.jsoninto Windows Terminal settings - Run
launcher_V1.2.ahk
| Action | Default Hotkey |
|---|---|
| 🚀 App Launcher | Alt + Space |
| 📁 File Finder | Alt + Shift + Space |
| 🌐 Web Search | Alt + W |
20 built-in themes, switchable from system tray menu:
nord · tokyonight · dracula · gruvbox · monokai
solarized-dark · solarized-light · catppuccin-mocha · catppuccin-latte
onedark · ayu-dark · github-dark · rose-pine · everforest
kanagawa · material-deep · nightfox · palenight · horizon · oxocarbon
Config file auto-created at:
%USERPROFILE%\.config\AHK_Launcher\launcher.ini
| Section | Purpose |
|---|---|
[General] |
Active theme |
[Colors] |
Custom colors (used when theme = custom) |
[Window] |
Launcher window size & position |
[Border] |
Decorative border settings |
[Paths] |
Windows Terminal path |
[Hotkeys] |
Custom keybindings |
- 🆕 20 themes — added 10+ new theme presets
- 🆕 Border frame — GDI region-based rounded border with configurable thickness/radius/opacity
- 🆕 Config auto-init — auto-generates config on first run
- 🔧 Hotkey normalization — human-readable hotkey format in INI (e.g.
Alt+Space)
- PowerShell scripts updated with fuzzy matching
- Windows Terminal config integration
- Initial release: App Launcher, File Finder, Web Search
MIT © 2026 EngineeringMechanicsB