Skip to content

Gitdot: A Rust-Built, Anti-AI Code Forge Gunning for GitHub

A Show HN submission this week introduced Gitdot — an open-source, Rust-written alternative to GitHub that deliberately refuses AI features. Here's what the early project signals.

Lenn Voss
Lenn Voss
Cloud & Infrastructure Writer · Jun 8, 2026 · 3 min read

A new project called Gitdot landed on Hacker News this week with an unusually direct value proposition: it wants to be a better GitHub, it's written in Rust, it's open source, and it explicitly positions itself as anti-AI.

The project is early — the next planned release is v0.2: Infra & Issues, with an ETA of July 15, 2026 — but the positioning alone makes it worth watching.

What's Known

From the project's own homepage at gitdot.io, the stated facts are sparse but pointed:

  • Language: Rust
  • License: Open source
  • Positioning: A self-described "better GitHub"
  • Explicit stance: Anti-AI
  • Current development phase: Pre-v0.2; roadmap includes infrastructure and issue tracking
  • Next milestone: v0.2, targeting July 15, 2026

That's the full picture the sources support. Details about architecture, hosting model, feature parity, or license specifics aren't yet publicly documented in a way that would let us go further without speculating.

The Anti-AI Stance Is the Real News

In a landscape where every major dev tool — GitHub Copilot, GitLab Duo, Gitea's AI integrations — is racing to embed LLMs into the developer workflow, Gitdot is doing the opposite: making the rejection of AI a first-class design decision.

This isn't a neutral omission. Calling yourself "anti-AI" is a deliberate signal to a segment of the developer community that is increasingly frustrated with AI feature creep in their tooling — the noise in code review, the hallucinated suggestions, the privacy concerns around code being sent to third-party inference endpoints.

Advertisement

For teams with strict data-handling requirements, regulated codebases, or simply a preference for deterministic tooling, this stance has genuine appeal. It's also a differentiator no incumbent is willing to claim.

Why Rust?

Choosing Rust for a code forge is a credible technical choice. Rust's memory safety guarantees and performance profile suit a server-side application that needs to handle git operations, diffing, and concurrent repository access efficiently. Projects like Gitoxide have already demonstrated that a pure-Rust git implementation is viable. Whether Gitdot is building on such foundations or rolling its own isn't clear from the available sources.

What to Watch For in v0.2

The roadmap label "Infra & Issues" suggests that v0.2 is focused on foundational plumbing — server deployment infrastructure and issue tracking — which implies v0.1 was likely limited to core repository hosting. That's a sensible sequencing for an early forge project.

If the project ships issue tracking in July as planned, it will cross a meaningful threshold: issues plus code hosting is the minimum viable surface area for a team to actually migrate a project away from GitHub.

Bottom Line

Gitdot is too early to evaluate on technical merit — the sources simply don't support that level of analysis yet. What is evaluable is the thesis: open source, Rust, no AI, GitHub alternative. That combination is coherent and speaks directly to a real segment of the developer community that's underserved by current forges.

Check back in mid-July when v0.2 lands. That release will tell us whether the technical execution matches the positioning.

Sources & further reading

  1. Show HN: Gitdot – a better GitHub. Open-source, anti-AI, and written in Rust — gitdot.io
Lenn Voss
Written by
Lenn Voss · Cloud & Infrastructure Writer

Lenn writes about cloud platforms, Kubernetes internals, and the infrastructure decisions that quietly make or break engineering organizations. Based in Berlin's vibrant tech scene, they have a talent for turning dense platform-engineering topics into prose that people actually finish reading.

Discussion 0

Join the discussion

Sign in or create an account to comment and vote.

No comments yet

Be the first to weigh in.

Related Reading