Changelog
This section tracks every published release of Tribunus Desktop, Tribunus Compute, and the supporting SDKs and tooling. Each entry documents what changed, how to migrate, and what to watch for.
Release Structure
Section titled “Release Structure”Releases follow semantic versioning. Major versions may introduce breaking changes to the Compute runtime API, the Desktop Agent Protocol, or the CLI command surface. Minor and patch releases add features and fix bugs without breaking backward compatibility.
Deprecation Policy
Section titled “Deprecation Policy”Deprecated features are announced a minimum of two minor releases before removal. Each deprecation notice includes the recommended replacement and the target version for removal. The changelog entries for affected releases link to the relevant migration guide.
How to Use
Section titled “How to Use”Browse entries by version number or filter by component tag (desktop, compute, cli, sdk). Each entry links to the corresponding GitHub release for the full commit log and asset list.
Detailed Release Notes
Section titled “Detailed Release Notes”Detailed release notes — including the full commit log, checksums, and platform‑specific build artifacts — are published on GitHub Releases. The entries below serve as a curated summary for each release, highlighting breaking changes, new features, and migration steps.
2026‑06 — Initial Developer Preview
Section titled “2026‑06 — Initial Developer Preview”- Tribunus Compute — First developer preview release of the native inference engine with Metal (Apple Silicon) and CUDA (NVIDIA) backends. Supports the compile‑time architecture with autotuning, numerical governance, and the six‑stage runtime pipeline.
- Tribunus Desktop — Electron desktop app for macOS and Linux. Local inference via Compute, remote providers via API, and the Desktop Agent Protocol for plugin integration.
- Tribunus SDK — TypeScript SDK (
@tribunus/sdk) with typed clients for the Compute REST API and DAP message builders. - Breaking changes — None. This is the first published release.