Registers a system-wide hotkey
Uses Tauri's global-shortcut plugin to bind Alt+Space, toggling a transparent borderless launcher from any foreground app.
Small, sharp, no nonsense.
Tray-resident Run-style launcher bound to a global Alt+Space hotkey that resolves typed commands through Windows PATH and PATHEXT and execs them, no Start menu round-trip.
./quickrun --runUtility · Rust, Tauriready, 0 errors · offlineUses Tauri's global-shortcut plugin to bind Alt+Space, toggling a transparent borderless launcher from any foreground app.
Applies Windows' own PATH search and PATHEXT extension rules to turn a bare name like notepad or code into an executable, then spawns it.
Checks GitHub releases for newer builds and toggles start-with-Windows by writing the Run key in the Windows registry.
Sometimes you just want to type notepad and have it open, without reaching for the mouse or waiting on the Start menu. QuickRun sits in the tray and pops up on Alt+Space — type a command, hit Enter, it resolves through PATH and PATHEXT and launches it, then gets out of the way. A small, fast thing that removes a small, frequent annoyance.
Alt+Space.PATH and PATHEXT.notepad, calc, cmd, code, and installed CLI tools.PATH.Download the latest installer from:
https://github.com/Swatto86/QuickRun/releases
After installation, QuickRun runs from the tray and can be opened with Alt+Space.
Alt+Space.Examples:
| Input | Result |
|---|---|
notepad | Opens Notepad |
calc | Opens Calculator |
cmd | Opens Command Prompt |
chrome | Opens Chrome if installed and discoverable |
code | Opens VS Code if the code command is in PATH |
Right-click the tray icon to access:
QuickRun behaves like a lightweight command launcher. If you type a command without an extension, it uses Windows PATH rules and PATHEXT to find the executable. If a command does not launch, check whether the executable directory is on PATH.
git clone https://github.com/Swatto86/QuickRun.git
cd QuickRun
npm install
npm run tauri dev
Build installer:
npm run tauri build
Another application may already own Alt+Space, or Windows may reserve it in the active context. Check the tray app is running and try restarting QuickRun.
Try the full executable path. If that works, add the executable directory to PATH.
Check the system tray. QuickRun is tray-first and may already be running.
https://github.com/Swatto86/QuickRunhttps://github.com/Swatto86/QuickRun/releases