Skip to content

GutsDecentralized Code Collaboration

A censorship-resistant Git platform built on Byzantine Fault Tolerant consensus. Your code, your infrastructure, no single point of failure.

Guts

Why Guts?

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:

  • Can't be taken down - No central server means no single point of failure
  • Can't be censored - Distributed consensus prevents arbitrary removal
  • Can't be controlled - No single entity owns the network

Quick Start

For Developers

Get started with Guts in under 5 minutes:

bash
# Install the CLI
cargo install guts-cli

# Generate your identity
guts identity generate

# Clone a repository
git clone https://guts.network/owner/repo.git

Read the Developer Guide →

For Operators

Deploy a Guts node:

bash
# 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 guts

Read the Operator Guide →

Architecture

Guts is built on proven primitives from commonware:

LayerTechnologyPurpose
ConsensusSimplex BFTTotal ordering of state changes
Networkingcommonware::p2pEncrypted peer-to-peer communication
StorageRocksDB + Content-AddressedPersistent, deduplicated storage
IdentityEd25519Cryptographic signatures

View Architecture Decisions →

Project Status

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.

ComponentStatus
Git ProtocolProduction Ready
P2P ReplicationProduction Ready
Simplex BFT ConsensusProduction Ready
Pull Requests & IssuesProduction Ready
Organizations & TeamsProduction Ready
TypeScript & Python SDKsStable
Migration ToolsStable

Next milestone: Security hardening and audit preparation.

View Full Roadmap →

Released under the MIT License.