glia v0.3.0 — desktop shell
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:
- Windows —
glia-shell-windows.exe - macOS —
glia-shell-macos - Linux —
glia-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-shellUnder 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