{
  "project_id": "microsoft/foundry-local",
  "repo": "microsoft/foundry-local",
  "name": "foundry-local",
  "github_url": "https://github.com/microsoft/foundry-local",
  "homepage_url": "https://foundrylocal.ai",
  "language": "C++",
  "license": "NOASSERTION",
  "project_kind": "project",
  "category": [
    "local_llm_runtime"
  ],
  "tags": [
    "ai-sdk",
    "chat-completions",
    "foundry-local",
    "gpu-acceleration",
    "local-ai",
    "microsoft",
    "on-device-inference",
    "onnx-runtime",
    "speech-to-text",
    "whisper"
  ],
  "description": "Use microsoft/foundry-local when the user needs a local llm runtime project with library-only, local, cloud deployment options.",
  "overview": "Use microsoft/foundry-local when the user needs a local llm runtime project with library-only, local, cloud deployment options.",
  "alternatives": [],
  "related": [
    {
      "repo": "microsoft/Foundry-Local",
      "reason": "Related to microsoft/foundry-local through local llm runtime category and library_only deployment."
    },
    {
      "repo": "vllm-project/vllm",
      "reason": "Related to microsoft/foundry-local through local llm runtime category and library_only deployment."
    },
    {
      "repo": "huggingface/optimum",
      "reason": "Related to microsoft/foundry-local through local llm runtime category and library_only deployment."
    },
    {
      "repo": "microsoft/aici",
      "reason": "Related to microsoft/foundry-local through local llm runtime category and library_only deployment."
    },
    {
      "repo": "toverainc/willow-inference-server",
      "reason": "Related to microsoft/foundry-local through local llm runtime category and library_only deployment."
    },
    {
      "repo": "mozilla-ai/llamafile",
      "reason": "Related to microsoft/foundry-local through local llm runtime category and local deployment."
    },
    {
      "repo": "oobabooga/textgen",
      "reason": "Related to microsoft/foundry-local through local llm runtime category and library_only deployment."
    },
    {
      "repo": "jaylfc/taOS",
      "reason": "Related to microsoft/foundry-local through local llm runtime category and library_only deployment."
    }
  ],
  "dependencies": [
    "LLM provider"
  ],
  "deployments": [
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "run local models",
    "serve inference endpoints",
    "prototype private LLM deployments"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "lightweight serverless applications"
  ],
  "classification": {
    "category": {
      "confidence": "high",
      "evidence": [
        "Matched \"inference server\" in repository content.",
        "Matched \"serve models\" in repository content."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Matched \"pip install\" in repository content.",
        "Matched \"npm install\" in repository content.",
        "Local usage is assumed for open source repositories unless contradicted."
      ]
    },
    "difficulty": {
      "confidence": "medium",
      "evidence": [
        "Repository has under 10k stars, so complexity is treated conservatively."
      ]
    },
    "cloudflare_ready": {
      "confidence": "high",
      "evidence": [
        "Runtime blocker: python, gpu.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 2439,
    "recent_commits": 29,
    "contributors": 34,
    "issue_response_time_hours": null,
    "release_frequency_180d": 7
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 26,
  "agent_score": 71,
  "score": 89,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 43,
    "deployment": 80,
    "popularity": 68,
    "community": 79
  },
  "git_top_score": 89,
  "git_top_score_breakdown": {
    "community": 100,
    "maintenance": 61,
    "documentation": 92,
    "stability": 100,
    "adoption": 100,
    "agent_readability": 90
  },
  "summary": {
    "tl_dr": "Use microsoft/foundry-local when the user needs a local llm runtime project with library-only, local, cloud deployment options.",
    "purpose": "Use microsoft/foundry-local when the user needs a local llm runtime project with library-only, local, cloud deployment options.",
    "install": "Install as a library or package using the repository instructions.",
    "inputs": [
      "model weights",
      "hardware/runtime config"
    ],
    "outputs": [
      "local inference",
      "served endpoints",
      "runtime logs"
    ],
    "good_for": [
      "run local models",
      "serve inference endpoints",
      "prototype private LLM deployments",
      "private inference",
      "local model serving",
      "self-hosted runtimes"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "lightweight serverless applications",
      "hosted SaaS deployment only",
      "non-ML projects"
    ],
    "deployment": [
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": []
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "high",
        "evidence": [
          "Matched \"inference server\" in repository content.",
          "Matched \"serve models\" in repository content."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Matched \"pip install\" in repository content.",
          "Matched \"npm install\" in repository content.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "high",
        "evidence": [
          "Runtime blocker: python, gpu.",
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "estimated",
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "source_fields": [
      "project.description",
      "project.topics",
      "project.language",
      "project.license",
      "agent_card.summary_for_agent",
      "agent_card.use_cases",
      "agent_card.deployment",
      "agent_card.classification",
      "metrics"
    ],
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "lightweight serverless applications",
      "Partial or estimated quality signals: stars30dDelta."
    ],
    "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
    "last_verified_at": "2026-07-21T23:01:10.333Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "lightweight serverless applications",
    "Partial or estimated quality signals: stars30dDelta."
  ],
  "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
  "source_fields": [
    "project.description",
    "project.topics",
    "project.language",
    "project.license",
    "agent_card.summary_for_agent",
    "agent_card.use_cases",
    "agent_card.deployment",
    "agent_card.classification",
    "metrics"
  ],
  "last_verified_at": "2026-07-21T23:01:10.333Z",
  "knowledge": {
    "project": {
      "id": "microsoft/foundry-local",
      "owner": "microsoft",
      "name": "foundry-local",
      "full_name": "microsoft/foundry-local",
      "github_url": "https://github.com/microsoft/foundry-local",
      "homepage_url": "https://foundrylocal.ai",
      "description": null,
      "language": "C++",
      "topics": [
        "ai-sdk",
        "chat-completions",
        "foundry-local",
        "gpu-acceleration",
        "local-ai",
        "microsoft",
        "on-device-inference",
        "onnx-runtime",
        "speech-to-text",
        "whisper"
      ],
      "license": "NOASSERTION",
      "stars": 2439,
      "forks": 339,
      "open_issues": 56,
      "default_branch": "main",
      "created_at": "2025-03-31T21:51:15Z",
      "updated_at": "2026-07-21T19:14:52Z",
      "pushed_at": "2026-07-21T22:44:29Z",
      "synced_at": "2026-07-21T23:01:10.333Z"
    },
    "agent_card": {
      "project_id": "microsoft/foundry-local",
      "project_kind": "project",
      "category": "local_llm_runtime",
      "difficulty": "beginner",
      "deployment": [
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "run local models",
        "serve inference endpoints",
        "prototype private LLM deployments"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "lightweight serverless applications"
      ],
      "alternatives": [],
      "summary_for_agent": "Use microsoft/foundry-local when the user needs a local llm runtime project with library-only, local, cloud deployment options.",
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"inference server\" in repository content.",
            "Matched \"serve models\" in repository content."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"pip install\" in repository content.",
            "Matched \"npm install\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python, gpu.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-07-21T23:01:10.333Z"
    },
    "metrics": {
      "project_id": "microsoft/foundry-local",
      "stars_30d_delta": 153,
      "commits_30d": 29,
      "releases_180d": 7,
      "contributors_90d": 34,
      "issue_first_response_median_hours": null,
      "recent_push_days": 0,
      "git_score": 26,
      "maintenance_score": 43,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-07-21T23:01:10.333Z"
    }
  },
  "resolved_from": {
    "requested_id": "microsoft/foundry-local",
    "resolved_id": "microsoft/foundry-local",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 982,
    "generated_at": "2026-07-22T03:28:29.144Z",
    "snapshot_id": "d1:982:2026-07-22T01:01:00.042Z",
    "latest_synced_at": "2026-07-22T01:01:00.042Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}