Skip to content

Tandem v0.5.11

Choose a tag to compare

@github-actions github-actions released this 25 May 20:31
· 165 commits to main since this release

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.gz to the Linux release asset
    set. The archive extracts to a normal tandem-engine binary so existing
    hosted sidecar scripts can keep the same command name.
  • Added the public @frumu/tandem-enterprise npm package for Linux x64 hosted
    deployments. Its installer downloads only the enterprise Linux asset and
    fails clearly on unsupported platforms.
  • Kept the standard @frumu/tandem package 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