March 29, 2026 — v1.3.5 + Swift SDK
Swift client SDK beta, a Linux platform-package fix, and a long-standing sdkVersion report bug patched.
CameraRemoteSDKfor Swift / iOS — hand-written Swift client targeting iOS 26. Mirrors the TypeScriptBoundCameraAPI surface, with native SSE andasync/awaiton every endpoint. Available via Swift Package Manager; see the client generation.- Launcher apps — bundled macOS and Linux launchers for starting the camera server without the CLI.
- Linux USB camera detection (
linux-arm64v1.0.12) — the bundledlibCr_Core.soresolves itsCrAdapter/directory viareadlink(/proc/self/exe), which expected the adapter folder next to the binary. Previous platform packages placed it underContents/Frameworks/CrAdapter/(the macOS bundle layout) — now corrected. Confirmed working on Raspberry Pi 5. /api/server/statussdkVersionwas hardcoded to"V1.14.00"since the V2 upgrade in February — now correctly reports"V2.01.00".