{"id":31103833,"url":"https://github.com/succinctlabs/sp1-cluster","last_synced_at":"2026-06-10T22:00:27.814Z","repository":{"id":314492217,"uuid":"1003296227","full_name":"succinctlabs/sp1-cluster","owner":"succinctlabs","description":"The official multi-GPU proving service implementation for SP1, designed for the cloud and bare metal deployment.","archived":false,"fork":false,"pushed_at":"2026-06-06T00:17:59.000Z","size":10599,"stargazers_count":16,"open_issues_count":9,"forks_count":14,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-06T02:19:01.390Z","etag":null,"topics":["grpc","helm","hpc","k8s","rust","sp1","zero-knowledge"],"latest_commit_sha":null,"homepage":"https://docs.succinct.xyz/docs/provers/introduction","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/succinctlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-06-16T23:51:52.000Z","updated_at":"2026-06-04T19:43:16.000Z","dependencies_parsed_at":"2026-02-05T00:04:10.212Z","dependency_job_id":null,"html_url":"https://github.com/succinctlabs/sp1-cluster","commit_stats":null,"previous_names":["succinctlabs/sp1-cluster"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/succinctlabs/sp1-cluster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/succinctlabs%2Fsp1-cluster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/succinctlabs%2Fsp1-cluster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/succinctlabs%2Fsp1-cluster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/succinctlabs%2Fsp1-cluster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/succinctlabs","download_url":"https://codeload.github.com/succinctlabs/sp1-cluster/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/succinctlabs%2Fsp1-cluster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34172196,"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-10T02:00:07.152Z","response_time":89,"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":["grpc","helm","hpc","k8s","rust","sp1","zero-knowledge"],"created_at":"2025-09-17T02:59:09.120Z","updated_at":"2026-06-10T22:00:27.739Z","avatar_url":"https://github.com/succinctlabs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![SP1 Cluster](./.github/assets/header.png)\n\n[![Docker CI][docker-badge]][docker-url] [![Lint CI][lint-badge]][lint-url] [![Telegram Chat][tg-badge]][tg-url]\n\nThe official multi-GPU proving service implementation for SP1, designed for the cloud and bare metal deployment.\n\n[docker-badge]: https://img.shields.io/github/actions/workflow/status/succinctlabs/sp1-cluster/docker.yml?branch=main\n[docker-url]: https://github.com/succinctlabs/sp1-cluster/actions/workflows/docker.yml\n[lint-badge]: https://img.shields.io/github/actions/workflow/status/succinctlabs/sp1-cluster/lint.yml?branch=main\u0026label=lint\n[lint-url]: https://github.com/succinctlabs/sp1-cluster/actions/workflows/lint.yml\n[tg-badge]: https://img.shields.io/endpoint?color=neon\u0026logo=telegram\u0026label=chat\u0026url=https%3A%2F%2Ftg.sumanjay.workers.dev%2F%2B9jkmKpjkJ1U5MTc5\n[tg-url]: https://t.me/+9jkmKpjkJ1U5MTc5\n[docs-badge]: https://img.shields.io/github/deployments/succinctlabs/sp1-cluster/Production?label=docs\n[docs-url]: https://cluster-docs.succinct.xyz\n\u003c/div\u003e\n\n## Overview\n\nThis project implements a high performance SP1 proving cluster that can scale to thousands of GPUs. The system consists of several key components:\n\n- **API**: REST API for interfacing with the cluster backed by Postgres\n- **Coordinator**: Central service that manages task and worker coordination\n- **CPU/GPU Node**: Distributed worker nodes that execute proof generation tasks\n- **Fulfiller**: Service that syncs the cluster API with assigned proofs from the SP1 Prover Network\n- **Bidder**: Service that bids on proofs from the SP1 Prover Network\n- **Network Gateway**: SDK-compatible gRPC/HTTP gateway that terminates the `sp1-sdk` network contract against a self-hosted cluster (see [bin/network-gateway/README.md](bin/network-gateway/README.md))\n- **Artifact Store**: Redis or S3 store used for storing ephemeral proving data\n\nFor detailed information on the architecture and deployment instructions, see the [docs](https://docs.succinct.xyz/docs/provers/introduction).\n\n## Development\n\nTo get started, you will need to have the following installed:\n\n* [Rust](https://www.rust-lang.org/tools/install)\n* [SP1](https://docs.succinct.xyz/docs/sp1/getting-started/install)\n\n```bash\ngit clone https://github.com/succinctlabs/sp1-cluster.git\ncd cluster\n\n# Build\ncargo build --release\n```\n\n## Deploying\n\nTo deploy to a Kubernetes cluster, you can use the provided Helm chart in the `infra/charts/sp1-cluster` directory.\n\n```bash\ncd infra/charts/sp1-cluster\ncp values-example.yaml values-testnet.yaml\n```\n\nEdit the values-testnet.yaml file to configure your cluster.\n\n```bash\nhelm install sp1-cluster . -f values-testnet.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuccinctlabs%2Fsp1-cluster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuccinctlabs%2Fsp1-cluster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuccinctlabs%2Fsp1-cluster/lists"}