Skip to content

glia v0.3.0 — desktop shell

Choose a tag to compare

@DenisDrobyshev DenisDrobyshev released this 22 Jul 21:24
· 13 commits to master since this release

A downloadable graphical shell for glia: a chat window that also shows the live glass box (streaming tokens, tool calls, approvals) as it happens.

Download (no Python needed)

Grab the standalone build for your OS below:

  • Windowsglia-shell-windows.exe
  • macOSglia-shell-macos
  • Linuxglia-shell-linux

Double-click to run; it opens a local chat app in your browser. Works offline in demo mode out of the box — add an Anthropic API key in Settings to chat with real Claude.

Or install from PyPI (native window)

pip install "glia-agents[shell]"
glia-shell

Under the hood

  • Runs a real glia.Agent; streams every event to a self-contained single-page UI.
  • Pure-stdlib local server (no web framework); native window via pywebview with a browser fallback.
  • Docs: https://denisdrobyshev.github.io/glia/app/ · 110→119 offline tests.

Full changelog: https://github.com/DenisDrobyshev/glia/blob/master/CHANGELOG.md