{"id":50454304,"url":"https://github.com/aion-systems-core/sealrun","last_synced_at":"2026-06-01T01:30:36.879Z","repository":{"id":352458072,"uuid":"1215141263","full_name":"aion-systems-core/sealrun","owner":"aion-systems-core","description":"Deterministic execution engine for AI workloads — verifiable capsules, replay, drift, evidence chain.","archived":false,"fork":false,"pushed_at":"2026-04-23T21:34:30.000Z","size":964,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-23T23:17:36.294Z","etag":null,"topics":["audit","cli","debugging","determinism","diff-tool","reproducibility","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aion-systems-core.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/security-guide.md","support":null,"governance":"docs/governance.md","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-04-19T14:35:58.000Z","updated_at":"2026-04-23T21:34:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aion-systems-core/sealrun","commit_stats":null,"previous_names":["aion-systems-core/aion","aion-systems-core/sealrun"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/aion-systems-core/sealrun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aion-systems-core%2Fsealrun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aion-systems-core%2Fsealrun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aion-systems-core%2Fsealrun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aion-systems-core%2Fsealrun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aion-systems-core","download_url":"https://codeload.github.com/aion-systems-core/sealrun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aion-systems-core%2Fsealrun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33756575,"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":["audit","cli","debugging","determinism","diff-tool","reproducibility","rust"],"created_at":"2026-06-01T01:30:31.490Z","updated_at":"2026-06-01T01:30:36.874Z","avatar_url":"https://github.com/aion-systems-core.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SealRun\n\nSealRun is a deterministic execution engine for AI and automation workloads.\nIt produces reproducible run artifacts (capsules, replay, drift, evidence, policy outputs) that are machine-checkable and audit-ready.\nUse it to standardize execution validation in CI, SRE workflows, and governed release pipelines.\n\n[![CI](https://github.com/aion-systems-core/sealrun/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aion-systems-core/sealrun/actions/workflows/ci.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![Rust](https://img.shields.io/badge/rust-stable-orange.svg)](https://www.rust-lang.org/)\n\n## Key Features\n\n- Deterministic capsule generation for repeatable run records.\n- Replay symmetry checks against stored capsule state.\n- Drift comparison for controlled change analysis.\n- Evidence chain outputs for audit and incident workflows.\n- Policy validation surfaces for governance gates.\n- Stable JSON output envelopes for automation and tooling.\n- Rust-first implementation with workspace-level tests.\n\n## Quickstart\n\n```bash\ngit clone https://github.com/aion-systems-core/sealrun.git\ncd sealrun\ncargo build --release\n./target/release/sealrun --help\n./target/release/sealrun --id quickstart_demo execute ai --model demo --prompt \"hello\" --seed 42\n./target/release/sealrun --id quickstart_replay execute ai-replay --capsule aion_output/ai/quickstart_demo/capsule.aionai\n./target/release/sealrun --id quickstart_left observe capture -- echo alpha\n./target/release/sealrun --id quickstart_right observe capture -- echo beta\n./target/release/sealrun observe drift aion_output/capture/quickstart_left/result.json aion_output/capture/quickstart_right/result.json\n./target/release/sealrun doctor\n```\n\n## Developer Quickstart\n\n```bash\ncargo fmt --all -- --check\ncargo clippy --workspace --all-targets --all-features -- -D warnings\ncargo test --workspace --all-targets\ncargo test -p aion-cli --test golden_test\nbash scripts/smoke_e2e.sh\n```\n\n## SealRun-AI\n\n`sealrun_ai/` adds deterministic AI-assisted test generation, evaluator heuristics, fixture generation, and pipeline test helpers.\nStart here: [docs/ai/README.md](docs/ai/README.md).\n\n## Enterprise\n\nEnterprise-facing docs cover trust, operations, controls, runbooks, and pilot readiness without changing core deterministic semantics.\nStart here: [docs/enterprise/README.md](docs/enterprise/README.md).\n\n## Pricing\n\nCommercial packaging and support details: [docs/pricing.md](docs/pricing.md). (draft)\n\n## Contact\n\ncontact.sealrun@gmail.com\n\n## Docs Hub\n\n[docs/README.md](docs/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faion-systems-core%2Fsealrun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faion-systems-core%2Fsealrun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faion-systems-core%2Fsealrun/lists"}