Censorship Resistant
No single entity can remove, censor, or restrict access to your repositories. Built on decentralized infrastructure that can't be shut down.
A censorship-resistant Git platform built on Byzantine Fault Tolerant consensus. Your code, your infrastructure, no single point of failure.
Modern code hosting platforms are centralized points of failure. A single company's decision can affect millions of developers. Repositories get removed, accounts get banned, and geographic restrictions limit global collaboration.
Guts changes this. By building on Byzantine Fault Tolerant consensus and peer-to-peer networking, Guts creates code collaboration infrastructure that:
Get started with Guts in under 5 minutes:
# Install the CLI
cargo install guts-cli
# Generate your identity
guts identity generate
# Clone a repository
git clone https://guts.network/owner/repo.gitDeploy a Guts node:
# Docker (quickest)
docker run -d -p 8080:8080 -p 9000:9000 ghcr.io/guts-network/guts-node:latest
# Or use Kubernetes
helm install guts-node guts/guts-node --namespace gutsGuts is built on proven primitives from commonware:
| Layer | Technology | Purpose |
|---|---|---|
| Consensus | Simplex BFT | Total ordering of state changes |
| Networking | commonware::p2p | Encrypted peer-to-peer communication |
| Storage | RocksDB + Content-Addressed | Persistent, deduplicated storage |
| Identity | Ed25519 | Cryptographic signatures |
Guts has completed 13 milestones covering core functionality, collaboration features, governance, real-time updates, CI/CD integration, performance optimization, and true decentralization with Simplex BFT consensus.
| Component | Status |
|---|---|
| Git Protocol | Production Ready |
| P2P Replication | Production Ready |
| Simplex BFT Consensus | Production Ready |
| Pull Requests & Issues | Production Ready |
| Organizations & Teams | Production Ready |
| TypeScript & Python SDKs | Stable |
| Migration Tools | Stable |
Next milestone: Security hardening and audit preparation.