✨ A lightweight desktop AI assistant that lives in your system tray with quick global hotkey access.
- ⚡ Global Hotkey: Instantly summon the AI interface from anywhere
- 🔄 System Tray Integration: Always accessible with right-click menu
- 📡 Real-time Streaming: See responses as they're generated
- 🎤 Voice Input: Speech-to-text with microphone support
- 📝 Multiline Input: Toggle between single-line and multiline input modes with adaptive window resizing
- 📄 Markdown Support: Rich text formatting with HTML rendering
- 🎨 Modern Interface: Sleek, frameless design with smooth animations
- ⚙️ Customizable: Configurable hotkeys, API settings, and preferences
Download the latest pre-built executable from the releases page.
- Clone the repository:
git clone https://github.com/constLiakos/AI-Launcher.git
cd AI-Launcher
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python src/main.py
To build a standalone executable:
Linux/macOS:
chmod +x scripts/build.sh
./scripts/build.sh
Windows:
scripts\build.bat
Shortcut | Action |
---|---|
🔥 Global Hotkey | Quick access from anywhere (configurable) |
➖ Escape | Hide to system tray |
Ctrl+Q | Quit application |
Ctrl+S | Open settings |
↵ Enter | Send message (single-line mode) / New line (multiline mode) |
🔄 Toggle Button | Switch between single-line and multiline input |
Provider | API URL | Docs URL |
---|---|---|
Ollama | http://localhost:11434/v1 | https://github.com/ollama/ollama/blob/main/README.md#quickstart |