foundation-models-on-device とは?
オンデバイス LLM 用の Apple FoundationModels フレームワーク — テキスト生成、@Generable によるガイド付き生成、ツール呼び出し、iOS 26 以降のスナップショット ストリーミング。 ソース: affaan-m/everything-claude-code。
オンデバイス LLM 用の Apple FoundationModels フレームワーク — テキスト生成、@Generable によるガイド付き生成、ツール呼び出し、iOS 26 以降のスナップショット ストリーミング。
コマンドラインで foundation-models-on-device AI スキルを開発環境にすばやくインストール
ソース: affaan-m/everything-claude-code。
Patterns for integrating Apple's on-device language model into apps using the FoundationModels framework. Covers text generation, structured output with @Generable, custom tool calling, and snapshot streaming — all running on-device for privacy and offline support.
Stream structured responses for real-time UI with PartiallyGenerated types:
| On-device execution | Privacy — no data leaves the device; works offline | | 4,096 token limit | On-device model constraint; chunk large data across sessions | | Snapshot streaming (not deltas) | Structured output friendly; each snapshot is a complete partial state |
オンデバイス LLM 用の Apple FoundationModels フレームワーク — テキスト生成、@Generable によるガイド付き生成、ツール呼び出し、iOS 26 以降のスナップショット ストリーミング。 ソース: affaan-m/everything-claude-code。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/affaan-m/everything-claude-code --skill foundation-models-on-deviceオンデバイス LLM 用の Apple FoundationModels フレームワーク — テキスト生成、@Generable によるガイド付き生成、ツール呼び出し、iOS 26 以降のスナップショット ストリーミング。 ソース: affaan-m/everything-claude-code。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/affaan-m/everything-claude-code --skill foundation-models-on-device インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/affaan-m/everything-claude-code