Tandem v0.5.11
See the assets below to download the installer for your platform.
v0.5.11 (2026-05-25)
Tandem 0.5.11 prepares the hosted enterprise engine distribution path. The
release now builds a Linux x64 tandem-engine binary with browser automation
and enterprise-full routes compiled in, publishes it as a separate enterprise
release asset, and adds a dedicated npm wrapper for hosted sidecar deployments.
Hosted Enterprise Engine
- Added
tandem-engine-enterprise-linux-x64.tar.gzto the Linux release asset
set. The archive extracts to a normaltandem-enginebinary so existing
hosted sidecar scripts can keep the same command name. - Added the public
@frumu/tandem-enterprisenpm package for Linux x64 hosted
deployments. Its installer downloads only the enterprise Linux asset and
fails clearly on unsupported platforms. - Kept the standard
@frumu/tandempackage on the normal public engine asset,
so desktop and local installs do not pick up enterprise-full dependencies by
default. - Gated automatic enterprise npm publishing behind
PUBLISH_NPM_ENTERPRISE=true
so the 0.5.11 registry publish can ship existing packages first while the new
npm package is first-published and configured intentionally.
Full Changelog: v0.5.10...v0.5.11