{
  "project_id": "off-grid-ai/OGAD",
  "repo": "off-grid-ai/OGAD",
  "name": "OGAD",
  "github_url": "https://github.com/off-grid-ai/OGAD",
  "homepage_url": "https://getoffgridai.co/pay/",
  "language": "TypeScript",
  "license": "AGPL-3.0",
  "project_kind": "project",
  "category": [
    "llm_gateway"
  ],
  "tags": [
    "electron",
    "gguf",
    "image-generation",
    "llama-cpp",
    "llm",
    "local-ai",
    "local-first",
    "local-llm",
    "mcp",
    "offline",
    "on-device",
    "openai-compatible",
    "privacy",
    "react",
    "stable-diffusion",
    "typescript",
    "whisper"
  ],
  "description": "Off Grid AI — private, on-device AI. Run open models (text, vision, image, voice) locally through one OpenAI-compatible gateway. No cloud, no accounts, no API keys.",
  "overview": "Use off-grid-ai/OGAD when the user needs a llm gateway project with library-only, local, cloud deployment options.",
  "alternatives": [],
  "related": [
    {
      "repo": "off-grid-ai/off-grid-ai-desktop",
      "reason": "Related to off-grid-ai/OGAD through llm gateway category and library_only deployment."
    },
    {
      "repo": "Hal0ai/hal0",
      "reason": "Related to off-grid-ai/OGAD through llm gateway category and local deployment."
    },
    {
      "repo": "andreimerfu/pllm",
      "reason": "Related to off-grid-ai/OGAD through llm gateway category and local deployment."
    },
    {
      "repo": "AstrBotDevs/AstrBot",
      "reason": "Related to off-grid-ai/OGAD through shared MCP dependency context."
    },
    {
      "repo": "BuilderIO/ai-shell",
      "reason": "Related to off-grid-ai/OGAD through llm gateway category and library_only deployment."
    },
    {
      "repo": "Devansh-365/freellm",
      "reason": "Related to off-grid-ai/OGAD through llm gateway category and library_only deployment."
    },
    {
      "repo": "mudler/LocalAI",
      "reason": "Related to off-grid-ai/OGAD through shared MCP dependency context."
    },
    {
      "repo": "alpic-ai/skybridge",
      "reason": "Related to off-grid-ai/OGAD through shared MCP dependency context."
    }
  ],
  "dependencies": [
    "MCP",
    "LLM provider"
  ],
  "deployments": [
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "route LLM requests",
    "standardize model provider access",
    "add gateway-level controls"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "classification": {
    "category": {
      "confidence": "medium",
      "evidence": [
        "Matched \"gateway\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Matched \"npm install\" in repository content.",
        "Matched \"library\" 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.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 38,
    "recent_commits": 100,
    "contributors": 4,
    "issue_response_time_hours": null,
    "release_frequency_180d": 55
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "partial",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 30,
  "agent_score": 63,
  "score": 76,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 57,
    "deployment": 80,
    "popularity": 32,
    "community": 49
  },
  "git_top_score": 76,
  "git_top_score_breakdown": {
    "community": 70,
    "maintenance": 71,
    "documentation": 84,
    "stability": 100,
    "adoption": 44,
    "agent_readability": 90
  },
  "summary": {
    "tl_dr": "Use off-grid-ai/OGAD when the user needs a llm gateway project with library-only, local, cloud deployment options.",
    "purpose": "Use off-grid-ai/OGAD when the user needs a llm gateway project with library-only, local, cloud deployment options.",
    "install": "Install as a library or package using the repository instructions.",
    "inputs": [
      "model requests",
      "routing config",
      "provider credentials"
    ],
    "outputs": [
      "proxied completions",
      "routed responses",
      "usage metrics"
    ],
    "good_for": [
      "route LLM requests",
      "standardize model provider access",
      "add gateway-level controls",
      "model routing",
      "provider abstraction",
      "LLM proxying"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "local-only inference",
      "non-LLM services"
    ],
    "deployment": [
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": []
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "medium",
        "evidence": [
          "Matched \"gateway\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Matched \"npm install\" in repository content.",
          "Matched \"library\" 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.",
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "estimated",
      "commits_30d": "partial",
      "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",
      "Partial or estimated quality signals: stars30dDelta, commits30d."
    ],
    "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
    "last_verified_at": "2026-07-15T15:00:37.302Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "Partial or estimated quality signals: stars30dDelta, commits30d."
  ],
  "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
  "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-15T15:00:37.302Z",
  "knowledge": {
    "project": {
      "id": "off-grid-ai/OGAD",
      "owner": "off-grid-ai",
      "name": "OGAD",
      "full_name": "off-grid-ai/OGAD",
      "github_url": "https://github.com/off-grid-ai/OGAD",
      "homepage_url": "https://getoffgridai.co/pay/",
      "description": "Off Grid AI — private, on-device AI. Run open models (text, vision, image, voice) locally through one OpenAI-compatible gateway. No cloud, no accounts, no API keys.",
      "language": "TypeScript",
      "topics": [
        "electron",
        "gguf",
        "image-generation",
        "llama-cpp",
        "llm",
        "local-ai",
        "local-first",
        "local-llm",
        "mcp",
        "offline",
        "on-device",
        "openai-compatible",
        "privacy",
        "react",
        "stable-diffusion",
        "typescript",
        "whisper"
      ],
      "license": "AGPL-3.0",
      "stars": 38,
      "forks": 8,
      "open_issues": 10,
      "default_branch": "main",
      "created_at": "2026-01-19T05:05:40Z",
      "updated_at": "2026-07-15T06:53:10Z",
      "pushed_at": "2026-07-15T14:18:30Z",
      "synced_at": "2026-07-15T15:00:37.302Z"
    },
    "agent_card": {
      "project_id": "off-grid-ai/OGAD",
      "project_kind": "project",
      "category": "llm_gateway",
      "difficulty": "beginner",
      "deployment": [
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "route LLM requests",
        "standardize model provider access",
        "add gateway-level controls"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "alternatives": [],
      "summary_for_agent": "Use off-grid-ai/OGAD when the user needs a llm gateway project with library-only, local, cloud deployment options.",
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"gateway\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"npm install\" in repository content.",
            "Matched \"library\" 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.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-07-15T15:00:37.302Z"
    },
    "metrics": {
      "project_id": "off-grid-ai/OGAD",
      "stars_30d_delta": 6,
      "commits_30d": 100,
      "releases_180d": 55,
      "contributors_90d": 4,
      "issue_first_response_median_hours": null,
      "recent_push_days": 0,
      "git_score": 30,
      "maintenance_score": 57,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-07-15T15:00:37.302Z"
    }
  },
  "resolved_from": {
    "requested_id": "off-grid-ai/OGAD",
    "resolved_id": "off-grid-ai/OGAD",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 947,
    "generated_at": "2026-07-15T17:33:26.620Z",
    "snapshot_id": "d1:947:2026-07-15T17:30:57.029Z",
    "latest_synced_at": "2026-07-15T17:30:57.029Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}