{"id":50454135,"url":"https://github.com/mizcausevic-dev/orbitforge","last_synced_at":"2026-06-01T01:05:41.030Z","repository":{"id":357461687,"uuid":"1236977935","full_name":"mizcausevic-dev/orbitforge","owner":"mizcausevic-dev","description":"Governance and provenance control plane for satellite and orbital-agent swarms handling debris, comms, and autonomous space operations.","archived":false,"fork":false,"pushed_at":"2026-05-12T21:41:13.000Z","size":648,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-12T23:13:51.951Z","etag":null,"topics":["aerospace","autonomous-systems","conjunction-risk","control-plane","fastapi","orbital-agents","provenance","python","satellite-governance","space-operations","swarm-governance"],"latest_commit_sha":null,"homepage":"https://kineticgain.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mizcausevic-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-12T18:57:24.000Z","updated_at":"2026-05-12T21:41:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mizcausevic-dev/orbitforge","commit_stats":null,"previous_names":["mizcausevic-dev/orbitforge"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mizcausevic-dev/orbitforge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Forbitforge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Forbitforge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Forbitforge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Forbitforge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizcausevic-dev","download_url":"https://codeload.github.com/mizcausevic-dev/orbitforge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Forbitforge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33755379,"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-05-31T02:00:06.040Z","response_time":95,"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":["aerospace","autonomous-systems","conjunction-risk","control-plane","fastapi","orbital-agents","provenance","python","satellite-governance","space-operations","swarm-governance"],"created_at":"2026-06-01T01:05:40.948Z","updated_at":"2026-06-01T01:05:41.018Z","avatar_url":"https://github.com/mizcausevic-dev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OrbitForge\r\n\r\nOrbitForge is a governance and provenance control plane for satellite and orbital-agent swarms managing debris, comms, and autonomous space operations.\r\n\r\n![Overview](./screenshots/01-overview.png)\r\n\r\n## Why this repo is good\r\n\r\n- It tackles a very real future problem: autonomous orbital systems need governance, replayable provenance, and maneuver accountability.\r\n- It keeps the story concrete with conjunction alerts, maneuver authority, crosslink health, and handoff chains.\r\n- It gives you another flagship that feels ambitious but still operationally believable.\r\n\r\n## What it does\r\n\r\n- Scores orbital assets for governance risk using conjunction distance, fuel margin, crosslink health, override readiness, and event history.\r\n- Tracks orbital events with policy triggers, handoff chains, maneuver authority, and provenance scores.\r\n- Separates clear, watch, and contain states for mission supervision.\r\n- Exposes a clean API plus operator-facing proof surfaces for orbital command, event replay, and incident review.\r\n\r\n## Proof\r\n\r\n![Event Replay](./screenshots/02-event-replay.png)\r\n![Incident Board](./screenshots/03-incident-board.png)\r\n![API Summary](./screenshots/04-api-summary.png)\r\n\r\n## Local run\r\n\r\n```powershell\r\ncd orbitforge\r\npy -3.11 -m venv .venv\r\n.\\.venv\\Scripts\\pip.exe install -r requirements.txt\r\n.\\.venv\\Scripts\\python.exe -m app.main\r\n```\r\n\r\nOpen:\r\n\r\n- `http://127.0.0.1:4846/`\r\n- `http://127.0.0.1:4846/event-replay`\r\n- `http://127.0.0.1:4846/incident-board`\r\n- `http://127.0.0.1:4846/docs`\r\n\r\n## Validation\r\n\r\n```powershell\r\n.\\.venv\\Scripts\\python.exe -m unittest discover -s tests\r\n.\\.venv\\Scripts\\python.exe scripts\\run_demo.py\r\n.\\.venv\\Scripts\\python.exe scripts\\smoke_check.py\r\n.\\.venv\\Scripts\\python.exe scripts\\render_readme_assets.py\r\n```\r\n\r\n## API shape\r\n\r\nEndpoints:\r\n\r\n- `/api/dashboard/summary`\r\n- `/api/assets`\r\n- `/api/events`\r\n- `/api/assets/{asset_id}`\r\n- `/api/events/{event_id}`\r\n- `/api/sample`\r\n\r\n## Repo layout\r\n\r\n```text\r\napp/\r\n  data/\r\n  services/\r\ndocs/\r\nscripts/\r\nscreenshots/\r\ntests/\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Forbitforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizcausevic-dev%2Forbitforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Forbitforge/lists"}