{
  "project_id": "NightMean/OlliteRT",
  "repo": "NightMean/OlliteRT",
  "name": "OlliteRT",
  "github_url": "https://github.com/NightMean/OlliteRT",
  "homepage_url": null,
  "language": "Kotlin",
  "license": "Apache-2.0",
  "project_kind": "project",
  "category": [
    "local_llm_runtime"
  ],
  "tags": [
    "android",
    "anthropic-api",
    "gemma",
    "home-assistant",
    "kotlin-android",
    "litert",
    "litert-lm",
    "llm",
    "llm-inference",
    "local-llm",
    "on-device-ai",
    "openai-api"
  ],
  "description": "Turn your Android phone into an OpenAI-compatible LLM inference server — Fully local, private and Open Source",
  "overview": "Use NightMean/OlliteRT when the user needs a local llm runtime project with local, cloud deployment options.",
  "alternatives": [
    {
      "repo": "vllm-project/vllm",
      "reason": "Same local llm runtime intent with local_inference overlap."
    },
    {
      "repo": "jaylfc/taOS",
      "reason": "Same local llm runtime intent with local_inference overlap."
    },
    {
      "repo": "bentoml/BentoML",
      "reason": "Same local llm runtime intent with local_inference overlap."
    }
  ],
  "related": [
    {
      "repo": "ddalcu/mlx-serve",
      "reason": "Related to NightMean/OlliteRT through local llm runtime category and local deployment."
    },
    {
      "repo": "defilantech/LLMKube",
      "reason": "Related to NightMean/OlliteRT through local llm runtime category and local deployment."
    },
    {
      "repo": "microsoft/aici",
      "reason": "Related to NightMean/OlliteRT through local llm runtime category and local deployment."
    },
    {
      "repo": "noumena-labs/Sipp",
      "reason": "Related to NightMean/OlliteRT through local llm runtime category and local deployment."
    },
    {
      "repo": "vllm-project/vllm-omni",
      "reason": "Related to NightMean/OlliteRT through local llm runtime category and local deployment."
    },
    {
      "repo": "kserve/kserve",
      "reason": "Related to NightMean/OlliteRT through local llm runtime category and local deployment."
    },
    {
      "repo": "vllm-project/vllm",
      "reason": "Related to NightMean/OlliteRT through local llm runtime category and local deployment."
    },
    {
      "repo": "mozilla-ai/llamafile",
      "reason": "Related to NightMean/OlliteRT through local llm runtime category and local deployment."
    }
  ],
  "dependencies": [
    "LLM provider"
  ],
  "deployments": [
    "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",
    "lightweight serverless applications"
  ],
  "classification": {
    "category": {
      "confidence": "medium",
      "evidence": [
        "Matched \"inference server\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "medium",
      "evidence": [
        "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": 146,
    "recent_commits": 19,
    "contributors": 1,
    "issue_response_time_hours": null,
    "release_frequency_180d": 3
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "snapshot",
    "stars30d_window_days": 39,
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 11,
  "agent_score": 54,
  "score": 72,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 23,
    "deployment": 70,
    "popularity": 43,
    "community": 46
  },
  "git_top_score": 72,
  "git_top_score_breakdown": {
    "community": 67,
    "maintenance": 37,
    "documentation": 84,
    "stability": 94,
    "adoption": 59,
    "agent_readability": 100
  },
  "summary": {
    "tl_dr": "Use NightMean/OlliteRT when the user needs a local llm runtime project with local, cloud deployment options.",
    "purpose": "Use NightMean/OlliteRT when the user needs a local llm runtime project with local, cloud deployment options.",
    "install": "Follow the local runtime setup instructions in the repository.",
    "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",
      "lightweight serverless applications",
      "hosted SaaS deployment only",
      "non-ML projects"
    ],
    "deployment": [
      "local",
      "cloud"
    ],
    "alternatives": [
      {
        "repo": "vllm-project/vllm",
        "reason": "Same local llm runtime intent with local_inference overlap."
      },
      {
        "repo": "jaylfc/taOS",
        "reason": "Same local llm runtime intent with local_inference overlap."
      },
      {
        "repo": "bentoml/BentoML",
        "reason": "Same local llm runtime intent with local_inference overlap."
      }
    ]
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "medium",
        "evidence": [
          "Matched \"inference server\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "medium",
        "evidence": [
          "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": 39,
      "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",
      "lightweight serverless applications"
    ],
    "confidence_reason": "Evidence is incomplete; use this project as an exploration candidate until classification and quality signals are reviewed.",
    "last_verified_at": "2026-08-10T13:53:52.681Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "lightweight serverless applications"
  ],
  "confidence_reason": "Evidence is incomplete; use this project as an exploration candidate until classification and quality signals are reviewed.",
  "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-08-10T13:53:52.681Z",
  "knowledge": {
    "project": {
      "id": "NightMean/OlliteRT",
      "owner": "NightMean",
      "name": "OlliteRT",
      "full_name": "NightMean/OlliteRT",
      "github_url": "https://github.com/NightMean/OlliteRT",
      "homepage_url": null,
      "description": "Turn your Android phone into an OpenAI-compatible LLM inference server — Fully local, private and Open Source",
      "language": "Kotlin",
      "topics": [
        "android",
        "anthropic-api",
        "gemma",
        "home-assistant",
        "kotlin-android",
        "litert",
        "litert-lm",
        "llm",
        "llm-inference",
        "local-llm",
        "on-device-ai",
        "openai-api"
      ],
      "license": "Apache-2.0",
      "stars": 146,
      "forks": 15,
      "open_issues": 9,
      "default_branch": "main",
      "created_at": "2026-04-06T18:29:37Z",
      "updated_at": "2026-08-10T06:28:48Z",
      "pushed_at": "2026-08-02T22:09:03Z",
      "synced_at": "2026-08-10T13:53:52.681Z"
    },
    "agent_card": {
      "project_id": "NightMean/OlliteRT",
      "project_kind": "project",
      "category": "local_llm_runtime",
      "difficulty": "beginner",
      "deployment": [
        "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",
        "lightweight serverless applications"
      ],
      "alternatives": [
        {
          "project_id": "vllm-project/vllm",
          "reason": "Same local llm runtime intent with local_inference overlap."
        },
        {
          "project_id": "jaylfc/taOS",
          "reason": "Same local llm runtime intent with local_inference overlap."
        },
        {
          "project_id": "bentoml/BentoML",
          "reason": "Same local llm runtime intent with local_inference overlap."
        }
      ],
      "summary_for_agent": "Use NightMean/OlliteRT when the user needs a local llm runtime project with local, cloud deployment options.",
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"inference server\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "medium",
          "evidence": [
            "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-08-10T13:53:52.681Z"
    },
    "metrics": {
      "project_id": "NightMean/OlliteRT",
      "stars_30d_delta": 23,
      "commits_30d": 19,
      "releases_180d": 3,
      "contributors_90d": 1,
      "issue_first_response_median_hours": null,
      "recent_push_days": 7,
      "git_score": 11,
      "maintenance_score": 23,
      "signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 39,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-08-10T13:53:52.681Z"
    }
  },
  "resolved_from": {
    "requested_id": "NightMean/OlliteRT",
    "resolved_id": "NightMean/OlliteRT",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1144,
    "generated_at": "2026-08-17T00:20:01.641Z",
    "snapshot_id": "d1:1144:2026-08-17T00:19:35.227Z",
    "latest_synced_at": "2026-08-17T00:19:35.227Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}