Skip to content

Core v1.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@ancientcomputing ancientcomputing released this 30 Aug 03:35
a9428ae

LocalLM Lab 1.0.0-beta.1 — the macOS 27 release, in beta. Requires the macOS 27 beta on Apple Silicon; building the SDK against it needs the Xcode 27 beta. 1.0.0-beta.N makes no API-stability promise — signatures can move between betas.

This release carries the SDK binaries only. The app (LocalLM Lab.dmg) ships separately from ancientcomputing/locallm-releases — download it from https://thisbrain.ai/locallm/1.0.0-beta/. The CLI toolkit (localai-cli) is in toolkit/ on the 1.0.0-beta branch.

SDK — two xcframeworks, Developer ID signed + notarized

Asset SHA-256
LocalLMLabSDKCore-1.0.0-beta.1.xcframework.zip 0b4ab34e474d1acd725161cfb591cf3d862a7529fe7c9dbadf01eece3ad1590f
LocalLMLabSDKInference-1.0.0-beta.1.xcframework.zip f68830ca5e342ceaf887200213187b7f62c78436eca3e78d4b078e4dd2e0a317

Each has a .sha256 sidecar. Link LocalLMLabSDKCore always; add LocalLMLabSDKInference (the MLX runtime, ~49 MB) only if you use MLXModelProvider. Both are binaryTargets keyed off a single LOCALLM_SDK_VERSION — see examples/code-buddy/Package.swift for the two-binary manifest shape.

Docs & examples

Everything is on the 1.0.0-beta branch:

  • docs/sdk-guide.md — the full developer guide; §6a is the model layer.
  • docs/migrating-to-1.0.md0.8.x1.0 (mostly additive; one enum-resilience compile caveat).
  • docs/tested-models.md — which open-weight models tool-call, and why several don't.
  • examples/ — eight runnable reference apps. For the model layer: repo-qa-local (smallest), code-buddy (full agent), workspace-buddy-local (sandboxed GUI).

Feedback

neuron@thisbrain.ai or the Discord.