{"id":51284450,"url":"https://github.com/aep/moxgo","last_synced_at":"2026-06-30T04:02:20.790Z","repository":{"id":361490470,"uuid":"1246508422","full_name":"aep/moxgo","owner":"aep","description":"cross platform inference runtime","archived":false,"fork":false,"pushed_at":"2026-06-02T07:48:24.000Z","size":169,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-28T08:22:40.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-22T09:03:47.000Z","updated_at":"2026-06-02T07:48:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aep/moxgo","commit_stats":null,"previous_names":["aep/moxgo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aep/moxgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aep%2Fmoxgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aep%2Fmoxgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aep%2Fmoxgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aep%2Fmoxgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aep","download_url":"https://codeload.github.com/aep/moxgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aep%2Fmoxgo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34951598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-30T04:02:20.378Z","updated_at":"2026-06-30T04:02:20.776Z","avatar_url":"https://github.com/aep.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"MOXGO - the ollama for ONNX\n============================\n\nget an easy http api for ONNX models on android,windows,linux,mac,ios with native acceleration.\n\n    \u003e moxgo serve\n\n\nthe builtin cli makes it easy to play with popular classification models\n\n    \u003e moxgo pull birdnet\n    \u003e moxgo run birdnet --file what_bird_is_this.mp3\n\n    \u003e moxgo pull yolo11n\n    \u003e moxgo run yolo11n --file is_this_a_dog.png\n\n\nadding custom models\n--------------------\n\nyou can add your own ONNX models without publishing them to the registry.\nplace the model files in `~/.moxgo/models/\u003cname\u003e/` with a `manifest.json` and a `model.onnx`.\n\n    ~/.moxgo/models/my-model/\n    ├── manifest.json\n    ├── model.onnx\n    └── labels.csv        (optional)\n\nthe manifest describes inputs, outputs, and runtime options:\n\n```json\n{\n  \"inputs\": {\n    \"images\": {\n      \"type\": \"image\",\n      \"width\": 640,\n      \"height\": 640\n    }\n  },\n  \"outputs\": {\n    \"output0\": {\n      \"labels\": \"coco80\"\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faep%2Fmoxgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faep%2Fmoxgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faep%2Fmoxgo/lists"}