Skip to content

FinDesk desktop SDK v2.1.50

Latest

Choose a tag to compare

@Geeksfino Geeksfino released this 11 Sep 03:06
· 1 commit to main since this release

FinDesk desktop SDK v2.1.50

White-label packaging SDK for distribution repositories.

Bundled components

Component Version
findesk-core (aioncore) v0.1.60-findesk-core.8
FinClaw v0.12.8
FinSAFE v0.9.41

Online pin example:

{
  "schemaVersion": 1,
  "findesk": {
    "package": "findesk-desktop-sdk",
    "version": "2.1.50",
    "artifact": "https://github.com/finogeeks/findesk-std/releases/download/v2.1.50/findesk-desktop-sdk-2.1.50.tar.gz",
    "integrity": "sha256-ae4e4120f14f0da13ea48995c3cf263fbccc71cc425b2a477e89ca66abb2682e"
  },
  "findeskCore": {
    "version": "v0.1.60-findesk-core.8",
    "note": "Baked into SDK resources/bundled-* for packaged runtimes; pin matches package.json aioncoreVersion."
  },
  "finclaw": {
    "version": "v0.12.8",
    "note": "Baked into SDK resources/bundled-finclaw; pin matches package.json finclawVersion."
  },
  "finsafe": {
    "version": "v0.9.41",
    "note": "Baked into SDK resources/bundled-finsafe; pin matches package.json finsafeVersion."
  },
  "officecli": {
    "version": "v1.0.145",
    "note": "Baked into SDK resources/bundled-officecli; pin matches package.json officecliVersion."
  }
}

See https://github.com/finogeeks/findesk-std#pin-from-a-distribution-repo-online

Changelog excerpt

[2.1.50] - 2026-09-11

Changed

  • Pin aioncoreVersionv0.1.60-findesk-core.8.

Added

  • Host Capability Gateway (proposal 0038): plugins declare hostCapabilities on
    findesk.sidecars[]; v1 catalog is extract only — loopback gateway with
    per-plugin token, dataRoot jail, and @findesk/sdk/sidecar/hostCapabilities.
    Distros bump the SDK pin and sidecar versionPin to consume. Adapter POSTs
    aioncore /api/internal/host-extract (paired Geeksfino/findesk-core#296,
    included in the .8 tag). Scanned PDF OCR still requires bundled-ocr in the
    installer extraResources tree (Win x64 / Mac arm64); Linux has no native OCR
    and fails closed with ocr_backend_unavailable.

Bundled components

  • aioncoreVersion: v0.1.60-findesk-core.8
  • finclawVersion: v0.12.8
  • finsafeVersion: v0.9.41
  • officecliVersion: v1.0.145