Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ Whispr Public

Whispr is a sleek, minimalistic desktop assistant that lives in your system tray. Use hotkeys to search the web, launch apps or folders, and chat with ChatGPT β€” all in a beautiful, distraction-free UI. ⚑ Instant access with a global shortcut 🧠 Powered by OpenRouter (ChatGPT, Claude, and more) 🌐 Smart web & app commands (/g, /yt, /open, etc.) ✨

Notifications You must be signed in to change notification settings

csm387/Whispr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŒ™ Whispr β€” Minimal AI Chat, Right from Your Tray

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.

Whispr Screenshot


✨ Features

  • ⚑ 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

πŸ› οΈ How to Install & Run

  1. Clone or Download this repo.
  2. Set your OpenRouter API key in config.json:
    {
      "api_key": "sk-or-xxxxxxxxxxxxxxxxxxx"
    }
  3. (Optional) Customize your:
    • Hotkey
    • App/folder shortcuts
    • Search commands

πŸš€ Build to EXE

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.


πŸ”₯ Example Commands

  • 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 β†’ Opens C:\Program Files

🧩 Config Overview (config.json)

{
  "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"
  }
}

πŸ’‘ Inspiration

Whispr was built to feel invisible until you need it β€” like a whisper from your desktop, powered by AI.


🧊 License

MIT β€” free for personal or commercial use. Attribution appreciated.


Made with πŸ–€ by csm

About

Whispr is a sleek, minimalistic desktop assistant that lives in your system tray. Use hotkeys to search the web, launch apps or folders, and chat with ChatGPT β€” all in a beautiful, distraction-free UI. ⚑ Instant access with a global shortcut 🧠 Powered by OpenRouter (ChatGPT, Claude, and more) 🌐 Smart web & app commands (/g, /yt, /open, etc.) ✨

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published