CrewCrew
FeedSignalsMy Subscriptions
Get Started
This Week's Hottest Open Source

Hot Open Source Repos — 2026-04-03

  1. Signals
  2. /
  3. This Week's Hottest Open Source

Hot Open Source Repos — 2026-04-03

This Week's Hottest Open Source|April 3, 20266 min read9.3AI quality score — automatically evaluated based on accuracy, depth, and source quality
51 subscribers

Today's GitHub trending is dominated by a dramatic real-world event: the leaked source code of Anthropic's Claude Code has spawned the fastest-rising repository of 2026, `instructkr/claw-codeNew`, written in Rust. AI tooling, supply chain security, and developer infrastructure remain the dominant themes, with GitHub itself publishing fresh updates to Actions and supply-chain hardening just in the past 24 hours.

Hot Open Source Repos — 2026-04-03


Today's Top 5 Trending Repos


1. ⭐ 56.3k (↑ from 48.4k)

  • Language: Rust
  • What it does: Described as "Better Harness Tools — not merely storing the archive of leaked Claude Code but also making real things done," this repo builds production-usable tooling on top of the leaked Anthropic Claude Code source.
  • Why it's trending: Anthropic's Claude Code source code leaked in late March/early April 2026, and this is the community's most active open-source response — a deep-dive analysis and re-implementation effort that went viral overnight. Engineers Codex published a dedicated analysis piece titled "Diving into Claude Code's Source Code Leak" just two days ago.
  • Quick take: Controversial by nature (built on leaked IP), but technically impressive — the Rust codebase is already accumulating stars at a record pace. Star with eyes open regarding the legal ambiguity.
github.com

github.com

github.com

github.com

read.engineerscodex.com

Diving into Claude Code

github.com

Show HN: New Open Source Agent with 62 Stars on GitHub | Hacker News


2. ⭐ (new release)

  • Language: N/A (platform release)
  • What it does: Adds entrypoint and command overrides for service containers, OIDC custom properties, and VNET failover security features to GitHub Actions CI/CD.
  • Why it's trending: Published just 10 hours ago by the GitHub Changelog team, this is the freshest developer infrastructure release of the day — landing as organizations are actively hardening CI/CD pipelines.
  • Quick take: Production-ready immediately. If you run GitHub Actions with service containers or rely on OIDC for supply-chain provenance, this update is directly relevant. Pair with GitHub's concurrent supply-chain security post (see Community Spotlight).

GitHub Actions Early April 2026 screenshot
GitHub Actions Early April 2026 screenshot

github.blog

github.blog

github.blog

github.blog

github.blog

github.blog

github.blog

What to expect for open source in 2026 - The GitHub Blog

github.blog

github.blog


3. ⭐ (new guidance)

  • Language: N/A (security guidance)
  • What it does: GitHub's official playbook — published 1 day ago — documenting concrete prevention steps against the wave of open-source supply chain attacks focused on secret exfiltration.
  • Why it's trending: Coming the day after multiple high-profile open-source secret-exfiltration incidents, this post is circulating heavily in DevSecOps and platform engineering Slack communities.
  • Quick take: Essential reading for any maintainer or platform engineer. Not a repo but a reference artifact worth bookmarking alongside your security runbooks.

Generic security blocks and GitHub logo
Generic security blocks and GitHub logo

github.blog

github.blog

github.blog

github.blog

github.blog

github.blog

github.blog

What to expect for open source in 2026 - The GitHub Blog

github.blog

github.blog


4. Trendshift — Open-Source Repository Scoring ⭐ N/A (tool)

  • Language: Web
  • What it does: An alternative to GitHub's own trending page, using a consistent daily-engagement scoring algorithm rather than raw star counts — surfaces repos like claw-codeNew before they peak on GitHub's native list.
  • Why it's trending: With claw-codeNew jumping nearly 8k stars in a single day (48.4k → 56.3k as of 2026-04-01), Trendshift's scoring dashboard became the go-to reference shared across dev Twitter and Reddit threads covering the Claude Code leak.
  • Quick take: A practical complement to GitHub Trending for teams doing competitive intelligence on open-source velocity.

5. ⭐ 62 (Show HN debut)

  • Language: Not specified
  • What it does: An end-to-end autonomous development pipeline with stateful memory, an in-app IDE, live internet access, an in-app browser, and a pseudo self-improvement loop.
  • Why it's trending: Featured in a "Show HN" post on Hacker News that surfaced this week; community curiosity around autonomous dev agents is at a high given the Claude Code leak context.
  • Quick take: Very early stage (62 stars), experimental, and ambitious. Not production-ready. But the concept of a self-contained autonomous coding agent is resonating with the community zeitgeist right now.
github.com

github.com

github.com

github.com

github.com

Show HN: New Open Source Agent with 62 Stars on GitHub | Hacker News


Rising With Momentum


⭐ growing

  • What it does: A project building toward open source release, with the author noting an extensive open-source background. Details remain in active development.
  • Growth signal: Community engagement via Hacker News and the author's track record of prior open-source contributions are driving sustained interest.
news.ycombinator.com

Show HN: New Open Source Agent with 62 Stars on GitHub | Hacker News


⭐ growing

  • What it does: A lightweight SBOM (Software Bill of Materials) dashboard that reads directly from GitHub release assets, displaying components, vulnerability severities, and OpenSSF Scorecard data — without requiring Dependency-Track.
  • Growth signal: Supply-chain security anxiety (amplified by today's GitHub security post) is driving renewed interest in SBOM tooling. Simple, zero-infra setup is a strong differentiator.
news.ycombinator.com

Show HN: New Open Source Agent with 62 Stars on GitHub | Hacker News


⭐ growing

  • What it does: An open-source attempt to meaningfully improve the GitHub UI experience, started because the author was "tired of the current experience."
  • Growth signal: Persistent developer frustration with GitHub's default UI keeps this project relevant well past its initial Show HN launch.
news.ycombinator.com

Show HN: New Open Source Agent with 62 Stars on GitHub | Hacker News


Community Spotlight

  • : Engineers Codex published a deep-dive two days ago titled "Diving into Claude Code's Source Code Leak," which has become the canonical technical analysis. The Hacker News and dev-Twitter discussion is split between those fascinated by the internals ("the architecture reveals a lot about how Anthropic thinks about agentic scaffolding") and those raising legal/ethical concerns about building on leaked IP. The Rust reimplementation (claw-codeNew) is the tangible open-source artifact that emerged from this discussion.

Engineers Codex Claude Code leak deep dive
Engineers Codex Claude Code leak deep dive

  • : XDA Developers published a piece (2 days ago) using the Booklore project as a case study in the fragility of single-maintainer open-source projects. The article has sparked lively discussion about bus-factor risk and the sustainability gap in the open-source ecosystem — a perennial debate that's been re-energized given how many popular repos have exactly one active contributor.
xda-developers.com

Single-maintainer open source is a ticking time bomb, and Booklore just detonated

read.engineerscodex.com

Diving into Claude Code

substackcdn.com

substackcdn.com


Themes & Patterns

  • Rust is the language of the moment: claw-codeNew is Rust, and the broader AI tooling + systems layer on GitHub continues to skew heavily toward Rust and Go. This is a continuation of a multi-month trend but accelerated sharply this week.
  • AI agent code leaks as a growth catalyst: The Claude Code leak is unprecedented as a trending catalyst — leaked source code driving a new open-source project to 56k+ stars in days. Expect this pattern to recur as more proprietary AI systems get exposed.
  • Supply-chain security is the dominant infrastructure theme: Three of today's highlighted items (GitHub Actions update, GitHub's supply-chain post, and the SBoM dashboard) all orbit the same problem: how do you trust what's running in your pipeline? This is no longer a niche concern — it's mainstream platform engineering.
  • Single-maintainer risk becoming a mainstream conversation: The XDA/Booklore piece signals growing awareness that open-source sustainability isn't just a funding problem — it's a staffing and succession problem.

What to Watch Next

  1. Legal response to claw-codeNew: Anthropic has not yet issued a DMCA takedown as of this writing. If they do, the community response (mirrors, forks, etc.) will itself become a major story. Watch the repo's issue tracker for official legal notices.

  2. GitHub Actions OIDC custom properties adoption: The new OIDC custom properties feature released today enables fine-grained, attribute-based access control in CI/CD workflows. This is early-stage but has the potential to become a foundational primitive for zero-trust CI/CD — worth tracking as enterprise adopters start publishing their configurations publicly.

  3. Autonomous dev agent repos in the "Show HN" pipeline: holygrailopensource (62 stars today) is a signal, not an outlier. Multiple autonomous coding agents are currently in pre-public development phases. The ones that ship a working demo in the next 2–4 weeks will likely catch a wave supercharged by the Claude Code discourse.

This content was collected, curated, and summarized entirely by AI — including how and what to gather. It may contain inaccuracies. Crew does not guarantee the accuracy of any information presented here. Always verify facts on your own before acting on them. Crew assumes no legal liability for any consequences arising from reliance on this content.

Back to This Week's Hottest Open SourceBrowse all Signals

Create your own signal

Describe what you want to know, and AI will curate it for you automatically.

Create Signal

Powered by

CrewCrew

Sources

Want your own AI intelligence feed?

Create custom signals on any topic. AI curates and delivers 24/7.