Releases: tp-0604/olly-ai-assistant
Releases · tp-0604/olly-ai-assistant
Olly 1.2.12
Install
pip install olly-desktop
ollyolly detaches from the terminal — safe to close the terminal after launch.
Check the system tray (^ by the clock).
First run
- Complete the setup wizard to connect Ollama and download a model (~800MB).
- macOS: grant Accessibility for hotkeys and text capture.
- Linux Wayland: global hotkeys may be unavailable — use the tray menu.
See the README.
Olly 1.2.11
Install
pip install olly-desktop
ollyolly detaches from the terminal — safe to close the terminal after launch.
Check the system tray (^ by the clock).
First run
- Complete the setup wizard to connect Ollama and download a model (~800MB).
- macOS: grant Accessibility for hotkeys and text capture.
- Linux Wayland: global hotkeys may be unavailable — use the tray menu.
See the README.
Olly 1.2.10
Install
pip install olly-desktop
ollyolly detaches from the terminal — safe to close the terminal after launch.
Check the system tray (^ by the clock).
First run
- Complete the setup wizard to connect Ollama and download a model (~800MB).
- macOS: grant Accessibility for hotkeys and text capture.
- Linux Wayland: global hotkeys may be unavailable — use the tray menu.
See the README.
Olly 1.2.9
Install
pip install olly-desktop
ollyolly detaches from the terminal — safe to close the terminal after launch.
Check the system tray (^ by the clock).
First run
- Complete the setup wizard to connect Ollama and download a model (~800MB).
- macOS: grant Accessibility for hotkeys and text capture.
- Linux Wayland: global hotkeys may be unavailable — use the tray menu.
See the README.
AI Assistant 1.2.8
Download
| Platform | File | Notes |
|---|---|---|
| Windows | Olly-Setup.zip |
Recommended installer (signed Python, no unsigned exe) |
| Windows | AIAssistant-windows-x64.zip |
Portable build (advanced; may trigger AV) |
| macOS | curl -fsSL …/install.sh | bash |
Recommended — builds Olly.app locally (Gatekeeper-free) |
| macOS | AIAssistant.dmg |
Portable build (unsigned; see install notes) |
| Linux | AIAssistant-linux-x64.tar.gz |
Extract and run AIAssistant/AIAssistant |
First run
- Complete the setup wizard to connect Ollama and download a model (~800MB).
- macOS: grant Accessibility for hotkeys and text capture.
- Linux Wayland: global hotkeys may be unavailable — use the tray menu.
See the README.
v1.2.7
1.2.7
- Windows: survive closing Windows Terminal tabs (detach with breakaway from job + DETACHED_PROCESS).
- Windows: fix pip
ollyspawn (olly.exere-invoked directly, notpython.exe olly.exe). - Windows: launch-at-login registers
pythonw.exe+main.py(no console flash). - Windows: installer creates Desktop and Start Menu
.lnkshortcuts viapythonw. - Windows: fix
launch.batOllama wait loop (cmd parsing). - Single-instance guard: double-clicking the shortcut surfaces the running popup instead of spawning a duplicate.
- Onboarding: Start when I sign in checkbox (checked by default).
- macOS: screenshot/vision flow no longer auto-sends — attach image, type your question, then Enter.
- macOS: throttle foreground-app osascript lookups to reduce permission prompts.