Releases: gryszzz/open-thymos
Release list
OpenThymos v0.8.3 — stable
OpenThymos v0.8.3 — stable
The official production download. Desktop and CLI drive the same local governed runtime.
🖥 Desktop · ⌨️ CLI
All platforms at the latest release. One line (macOS/Linux): curl -fsSL https://raw.githubusercontent.com/gryszzz/open-thymos/main/scripts/get.sh | sh · Container: ghcr.io/gryszzz/openthymos-runtime:v0.8.3
What's new
- Approve what you can see. When a risky action pauses for approval, the card now shows the concrete action read from the ledger: file edits render as a real before→after diff, shell shows the exact command. You approve a change, not a tool name.
- Live token meter. Mind's state strip shows tokens consumed per run (↑ in / ↓ out) as the provider reports them.
- Smarter conversation memory. Long chats keep their first message (the topic) plus the newest turns, with an explicit "earlier turns omitted" marker — instead of silently losing the thread's beginning.
- Hardening: pasted web links can no longer target localhost/LAN addresses when attaching page context.
OpenThymos v0.8.2 — stable
⚠️ Superseded — download the latest stable release instead.
OpenThymos v0.8.2 — stable
The official production download. Desktop and CLI drive the same local governed runtime.
🖥 Desktop · ⌨️ CLI
All platforms at the latest release. One line (macOS/Linux): curl -fsSL https://raw.githubusercontent.com/gryszzz/open-thymos/main/scripts/get.sh | sh · Container: ghcr.io/gryszzz/openthymos-runtime:v0.8.2
What's new — composer layout fixes
- The slash palette and "+" menu now pop up attached to the message box (they were drifting off-position).
- The + button and authority pill align cleanly with the input row.
- Chat fills the window instead of stopping partway down.
- The grant-chip list left the chat rail: pick exact tools in Advanced → Authority (
/granttakes you there); the rail is now just chats + skills. Includes everything from 0.8.x: working folder, opt-in streaming, slash commands, attachments.
OpenThymos v0.8.1 — slash commands & attachments
⚠️ Superseded — download the latest stable release instead.
OpenThymos v0.8.1 — slash commands & attachments
The official production download. Desktop and CLI drive the same local governed runtime.
🖥 Desktop · ⌨️ CLI
All platforms at the latest release. One line (macOS/Linux): curl -fsSL https://raw.githubusercontent.com/gryszzz/open-thymos/main/scripts/get.sh | sh · Container: ghcr.io/gryszzz/openthymos-runtime:v0.8.1
What's new — a cleaner, more capable composer
- Slash commands — type
/in the chat box:/auto/edit/planset what the agent is allowed to do (authority, now a word instead of a grid of chips),/grantopens the exact-tool picker, plus/model,/web,/audit,/mind,/clear,/help. - "+" to add content — attach a file from your computer, add a web page (fetched and turned into readable text), or set the working folder. Attachments show as chips and become context for your next message.
- Mode pill in the composer shows the current authority at a glance. The old grant/mode chip clutter is gone from the chat rail.
OpenThymos v0.8.0 — the agent gains hands
⚠️ Superseded — download the latest stable release instead.
OpenThymos v0.8.0 — the agent gains hands
The official production download. Desktop and CLI drive the same local governed runtime.
🖥 Desktop · ⌨️ CLI
All platforms at the latest release. One line (macOS/Linux): curl -fsSL https://raw.githubusercontent.com/gryszzz/open-thymos/main/scripts/get.sh | sh · Container: ghcr.io/gryszzz/openthymos-runtime:v0.8.0
What's new
- Working folder — pick a folder (Advanced → Working folder) and the agent's file tools (read, search, edit) act on YOUR project instead of nowhere. This is what turns the file tools from theoretical into useful.
- Live streaming (opt-in) — turn on "Stream responses" in Advanced and replies form token-by-token instead of appearing all at once. Off by default; falls back automatically for providers that don't stream.
- Smarter rate-limit handling — when a provider's limit won't reset for a while (e.g. a daily token cap), OpenThymos now tells you the real wait ("resets in about 1h 17m — switch models") instead of retrying into a wall.
- Desktop UI smoke test + memory-bounded streaming as internal hardening.
OpenThymos v0.7.14 — stable
⚠️ Superseded — download the latest stable release instead.
OpenThymos v0.7.14 — stable
The official production download. Desktop and CLI drive the same local governed runtime.
🖥 Desktop · ⌨️ CLI
All platforms at the latest release. One line (macOS/Linux): curl -fsSL https://raw.githubusercontent.com/gryszzz/open-thymos/main/scripts/get.sh | sh · Container: ghcr.io/gryszzz/openthymos-runtime:v0.7.14
What's new
- The agent speaks as OpenThymos. Its identity now embodies the vision — a governed AI agent that helps with almost anything (questions, reasoning, code, files, commands, data), whose distinction is how it acts: cognition proposes, the runtime governs, the ledger records. It frames governance as a strength and explains blocked actions honestly instead of pretending.
- Audit is readable. Plain-English intro, ledger entries rendered as "Run started / Action committed / Proposal rejected" with glyphs, clearer "What happened" + "The proof" sections, search-first layout.
- Performance: Mind no longer makes a request storm while open (idle gate + caching).
v0.7.13
⚠️ Superseded — download the latest stable release instead.
OpenThymos v0.7.13
Stable downloads:
- Desktop installers for macOS (Apple silicon and Intel), Windows x64, and Linux x64.
- CLI + runtime archives for macOS, Windows, and Linux.
Desktop installers include the local thymos-server runtime. They are
currently unsigned, so Gatekeeper or SmartScreen may show a warning.
GitHub Packages images:
ghcr.io/gryszzz/openthymos-runtime:v0.7.13ghcr.io/gryszzz/thymos-server:v0.7.13(compatibility alias)
See README.md for setup.
What's Changed
Full Changelog: v0.7.12...v0.7.13
OpenThymos v0.7.12 — stable
OpenThymos v0.7.12 — stable
The official production download. Desktop and CLI both drive the same local governed runtime.
🖥 Desktop app
macOS Apple silicon · macOS Intel · Windows x64 · Linux x64
⌨️ CLI + runtime
macOS Apple silicon · macOS Intel · Windows x64 · Linux x64
One line (macOS/Linux): curl -fsSL https://raw.githubusercontent.com/gryszzz/open-thymos/main/scripts/get.sh | sh · Container: ghcr.io/gryszzz/openthymos-runtime:v0.7.12
What's new — Mind is live, readable, and easy to navigate
Mind now streams the agent's actions as they happen (not a static snapshot), with an always-on activity panel that reads the current turn top-to-bottom so you don't have to click each node. Navigation switched from 3D orbit to a stable 2D pan/zoom — nothing auto-moves, so clicking is precise; double-click empty space to reset. Audit also degrades gracefully for runs that ended before recording a ledger entry.
OpenThymos nightly
Automated build from main (201a7e2) on 2026-07-27T10:35:14Z. Unsigned and unstable — for tracking unreleased changes. Install: curl -fsSL https://raw.githubusercontent.com/gryszzz/open-thymos/main/scripts/get.sh | THYMOS_VERSION=nightly sh
OpenThymos v0.7.11 — stable
⚠️ Superseded — download the latest stable release instead.
OpenThymos v0.7.11 — stable
The official production download. Desktop and CLI both drive the same local governed runtime.
🖥 Desktop app
macOS Apple silicon · macOS Intel · Windows x64 · Linux x64
⌨️ CLI + runtime
macOS Apple silicon · macOS Intel · Windows x64 · Linux x64
One line (macOS/Linux): curl -fsSL https://raw.githubusercontent.com/gryszzz/open-thymos/main/scripts/get.sh | sh · Container: ghcr.io/gryszzz/openthymos-runtime:v0.7.11
What's new — Mind shows the whole conversation
Mind now maps the entire chat, not one message: every message becomes a lane (You → intent → proposal → grant/rejected → execution → commit → Answer), with a spine connecting them — so the full session of messages and governed actions is on screen at once. Visuals are calmer: the flashing center signal is gone, lines are static synapses, and pulses are a gentle uniform shimmer. Also includes the Ledger Explorer + global search from 0.7.10.
OpenThymos v0.7.10 — stable
⚠️ Superseded — download the latest stable release instead.
OpenThymos v0.7.10 — stable
The official production download. Desktop and CLI both drive the same local governed runtime.
🖥 Desktop app
macOS Apple silicon · macOS Intel · Windows x64 · Linux x64
⌨️ CLI + runtime
macOS Apple silicon · macOS Intel · Windows x64 · Linux x64
One line (macOS/Linux): curl -fsSL https://raw.githubusercontent.com/gryszzz/open-thymos/main/scripts/get.sh | sh · Container: ghcr.io/gryszzz/openthymos-runtime:v0.7.10
What's new — Ledger Explorer + global search
The Audit tab is now a navigable Ledger Explorer instead of a single-run scroll: it opens on all activity across every run, newest-first and grouped by day, filterable by entry kind (commits, rejections, approvals, delegations, skills, roots), with click-through into any run's full trail. A new global search box finds anything the runtime recorded — task text, model answers, and governed events — and jumps you to the run it came from. First stage of the accepted "Mind as a cognitive graph" RFC.