Skip to content

Releases: tp-0604/olly-ai-assistant

Olly 1.2.12

11 Jun 07:17

Choose a tag to compare

Install

pip install olly-desktop
olly

olly detaches from the terminal — safe to close the terminal after launch.
Check the system tray (^ by the clock).

First run

  1. Complete the setup wizard to connect Ollama and download a model (~800MB).
  2. macOS: grant Accessibility for hotkeys and text capture.
  3. Linux Wayland: global hotkeys may be unavailable — use the tray menu.

See the README.

Olly 1.2.11

11 Jun 05:48

Choose a tag to compare

Install

pip install olly-desktop
olly

olly detaches from the terminal — safe to close the terminal after launch.
Check the system tray (^ by the clock).

First run

  1. Complete the setup wizard to connect Ollama and download a model (~800MB).
  2. macOS: grant Accessibility for hotkeys and text capture.
  3. Linux Wayland: global hotkeys may be unavailable — use the tray menu.

See the README.

Olly 1.2.10

11 Jun 05:22

Choose a tag to compare

Install

pip install olly-desktop
olly

olly detaches from the terminal — safe to close the terminal after launch.
Check the system tray (^ by the clock).

First run

  1. Complete the setup wizard to connect Ollama and download a model (~800MB).
  2. macOS: grant Accessibility for hotkeys and text capture.
  3. Linux Wayland: global hotkeys may be unavailable — use the tray menu.

See the README.

Olly 1.2.9

11 Jun 04:40

Choose a tag to compare

Install

pip install olly-desktop
olly

olly detaches from the terminal — safe to close the terminal after launch.
Check the system tray (^ by the clock).

First run

  1. Complete the setup wizard to connect Ollama and download a model (~800MB).
  2. macOS: grant Accessibility for hotkeys and text capture.
  3. Linux Wayland: global hotkeys may be unavailable — use the tray menu.

See the README.

AI Assistant 1.2.8

10 Jun 20:29

Choose a tag to compare

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

  1. Complete the setup wizard to connect Ollama and download a model (~800MB).
  2. macOS: grant Accessibility for hotkeys and text capture.
  3. Linux Wayland: global hotkeys may be unavailable — use the tray menu.

See the README.

v1.2.7

10 Jun 19:30

Choose a tag to compare

1.2.7

  • Windows: survive closing Windows Terminal tabs (detach with breakaway from job + DETACHED_PROCESS).
  • Windows: fix pip olly spawn (olly.exe re-invoked directly, not python.exe olly.exe).
  • Windows: launch-at-login registers pythonw.exe + main.py (no console flash).
  • Windows: installer creates Desktop and Start Menu .lnk shortcuts via pythonw.
  • Windows: fix launch.bat Ollama 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.

v1.2.6

10 Jun 10:35

Choose a tag to compare

1.2.6

  • Windows: fix olly failing silently after terminal detach (re-invoke sys.executable + sys.argv instead of a fresh -c subprocess so Qt plugin paths are preserved).

v1.2.5

10 Jun 09:58

Choose a tag to compare

1.2.5

  • Windows: spawn detached child via pythonw + CREATE_NO_WINDOW for reliable tray startup.
  • Print a one-line confirmation when starting from a terminal.

v1.2.4

10 Jun 09:36

Choose a tag to compare

1.2.4

  • Add bootstrap.py entry point so terminal detach runs before PyQt/app imports.
  • Windows: spawn the olly.exe launcher directly in the detached child.

v1.2.3

10 Jun 09:16

Choose a tag to compare

1.2.3

  • Fix Windows crash when olly detaches from the terminal (sys.stdout is None; skip console log handler, file log unchanged).