Home/LLM Frameworks/Foundation-Models-Framework-Lab
Foundation-Models-Framework-Lab logo

Foundation-Models-Framework-Lab

Enrichment pending
rudrankriyam/Foundation-Models-Framework-Lab

A practical lab for building, testing, and evaluating apps with Apple's Foundation Models framework.

GraphCanon updated today · GitHub synced today

1.2k
Stars
68
Forks
0
Open issues
7
Watchers
1d
Last push
Swift MITCreated Jun 9, 2025

Trust & integrity

Full report
Maintenance
Very active (0d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

A practical lab for building, testing, and evaluating apps with Apple's Foundation Models framework.

Capability facts

Languages
swift

Source: github.language · Jul 11, 2026

Categories

Tags

README

Requirements

  • iOS 26.0+ or macOS 26.0+
  • Apple Silicon for on-device model execution
  • Apple Intelligence enabled for live model runs
  • Xcode 26.6 or Xcode 27

The project builds with both Xcode 26.6 and Xcode 27. APIs introduced with the OS 27 SDK are compiler- and availability-gated, so the core app remains usable with Xcode 26 while Xcode 27 exposes the newest labs.


Getting Started

git clone https://github.com/rudrankriyam/Foundation-Models-Framework-Lab.git
cd Foundation-Models-Framework-Lab
open FoundationLab.xcodeproj

Build from the command line:

xcodebuild \
  -project FoundationLab.xcodeproj \
  -scheme 'Foundation Lab' \
  -destination 'generic/platform=macOS' \
  CODE_SIGNING_ALLOWED=NO \
  build

xcodebuild \
  -project FoundationLab.xcodeproj \
  -scheme 'Foundation Lab' \
  -destination 'generic/platform=iOS Simulator' \
  CODE_SIGNING_ALLOWED=NO \
  build

Live model execution requires a compatible physical device. Simulator builds remain useful for compilation and interface validation.


License

Foundation Lab is available under the MIT License. See LICENSE.