A cute, draggable, AI-powered desktop assistant built with Python, Tkinter, and Ollama. Click the floating character to open the chat bubble!
- ๐งฉ Tiny floating assistant with click-to-chat interface
- ๐ค Multi-model support from Ollama
- ๐ช Lightweight GUI
- ๐งต Multithreaded design to avoid GUI freezing
- ๐ป Runs locally, no API keys required!
- Clone the repository
git clone https://github.com/yegekucuk/jay.git
cd jay- Install dependencies
# For virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt# If you use virtual environment:
source venv/bin/activate
python src/main.pyThe assistant will appear in the bottom-right corner of your screen. Click on it to start chatting!
Right-click the character to:
- Toggle the chat bubble
- Open settings
- Close the application
Built by Yunus Ege Kรผรงรผk. The software is licensed under the GPL-3 License.
