Skip to content

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

AspectGitHubKizuna
Primary DesignHuman-firstAI-first
VCS FoundationGitJujutsu (Git-compatible)
AI AgentsBolt-on (Copilot, Agents)First-class native
Open SourceProprietaryMIT licensed
Self-HostingLimited (Enterprise only)Full-featured OSS
Pricing ModelPer-seat SaaSInfrastructure-based Cloud

Detailed Comparison

AI & Agent Support

FeatureGitHubKizuna
Agent IdentityBot accountsDedicated AgentID with capabilities
Trust ModelBinary (access/no access)Graduated trust levels (0-4)
Agent CommunicationNoneNative A2A message bus
MCP ServerPartial (Copilot only)Full first-party implementation
Autonomous ActionsLimitedConfigurable per trust level
Reputation SystemNoneVerifiable reputation ledger
Agent-to-Agent DelegationNot supportedBuilt-in task routing

Winner: Kizuna — Agents are native participants, not impersonated users.

Version Control

FeatureGitHubKizuna
BackendGitJujutsu (Git storage)
Staging AreaRequiredNone — always committed
Change TrackingCommits (mutable)Changes (stable IDs)
Conflict HandlingImmediate resolutionFirst-class conflict objects
Branch ModelNamed branches requiredAnonymous branches supported
Operation HistoryReflog (local only)Global operation log with undo
Query LanguageNoneRevsets (powerful queries)

Winner: Kizuna — Jujutsu provides superior semantics for automation.

Code Review

FeatureGitHubKizuna
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

FeatureGitHubKizuna
Workflow FormatGitHub ActionsGitHub 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 TriggersMultipleMultiple + Agent events

Winner: Tie — Kizuna Actions is compatible; differences are minor.

Collaboration Features

FeatureGitHubKizuna
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 FeedLimitedRich agent + human timeline

Winner: Kizuna — Purpose-built for human-agent collaboration.

Security & Governance

FeatureGitHubKizuna
Audit Log✅ Enterprise✅ All tiers
SAML SSO✅ Enterprise✅ Cloud
SCIM✅ EnterpriseRoadmap
Policy as CodeLimited✅ 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

AspectGitHubKizuna
Open Source❌ Proprietary✅ MIT License
Self-Hosted❌ Enterprise only✅ Full-featured OSS
Free Tier LimitsPublic repos onlyUnlimited self-hosted
Team Pricing$4/user/month (min 5)Infrastructure-based
Enterprise Pricing$21/user/monthCustom
AI FeaturesCopilot $10-19/user/moIncluded in Cloud

Winner: Kizuna — No per-seat tax; open core is the product.

What GitHub Does Better

  1. Ecosystem Size — 100M+ developers, massive marketplace
  2. Network Effects — Everyone is already there
  3. Copilot Integration — Deep IDE integration (though Kizuna is catching up)
  4. Actions Marketplace — Thousands of pre-built actions
  5. Pages Hosting — Built-in static site hosting

What Kizuna Does Better

  1. AI-Native Design — Agents are first-class, not bolted on
  2. Superior VCS — Jujutsu's model enables automation
  3. True Open Source — MIT licensed, no feature walls
  4. Agent Governance — Trust levels, reputation, audit trails
  5. Cost Efficiency — Infrastructure pricing vs per-seat
  6. Conflict Management — First-class conflict objects
  7. 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:

  1. Repositories — Direct Git import preserves all history
  2. Issues — API-based or CSV export/import
  3. CI/CD — Kizuna Actions is GitHub Actions compatible
  4. 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.