Skip to content

v0.1.2 beta

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Aug 20:25

Beta release v0.1.2

This is a beta prerelease. It is not a stable or latest release.

Install the workstation CLI:

curl --proto '=https' --tlsv1.2 -fsSL https://github.com/ChrisMarxDev/tinkercloud/releases/download/v0.1.2/install-client.sh | \
  TINKER_RELEASE_BASE=https://github.com/ChrisMarxDev/tinkercloud/releases/download/v0.1.2/ sh

Install Tinkercloud on a reviewed SSH host after installing the CLI:

tinker host install root@HOST

The released CLI derives that exact immutable versioned release URL from its embedded build version. Development or advanced operator flows may pass --release-base https://github.com/ChrisMarxDev/tinkercloud/releases/download/v0.1.2/ explicitly.

Install the TypeScript SDK directly from this GitHub release:

npm install https://github.com/ChrisMarxDev/tinkercloud/releases/download/v0.1.2/tinkercloud-sdk-0.1.2.tgz

Every payload is covered by the attached checksums, Ed25519 signatures, and signed release manifest.