ใ ๐๐ป๐ฝ๐๐ ๐๐ฎ๐ฟ ใ
A fast application launcher for Windows, triggered by a global keyboard shortcut.
Minimal interface, plugin-based, fully configurable through JSON files.

โจ Featuresโ
- App search โ fuzzy search across all installed apps (Start Menu, LOCALAPPDATA, Windows registry, UWP/Store)
- File search โ integrates voidtools Everything for instant file and folder search
- Built-in calculator โ type
2 + 2, the result appears and copies to clipboard - System commands โ lock, sleep, restart, shutdown (with confirmation step)
- Result submenu โ press
โon any app or file to access Start as admin / Open folder / Copy file path - Shell shortcuts โ named command shortcuts with fuzzy search, per-entry shell override
- Customizable shortcuts โ standard keys or Windows key via low-level hook
- Fully themeable โ colors, borders, transparency, icon tints via JSON
- IPC pipe โ can be triggered from external scripts (AutoHotkey, etc.)
- User data persistence โ updates inject new keys without overwriting existing settings
๐ ๏ธ Tech Stackโ
- Python 3.11+
- PyQt6
- rapidfuzz
- pywin32 (optional โ .lnk shortcut resolution + exe icon extraction)
๐ง Versioningโ
_version.py is auto-generated by CMake at build time from _version.py.in and is gitignored.
In dev mode (running from source) it is absent โ Updater.py catches the ImportError and skips the update check.
Never edit _version.py manually; bump the version in build/project.json instead.
๐ Licenseโ
GPL-3.0 license - see LICENSE for details.
Documentationโ
Installation
{/ tabs:start /}
Releases
InputBar v2.0.1
Configuration
All configuration files live in the Data/ folder โ created automatically on first launch.
Create a plugin
Clone the repository
Hotkeys
A huge shout-out to my friend @vlad-samp.
External Trigger (IPC)
InputBar listens on a local pipe InputBarSingletonLock.
Plugins
5 items
Settings
Keywords: settings ยท โ type settings in InputBar to reload or open this file
Themes
Themes control the full visual appearance of InputBar. They are stored as .json files in Data/Themes/.