🔧 IrysGit CLI
Git-alternative command-line tool with familiar commands like push, pull, clone, branch, and checkout for permanent, decentralized repository management
Complete decentralized development ecosystem: IrysGit CLI and GitHirys web platform built on Irys

The IrysGit ecosystem consists of two complementary projects that provide a complete decentralized alternative to traditional Git and GitHub:
IrysGit is a revolutionary CLI tool that serves as a decentralized alternative to Git. Built on top of Irys (Arweave-based), it provides permanent, censorship-resistant storage for your code repositories with familiar Git-like commands.
GitHirys is a modern web platform that serves as a decentralized alternative to GitHub. Built with Next.js, it provides an intuitive web interface for repository exploration, management, and collaboration, all powered by the same Irys network.
The two projects are designed to work in perfect harmony:
# Install globally
npm install -g irys-git
# Login with your Solana wallet
igit login
# Initialize a repository
igit init MyProject
# Push your code
igit push
# Clone from anywhere
igit clone githirys.xyz/your-wallet/MyProject┌─────────────────┐ ┌─────────────────┐
│ IrysGit CLI │ │ GitHirys Web │
│ (Git Alternative) │ │ (GitHub Alternative) │
└─────────┬───────┘ └─────────┬───────┘
│ │
│ Solana Wallet │
│ Authentication │
│ │
└──────────┬───────────┘
│
┌─────────────────┐
│ Irys Network │
│ (Permanent Storage) │
└─────────────────┘Ready to get started? Check out our guide to learn more about both platforms!