Termbrio

Development preview

Install Termbrio

Private development distribution for the Termbrio App, CLI, Server, and coding-assistant plugins.

Productv0.5.9 Codex pluginv0.4.6+codex.20260813 Claude Code pluginv0.4.6

These installation commands are intended for approved Termbrio preview users. Only run a command you trust.

Termbrio for Windows

Downloads the current Windows x64 development build and runs its installer.

irm https://termbrio.dev/apps/tb/install.ps1 | iex

Run from PowerShell.

Termbrio for Linux or macOS

Installs the CLI and Server for the detected platform and architecture.

curl -fsSL https://termbrio.dev/apps/tb/install.sh | sh

Run from a POSIX-compatible shell.

Codex plugin for Windows

Requires Codex. The public TBMP marketplace needs no GitHub login.

irm https://termbrio.dev/apps/tb/install-plugin.ps1 | iex

Codex plugin for Linux or macOS

Requires Codex. The public TBMP marketplace needs no GitHub login.

curl -fsSL https://termbrio.dev/apps/tb/install-plugin.sh | sh

Claude Code plugin for Windows

Requires Claude Code. The public TBMP marketplace needs no GitHub login.

irm https://termbrio.dev/apps/tb/install-claude-plugin.ps1 | iex

Claude Code plugin for Linux or macOS

Requires Claude Code. The public TBMP marketplace needs no GitHub login.

curl -fsSL https://termbrio.dev/apps/tb/install-claude-plugin.sh | sh

Move from the former marketplace on Windows

One-time cleanup for an existing termbridge-team@ekmp plugin. Credentials, unrelated plugins, and marketplaces are left untouched.

$p="$env:TEMP\uninstall-termbridge-team-legacy.ps1"; irm https://termbrio.dev/apps/tb/uninstall-termbridge-team-legacy.ps1 -OutFile $p; & $p -Apply

Move from the former marketplace on Linux or macOS

One-time cleanup for an existing termbridge-team@ekmp plugin. Credentials, unrelated plugins, and marketplaces are left untouched.

curl -fsSL https://termbrio.dev/apps/tb/uninstall-termbridge-team-legacy.sh -o /tmp/uninstall-termbridge-team-legacy.sh && sh /tmp/uninstall-termbridge-team-legacy.sh --apply

What changed

Product

v0.5.9

preview · 2026-08-14

Unifies Team authoring, lifecycle, linked collaboration, and named terminal views.

  • added · teamsAdded one canonical schema-6 Team definition for workspaces, local and remotely placed owned members, persistent linked agents, and named views.
  • added · layoutsAdded columns-3, main-right-stack, and left-stack-main semantic layouts with stable pattern and slot identities.
  • added · team-builderAdded Server Web authoring for schema-6 workspaces, owned members, linked agents, named views, layout groups, and panels.
  • changed · team-lifecycleSeparated owned-member lifecycle from named-view placement so unavailable members no longer block healthy members and valid panels.
  • fixed · team-lifecycleMade repeated start reuse existing views, hide preserve sessions, and stop close Team-owned views while recording remote failures per member.
  • fixed · remote-runtimeConnected owner-controlled remote SessionHosts directly to their Owner Server for durable commands, TeamRelay MCP, attach, reconnect, and stop.
  • fixed · linked-membersResolved linked-member views and reconnects through exact owner-authorized session evidence without guessing by display name or local session.
  • fixed · terminal-attachStopped attach panes from claiming an exited session was still running or retrying forever after the remote runtime became unavailable.
  • fixed · assistant-lifecycleMade create-once create until a real provider conversation identity exists, recover an explicitly stopped incomplete create attempt, and resume that exact conversation on later starts.
  • fixed · team-builderKept rejected portable session drafts editable while preserving fixed session ID and reference bindings.
  • added · team-relayAdded one-hop team_info visibility for authorized linked-into teams without recursive federation expansion.
  • changed · mobileLet phone and tablet Team surfaces attach an exact owned member without starting the whole Team and project linked members without duplicating Team cards.
  • changed · storageAdopted termbrio.db as the canonical Server database without migrating pre-release Team storage.
Release details

v0.5.8

preview · 2026-08-08

Adds owner-controlled remote teams and capability-aware TeamRelay delivery.

  • added · remote-runtimeAdded owner-controlled remote SessionHost execution through paired Server brokers.
  • added · team-relayAdded semantic safe, active-turn, queue, and authorized interrupt delivery policies with per-recipient audit outcomes.
  • changed · team-operationsShow placed team members with their Runtime Server while preserving one owner-controlled team definition.
  • fixed · team-relayPreserved canonical remote sender addresses and route replies back to the originating Server.
  • fixed · session-hostHardened remote SessionHost handoff, claim expiry, stop ordering, attach routing, and pre-hook Codex readiness detection.
  • changed · releaseAdded structured product changelog and catalog projection contracts for unattended release delivery.
Release details

Plugins

v0.4.6

preview · 2026-08-14

Teaches agents the canonical schema-6 Team, named-view, and linked-member contracts.

  • changed · team-orchestration · codex, claudeAuthor only schema-6 Team files with workspaces, owned agents, persistent linked agents, and named presentation views.
  • changed · team-lifecycle · codex, claudeKeep owned-member lifecycle independent from view placement, isolate unavailable remote members per member, and recover explicitly stopped incomplete create-once attempts without database resets.
  • changed · remote-runtime · codex, claudeUse paired workspace and runtime aliases in portable files while retaining stable ownership and authority inside Termbrio Server.
  • changed · team-relay · codex, claudeDiscover authorized linked-into teams through one-hop team_info without recursively expanding federation.
Release details

v0.4.5

preview · 2026-08-08

Teaches terminal agents the 0.5.8 remote-team and TeamRelay contracts.

  • changed · team-relay · codex, claudeDocument canonical federated sender addresses, source-Server replies, and exact wildcard recipient scope.
  • changed · team-orchestration · codex, claudeDocument Owner Server authority separately from a paired Runtime Server that hosts a placed terminal.
  • changed · delivery · codex, claudeClarify semantic delivery policy outcomes and safe-boundary handling when no working provider turn is observed.
Release details