Changelog

Release highlights and upgrade notes

Human-written summaries — not commit dumps. Pair with GitHub Releases for artifacts and checksums.

Recent entries

Subscribe to GitHub release notifications for security fixes and stable channel promotions.

Unreleased · 0.1.0 release candidate

TurboPanel 0.1.0

The first packaged release. Self-hosted installs from a single command (curl turbopanel.sh | sh) that pulls signed-off packages from GitHub Releases, verifies each against its manifest, converges the host and hands off to the install wizard; the same command with a license enrols a server. Sign in with a passkey or TOTP second factor, or with GitHub or Google; invite teammates by email with a capped grant. Automatic HTTPS for hosted sites through Caddy's built-in ACME client, off by default per organization; instance TLS as self-signed, uploaded or Let's Encrypt. Git-backed projects connect through a GitHub App or GitLab OAuth, with an installation bound to one organization and forge addresses inside your network refused. Managed Postgres and MySQL engines with users, backups and shared ingress; TurboFabric overlay networks; datacenter networking with reserved ranges, routing policy and Docker address pools. Scheduled tasks from the console and from compose, rendered as systemd timers. Host metrics v6 across eight entity families. Every wire carries a version and a floor: a daemon below 0.1.0 keeps its connection but runs no commands until it updates; the app refuses an older instance and says which version it needs. Workers-only billing with a product-keyed tier ladder. The database schema is frozen at one baseline: every later migration is additive, the installer applies them with the instance's own migrate verb, and the instance refuses to serve a schema it does not ship.

2026-08-20 · Private alpha

Licensing

Control plane, daemon, UI, and contributor console stay AGPL-3.0-only. The UI adds an Apple App Store additional permission. The website is Apache-2.0 for code and CC BY 4.0 for documentation. Contributions use a CLA; trademarks stay separate from the software licenses.

2026-08-01 · Private alpha

Open-source launch packaging

Unified public naming, AGPL-3.0-only across repos, self-hosted documentation, and community routing via turbopanel/.github.