Whispr is a sleek, ultra-lightweight AI assistant that lives silently in your system tray β ready to launch with a simple hotkey. Talk to ChatGPT, open apps, run quick searches, and more β without ever opening a browser.
- β‘ Instant hotkey access: Just press
Ctrl+Shift+Space
(configurable) - π§ Powered by ChatGPT (via OpenRouter)
- π Smart web commands like
/g
,/yt
,/wiki
,/img
- π Open folders or apps with
/open
and/openfolder
- π‘ Automatic clipboard copy of AI responses
- πΆοΈ Minimal UI with a stylish blurred overlay
- Clone or Download this repo.
- Set your OpenRouter API key in
config.json
:{ "api_key": "sk-or-xxxxxxxxxxxxxxxxxxx" }
- (Optional) Customize your:
- Hotkey
- App/folder shortcuts
- Search commands
Make sure Python is installed and PyInstaller is working.
py -m pip install pyinstaller
py -m PyInstaller --onefile --noconsole --icon=icon.ico --add-data "icon.png;." main.py
Your .exe
will appear in the /dist
folder.
What's the capital of Norway?
β π¬ AI responds/g productivity hacks
β Opens Google search/yt lofi chill mix
β Opens YouTube/open notepad
β Launches Notepad/openfolder programfiles
β OpensC:\Program Files
{
"hotkey": "ctrl+shift+space",
"search_commands": {
"/g": "https://www.google.com/search?q=",
"/yt": "https://www.youtube.com/results?search_query="
},
"open_apps": {
"notepad": "C:\\Windows\\System32\\notepad.exe"
},
"open_folders": {
"programfiles": "C:\\Program Files"
}
}
Whispr was built to feel invisible until you need it β like a whisper from your desktop, powered by AI.
MIT β free for personal or commercial use. Attribution appreciated.
Made with π€ by csm