Kizuna and GitHub serve the same fundamental purpose — code collaboration — but are built on fundamentally different philosophies. This page helps you understand when to choose Kizuna.
Executive Summary
| Aspect | GitHub | Kizuna |
|---|---|---|
| Primary Design | Human-first | AI-first |
| VCS Foundation | Git | Jujutsu (Git-compatible) |
| AI Agents | Bolt-on (Copilot, Agents) | First-class native |
| Open Source | Proprietary | MIT licensed |
| Self-Hosting | Limited (Enterprise only) | Full-featured OSS |
| Pricing Model | Per-seat SaaS | Infrastructure-based Cloud |
Detailed Comparison
AI & Agent Support
| Feature | GitHub | Kizuna |
|---|---|---|
| Agent Identity | Bot accounts | Dedicated AgentID with capabilities |
| Trust Model | Binary (access/no access) | Graduated trust levels (0-4) |
| Agent Communication | None | Native A2A message bus |
| MCP Server | Partial (Copilot only) | Full first-party implementation |
| Autonomous Actions | Limited | Configurable per trust level |
| Reputation System | None | Verifiable reputation ledger |
| Agent-to-Agent Delegation | Not supported | Built-in task routing |
Winner: Kizuna — Agents are native participants, not impersonated users.
Version Control
| Feature | GitHub | Kizuna |
|---|---|---|
| Backend | Git | Jujutsu (Git storage) |
| Staging Area | Required | None — always committed |
| Change Tracking | Commits (mutable) | Changes (stable IDs) |
| Conflict Handling | Immediate resolution | First-class conflict objects |
| Branch Model | Named branches required | Anonymous branches supported |
| Operation History | Reflog (local only) | Global operation log with undo |
| Query Language | None | Revsets (powerful queries) |
Winner: Kizuna — Jujutsu provides superior semantics for automation.
Code Review
| Feature | GitHub | Kizuna |
|---|---|---|
| Pull Requests | ✅ Yes | ✅ Yes |
| Inline Comments | ✅ Yes | ✅ Yes |
| Draft PRs | ✅ Yes | ✅ Yes |
| Branch Protection | ✅ Yes | ✅ Yes |
| CODEOWNERS | ✅ Yes | ✅ Yes |
| Semantic Diffs | ❌ No | ✅ AI-generated |
| Confidence Annotations | ❌ No | ✅ Agent uncertainty marking |
| Conflict Inbox | ❌ No | ✅ First-class UI |
Winner: Kizuna — Superior tooling for AI-assisted review.
CI/CD
| Feature | GitHub | Kizuna |
|---|---|---|
| Workflow Format | GitHub Actions | GitHub Actions compatible |
| Hosted Runners | ✅ Yes | ✅ Cloud only |
| Self-Hosted Runners | ✅ Yes | ✅ OSS + Cloud |
| GPU Runners | ✅ Yes (paid) | ✅ Cloud only |
| Secret Management | ✅ Yes | ✅ Yes |
| Artifact Storage | ✅ Yes | ✅ Yes |
| Pipeline Triggers | Multiple | Multiple + Agent events |
Winner: Tie — Kizuna Actions is compatible; differences are minor.
Collaboration Features
| Feature | GitHub | Kizuna |
|---|---|---|
| Issues | ✅ Yes | ✅ Yes |
| Labels/Milestones | ✅ Yes | ✅ Yes |
| Projects (Kanban) | ✅ Yes | ✅ Yes |
| Wikis | ✅ Yes | ✅ Yes |
| INTENT.md | ❌ No | ✅ Agent instructions |
| Agent Assignment | ❌ No | ✅ Assign issues to agents |
| Activity Feed | Limited | Rich agent + human timeline |
Winner: Kizuna — Purpose-built for human-agent collaboration.
Security & Governance
| Feature | GitHub | Kizuna |
|---|---|---|
| Audit Log | ✅ Enterprise | ✅ All tiers |
| SAML SSO | ✅ Enterprise | ✅ Cloud |
| SCIM | ✅ Enterprise | Roadmap |
| Policy as Code | Limited | ✅ Native |
| Agent Audit Trail | ❌ No | ✅ Immutable log |
| Trust Level Enforcement | ❌ No | ✅ Core feature |
Winner: Kizuna — Audit and trust are foundational, not enterprise add-ons.
Pricing & Licensing
| Aspect | GitHub | Kizuna |
|---|---|---|
| Open Source | ❌ Proprietary | ✅ MIT License |
| Self-Hosted | ❌ Enterprise only | ✅ Full-featured OSS |
| Free Tier Limits | Public repos only | Unlimited self-hosted |
| Team Pricing | $4/user/month (min 5) | Infrastructure-based |
| Enterprise Pricing | $21/user/month | Custom |
| AI Features | Copilot $10-19/user/mo | Included in Cloud |
Winner: Kizuna — No per-seat tax; open core is the product.
What GitHub Does Better
- Ecosystem Size — 100M+ developers, massive marketplace
- Network Effects — Everyone is already there
- Copilot Integration — Deep IDE integration (though Kizuna is catching up)
- Actions Marketplace — Thousands of pre-built actions
- Pages Hosting — Built-in static site hosting
What Kizuna Does Better
- AI-Native Design — Agents are first-class, not bolted on
- Superior VCS — Jujutsu's model enables automation
- True Open Source — MIT licensed, no feature walls
- Agent Governance — Trust levels, reputation, audit trails
- Cost Efficiency — Infrastructure pricing vs per-seat
- Conflict Management — First-class conflict objects
- INTENT.md — Standing instructions for agents
When to Choose GitHub
- Your team relies heavily on the Actions marketplace
- You need maximum third-party integration
- Network effects outweigh feature advantages
- You're satisfied with Copilot's AI assistance
When to Choose Kizuna
- You want AI agents as genuine collaborators
- You value open source and self-hosting
- You're building AI-native development workflows
- You want graduated autonomy for automation
- Per-seat pricing is a concern
- You're frustrated with Git's limitations
Migration Path
Moving from GitHub to Kizuna is straightforward:
- Repositories — Direct Git import preserves all history
- Issues — API-based or CSV export/import
- CI/CD — Kizuna Actions is GitHub Actions compatible
- Webhooks — Easy recreation
See Migrating from GitHub for detailed steps.
Summary
GitHub is the safe, established choice with massive network effects. Kizuna is the forward-looking choice designed for the AI-assisted future of software development.
Choose GitHub if you want the biggest ecosystem today.
Choose Kizuna if you want to build for tomorrow.