AI-powered desktop productivity tool with unified access to multiple LLM providers.
| Web Search | LLM Chat |
|---|---|
![]() |
![]() |
| LLM Search | Agent |
|---|---|
![]() |
![]() |
- Multi-provider LLM support - OpenAI, Anthropic Claude, Google Gemini
- Web search with AI-powered summarization
- Command agent for shell command execution with approval workflow
- Global hotkey (Ctrl+Shift+`) for quick access
- System tray integration for background operation
- Cross-platform - Windows and Linux
git clone https://github.com/boxsie/wonderbar.git
cd wonderbar
dotnet buildWindows:
dotnet run --project WonderBar.App.WindowsLinux:
dotnet run --project WonderBar.App.Linux- Launch the application
- Click the settings icon (gear) in the search bar
- Configure your LLM providers with API keys
- Select your preferred search engine
API keys and settings are stored locally in your user app data folder (%APPDATA%/wonderbar on Windows, ~/.config/wonderbar on Linux).
- Press Ctrl+Shift+` to toggle the search bar
- Use Ctrl+1/2/3/4 to switch between tabs
- Right-click the system tray icon for quick access to settings or exit
| Tab | Shortcut | Description |
|---|---|---|
| Web Search | Ctrl+1 | Search the web using your configured search engine |
| LLM | Ctrl+2 | Chat directly with your configured LLM provider |
| LLM Search | Ctrl+3 | AI-powered web search with summarization |
| Agent | Ctrl+4 | Natural language to shell commands with approval |
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.



