{
  "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": [
    {
      "repo": "vllm-project/vllm",
      "reason": "Same local llm runtime intent with local_inference overlap."
    },
    {
      "repo": "vllm-project/vllm-omni",
      "reason": "Same local llm runtime intent with local_inference overlap."
    },
    {
      "repo": "mozilla-ai/llamafile",
      "reason": "Same local llm runtime intent with local_inference overlap."
    }
  ],
  "related": [
    {
      "repo": "noumena-labs/Sipp",
      "reason": "Related to microsoft/foundry-local through local llm runtime category and library_only deployment."
    },
    {
      "repo": "unslothai/unsloth",
      "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": "defilantech/LLMKube",
      "reason": "Related to microsoft/foundry-local through local llm runtime category and local 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": "co-l/openfox",
      "reason": "Related to microsoft/foundry-local through local llm runtime category and library_only deployment."
    },
    {
      "repo": "oobabooga/textgen",
      "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": 2543,
    "recent_commits": 41,
    "contributors": 40,
    "issue_response_time_hours": null,
    "release_frequency_180d": 10
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "snapshot",
    "stars30d_window_days": 33,
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 30,
  "agent_score": 74,
  "score": 92,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 53,
    "deployment": 80,
    "popularity": 68,
    "community": 85
  },
  "git_top_score": 92,
  "git_top_score_breakdown": {
    "community": 100,
    "maintenance": 68,
    "documentation": 92,
    "stability": 100,
    "adoption": 100,
    "agent_readability": 100
  },
  "verification": {
    "schema_version": "git-top.verification.v1",
    "overall_status": "partial",
    "observed_at": "2026-09-07T14:01:08.985Z",
    "signals": {
      "activity": {
        "status": "observed",
        "source": "github_metadata",
        "evidence": [
          "project.pushed_at",
          "metrics.recent_push_days"
        ]
      },
      "license": {
        "status": "observed",
        "source": "github_metadata",
        "evidence": [
          "project.license"
        ]
      },
      "documentation": {
        "status": "inferred",
        "source": "git_top_heuristic",
        "evidence": [
          "agent_card.summary_for_agent"
        ]
      },
      "runtime": {
        "status": "inferred",
        "source": "git_top_heuristic",
        "evidence": [
          "agent_card.deployment",
          "agent_card.cloudflare_ready"
        ]
      },
      "install": {
        "status": "not_run",
        "source": "git_top_runtime",
        "evidence": [
          "installation/build probe is not enabled"
        ]
      },
      "security": {
        "status": "not_run",
        "source": "git_top_runtime",
        "evidence": [
          "dependency/security scan is not enabled"
        ]
      },
      "mcp": {
        "status": "not_applicable",
        "source": "git_top_runtime",
        "evidence": [
          "project is not classified as mcp_server"
        ]
      }
    },
    "coverage": {
      "observed": 2,
      "inferred": 2,
      "not_run": 2,
      "unknown": 0
    },
    "next_steps": [
      "Run an installation/build probe before production adoption.",
      "Run a dependency and security scan before treating the score as a trust claim."
    ]
  },
  "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": [
      {
        "repo": "vllm-project/vllm",
        "reason": "Same local llm runtime intent with local_inference overlap."
      },
      {
        "repo": "vllm-project/vllm-omni",
        "reason": "Same local llm runtime intent with local_inference overlap."
      },
      {
        "repo": "mozilla-ai/llamafile",
        "reason": "Same local llm runtime intent with local_inference overlap."
      }
    ]
  },
  "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": "snapshot",
      "stars30d_window_days": 33,
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "verification": {
      "schema_version": "git-top.verification.v1",
      "overall_status": "partial",
      "observed_at": "2026-09-07T14:01:08.985Z",
      "signals": {
        "activity": {
          "status": "observed",
          "source": "github_metadata",
          "evidence": [
            "project.pushed_at",
            "metrics.recent_push_days"
          ]
        },
        "license": {
          "status": "observed",
          "source": "github_metadata",
          "evidence": [
            "project.license"
          ]
        },
        "documentation": {
          "status": "inferred",
          "source": "git_top_heuristic",
          "evidence": [
            "agent_card.summary_for_agent"
          ]
        },
        "runtime": {
          "status": "inferred",
          "source": "git_top_heuristic",
          "evidence": [
            "agent_card.deployment",
            "agent_card.cloudflare_ready"
          ]
        },
        "install": {
          "status": "not_run",
          "source": "git_top_runtime",
          "evidence": [
            "installation/build probe is not enabled"
          ]
        },
        "security": {
          "status": "not_run",
          "source": "git_top_runtime",
          "evidence": [
            "dependency/security scan is not enabled"
          ]
        },
        "mcp": {
          "status": "not_applicable",
          "source": "git_top_runtime",
          "evidence": [
            "project is not classified as mcp_server"
          ]
        }
      },
      "coverage": {
        "observed": 2,
        "inferred": 2,
        "not_run": 2,
        "unknown": 0
      },
      "next_steps": [
        "Run an installation/build probe before production adoption.",
        "Run a dependency and security scan before treating the score as a trust claim."
      ]
    },
    "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",
      "verification.signals"
    ],
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "lightweight serverless applications",
      "Independent installation, security, or runtime probes have not been run for this project."
    ],
    "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
    "last_verified_at": "2026-09-07T14:01:08.985Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "lightweight serverless applications",
    "Independent installation, security, or runtime probes have not been run for this project."
  ],
  "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",
    "verification.signals"
  ],
  "last_verified_at": "2026-09-07T14:01:08.985Z",
  "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": 2543,
      "forks": 364,
      "open_issues": 98,
      "default_branch": "main",
      "created_at": "2025-03-31T21:51:15Z",
      "updated_at": "2026-09-07T11:13:41Z",
      "pushed_at": "2026-09-06T18:22:13Z",
      "synced_at": "2026-09-07T14:01:08.985Z"
    },
    "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": [
        {
          "project_id": "vllm-project/vllm",
          "reason": "Same local llm runtime intent with local_inference overlap."
        },
        {
          "project_id": "vllm-project/vllm-omni",
          "reason": "Same local llm runtime intent with local_inference overlap."
        },
        {
          "project_id": "mozilla-ai/llamafile",
          "reason": "Same local llm runtime intent with local_inference overlap."
        }
      ],
      "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-09-07T14:01:08.985Z"
    },
    "metrics": {
      "project_id": "microsoft/foundry-local",
      "stars_30d_delta": 56,
      "commits_30d": 41,
      "releases_180d": 10,
      "contributors_90d": 40,
      "issue_first_response_median_hours": null,
      "recent_push_days": 0,
      "git_score": 30,
      "maintenance_score": 53,
      "signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 33,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-09-07T14:01:08.985Z"
    }
  },
  "resolved_from": {
    "requested_id": "microsoft/foundry-local",
    "resolved_id": "microsoft/foundry-local",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1214,
    "generated_at": "2026-09-09T00:31:55.342Z",
    "snapshot_id": "d1:1214:2026-09-09T00:31:16.210Z",
    "latest_synced_at": "2026-09-09T00:31:16.210Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}