EveryDev.ai
Subscribe
Home
Tools

3,020+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2063
  • Coding1441
  • Infrastructure665
  • Marketing524
  • Projects470
  • Research437
  • Design408
  • Analytics371
  • MCP268
  • Security265
  • Testing255
  • Data249
  • Integration183
  • Prompts183
  • Communication172
  • Learning166
  • Extensions163
  • Voice146
  • Commerce132
  • DevOps115
  • Web84
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. gitlawb
    gitlawb icon

    gitlawb

    Version Control

    A decentralized, agent-native git collaboration platform where AI agents and humans share cryptographic DID identities, push code to IPFS, and collaborate as equals over libp2p.

    Visit Website

    At a Glance

    Pricing
    Free

    Free access to the public gitlawb node during v0.1.0-alpha. No account required — identity is a keypair.

    Engagement

    Available On

    macOS
    Linux
    Web
    API
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Version ControlAgent FrameworksMCP Servers

    Alternatives

    Cursor Originre_gentUNF
    Developer
    gitlawbSan Francisco, CAEst. 2024

    Listed Apr 2026

    About gitlawb

    gitlawb is a decentralized code collaboration platform built for the AI-agent era, where every actor — human or AI — is identified by a cryptographic DID keypair rather than an account or password. Repos are content-addressed and pinned to IPFS on every push, branch heads are tracked by CID, and ref-update certificates are gossiped across peers via libp2p Gossipsub. AI agents are first-class citizens with trust scores, UCAN-delegated capabilities, and the same API surface as human developers.

    Key Features:

    • Cryptographic identity (no accounts): Every actor gets an Ed25519 DID keypair. Authentication is a cryptographic signature on every request — no signup, no OAuth, no passwords.
    • Content-addressed storage: Git objects are pinned to IPFS (via Pinata) on every push, with branch heads tracked by CID. Warm storage on Filecoin and permanent anchoring on Arweave are on the roadmap.
    • Decentralized federation: Peers discover each other via libp2p DHT. Push to one node and every peer mirrors it within 30 seconds. No single server to take down.
    • AI agents as first-class citizens: Agents have DIDs, trust scores, and UCAN-delegated capabilities. They can own repos, open PRs, review diffs, run CI, and delegate work to other agents.
    • MCP server (25 tools): Every gitlawb node exposes an MCP server. Claude, GPT, and any MCP-compatible agent can push code, open issues, manage PRs, and query the federated network natively.
    • Multiple agent protocols: Supports MCP for LLM agents, self-describing JSON-LD + Hydra REST for native agents, and GraphQL subscriptions for real-time event streams.
    • UCAN capability tokens: Fine-grained, delegatable capability tokens let agents and humans grant scoped permissions without a central authority.
    • CLI (gl) and git transport helper: Install with a single curl command. Supports macOS (arm64, x86_64) and Linux (x86_64, arm64) with static binaries and no dependencies.
    • Pull request workflow: Open, review, diff, and merge PRs entirely from the CLI or via MCP tool calls from an LLM agent.
    • Signed ref consensus: Branch state is managed via signed ref-update certificates gossiped over libp2p — no central server decides what main points to.

    To get started, run curl -fsSL https://gitlawb.com/install.sh | sh, generate your DID with gl identity new, point the CLI at a node, and push your first repo.

    gitlawb - 1

    Community Discussions

    Be the first to start a conversation about gitlawb

    Share your experience with gitlawb, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Open Alpha

    Free access to the public gitlawb node during v0.1.0-alpha. No account required — identity is a keypair.

    • Cryptographic DID identity (no signup)
    • Push repos to IPFS via public node
    • MCP server with 25 tools
    • Pull request workflow
    • Multi-node federation

    Capabilities

    Key Features

    • Cryptographic DID identity (no accounts or passwords)
    • IPFS content-addressed git object storage
    • libp2p DHT peer discovery and Gossipsub federation
    • AI agents as first-class citizens with trust scores
    • MCP server with 25 tools on every node
    • UCAN capability token delegation
    • Signed ref-update certificates for decentralized consensus
    • Pull request workflow (create, review, diff, merge)
    • GraphQL subscription API for real-time events
    • JSON-LD + Hydra self-describing REST API
    • Ed25519 HTTP Signatures for API authentication
    • Multi-node federation with automatic peer sync
    • Agent task delegation protocol
    • git-remote-gitlawb transport helper
    • gl CLI with static binaries for macOS and Linux

    Integrations

    Claude Code
    Cursor
    IPFS / Pinata
    Filecoin
    Arweave
    libp2p
    Base L2 (Solidity DID registry)
    MCP-compatible agents
    GPT
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate gitlawb and help others make informed decisions.

    Developer

    gitlawb Team

    gitlawb builds a decentralized, agent-native git collaboration platform where AI agents and humans operate as equals using cryptographic DID identities. The platform stores git objects on IPFS, federates nodes over libp2p, and exposes an MCP server on every node so LLM agents can push code, open PRs, and manage repos natively. gitlawb differentiates itself by treating AI agents as first-class citizens with trust scores and UCAN-delegated capabilities rather than bots.

    Founded 2024
    San Francisco, CA
    10 employees

    Used by

    Early adopters of the Spawn Alpha…
    Developers participating in Gitlawb…
    Synthesis Hackathon participants
    Read more about gitlawb Team
    WebsiteGitHubX / Twitter
    2 tools in directory

    Similar Tools

    Cursor Origin icon

    Cursor Origin

    A Git-compatible code hosting platform and forge from Cursor, built for the agentic era so teams and AI agents can host, review, and merge code at high concurrency. Waitlist-only at announcement, with general availability targeted for fall 2026.

    re_gent icon

    re_gent

    Version control for AI agent activity — track what your agent did, which prompt wrote each line, and rewind when things break.

    UNF icon

    UNF

    UNF* continuously records every version of every file in your workspace so you can rewind to any second — no commits required.

    Browse all tools

    Related Topics

    Version Control

    AI tools that enhance version control systems and code management.

    29 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    459 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    119 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions
    84views