Skip to content

BackgroundComputerUse v0.1.0

Latest

Choose a tag to compare

@actuallyepic actuallyepic released this 05 May 01:26

Initial skill-installable runtime release.

  • Universal macOS app bundle: arm64 and x86_64.
  • Code-signed with the BackgroundComputerUse Local Dev identity; this is not Developer ID notarized, so Gatekeeper assessment is expected to reject direct manual launches of a quarantined download.
  • Intended install path is the background-computer-use skill helper, which downloads this asset, installs it to ~/Applications, launches the runtime, and reads /v1/bootstrap and /v1/routes.

Verification before publish:

  • swift test passed: 25 tests.
  • git diff --check passed.
  • codesign --verify --deep --strict passed.
  • Release zip checksum verified with shasum.
  • Temp install from app zip launched and returned bootstrap ready.