Clue is a cool meeting assistant desktop app to make life easier.
- JSON Config:
{ "aiModel": "gemini-2.5-pro", "apiKey": "", "theme": "dark", "opacity": 100, "selectedModeId": "focus", "modes": [ { "id": "focus", "name": "Focus", "icon": "🧘", "prompt": "Help me focus on what's important on this screen...", "category": "productivity", "isCustom": true }, { "id": "explain", "name": "Explain", "icon": "⚡", "prompt": "Explain what I'm looking at in simple terms...", "category": "help", "isCustom": true }, ... // add custom modes ] } - Move panel around screen using
Ctrl or ⌘ + ↑ ↓ ← → - Uses shortcuts to interact:
Ctrl or ⌘ + \Show/HideCtrl or ⌘ + ↵SendCtrl or ⌘ + MStart listening
- Settings panel to customize theme, modes, AI model, panel opacity and open config file.
TODO: add builds for user convenience.
bun installbun dev# For windows
bun build:win
# For macOS
bun build:mac
# For Linux
bun build:linux