mirror of
https://github.com/razzant/ouroboros.git
synced 2026-08-05 08:39:48 +00:00
Some checks failed
CI / quick-test (push) Has been cancelled
CI / full-test (macos-latest) (push) Has been cancelled
CI / full-test (ubuntu-latest) (push) Has been cancelled
CI / full-test (windows-latest) (push) Has been cancelled
CI / integration-test (push) Has been cancelled
CI / skill-smoke (macos-latest) (push) Has been cancelled
CI / skill-smoke (ubuntu-latest) (push) Has been cancelled
CI / docker-ui-smoke (push) Has been cancelled
Sync Joi Lab Fork Mirror / sync (push) Has been cancelled
CI / build (tar.gz, ubuntu-latest, linux-x86_64, syft_1.50.0_linux_amd64.tar.gz, syft, bf7b29ff57f06da30918266a0e1c2885a8f99784798d1bdb1628886aa015d788) (push) Has been cancelled
CI / build (zip, windows-latest, windows-x64, syft_1.50.0_windows_amd64.zip, syft.exe, 815ee6973ec5dff6a671d7f41b0e78835a8c45b91d5a39f4743ea1cee833d3be) (push) Has been cancelled
CI / release (push) Has been cancelled
CI / skill-smoke (windows-latest) (push) Has been cancelled
CI / marker-guards (push) Has been cancelled
CI / ui-smoke (push) Has been cancelled
CI / docker-portable-test (push) Has been cancelled
CI / build (dmg, macos-latest, macos-arm64, syft_1.50.0_darwin_arm64.tar.gz, syft, e32fdb9d47823fa633748a1efca2528fd77c37469ea93c9e40ab835da44e4cce) (push) Has been cancelled
CI / release-preflight (push) Has been cancelled
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"name": "Ouroboros",
|
|
"channel": "stable",
|
|
"homepage": "https://ouroboros-agent.ai/",
|
|
"installPage": "https://ouroboros-agent.ai/install/",
|
|
"repository": "https://github.com/razzant/ouroboros",
|
|
"releaseDiscovery": {
|
|
"latestReleaseApi": "https://api.github.com/repos/razzant/ouroboros/releases/latest",
|
|
"releasesPage": "https://github.com/razzant/ouroboros/releases",
|
|
"tagTemplate": "v{version}",
|
|
"checksumsAssetCandidates": [
|
|
"SHA256SUMS",
|
|
"SHA256SUMS-v{version}.txt"
|
|
],
|
|
"evidenceAssetCandidates": [
|
|
"release-evidence.json",
|
|
"release-proof-v{version}.json"
|
|
]
|
|
},
|
|
"artifacts": [
|
|
{
|
|
"platform": "macos",
|
|
"architecture": "arm64",
|
|
"minimumVersion": "12",
|
|
"format": "dmg",
|
|
"nameTemplate": "Ouroboros-{version}.dmg"
|
|
},
|
|
{
|
|
"platform": "linux",
|
|
"architecture": "x86_64",
|
|
"format": "tar.gz",
|
|
"nameTemplate": "Ouroboros-{version}-linux-x86_64.tar.gz"
|
|
},
|
|
{
|
|
"platform": "windows",
|
|
"architecture": "x64",
|
|
"format": "zip",
|
|
"nameTemplate": "Ouroboros-{version}-windows-x64.zip"
|
|
}
|
|
],
|
|
"verification": {
|
|
"availability": "per-release",
|
|
"githubAttestations": {
|
|
"availability": "per-release",
|
|
"predicates": [
|
|
"https://slsa.dev/provenance/v1",
|
|
"https://cyclonedx.org/bom"
|
|
]
|
|
}
|
|
},
|
|
"sourceInstall": {
|
|
"python": ">=3.10",
|
|
"instructions": "https://github.com/razzant/ouroboros#run-from-source"
|
|
}
|
|
}
|