Chariot marketplace
# chariot manifest
chariot/zeroclaw
templateStock ZeroClaw runtime (distroless Rust). The default.
small1 CPU512 MiB RAMZeroClaw
forks
1k+
provisioned
$0
hibernate/day
$0.07
active/day
$0.27
$ chariot deploy-fleet zeroclaw
chariot/zeroclaw/README.md
public Chariotchariot/zeroclaw
Stock ZeroClaw runtime (distroless Rust). The default.
Fork this Chariot into your account to get a private runtime with its own secrets, data, volume, and execution history.
manifest.json
{
"schema": "chariot.marketplace.v1",
"chariot": "chariot/zeroclaw",
"namespace": "chariot",
"name": "zeroclaw",
"kind": "template",
"verified": false,
"pod_size": "small",
"runtime": "ZeroClaw",
"provisioned_daily_fee": 0,
"active_daily_fee": 0.27,
"hibernating_daily_fee": 0.07,
"forks": 0,
"available": true,
"fork_command": "chariot deploy-fleet zeroclaw",
"published_at": null,
"page": {
"tags": [],
"media": [],
"links": [],
"has_readme": false,
"has_changelog": false
}
}