Repository of the Day - earendil-works/pi, and Daily Trends - July 13, 2026
Published: 7/13/2026
This daily roundup highlights repository momentum from GitGenius analytics for July 13, 2026, using UTC daily deltas in stars and subscribers.
The scan reviewed 2142 repositories, with 2006 repos contributing star deltas and 2006 repos contributing subscriber deltas.
Repo of the day
earendil-works/pi led the day with +577 stars to 70501 total stars and +1 subscribers to 240 total subscribers. The Pi Agent Harness is an AI agent toolkit written in TypeScript that provides a unified interface for building and deploying intelligent agents. The project centers on three core packages: a unified multi-provider LLM API supporting OpenAI, Anthropic, Google, and other providers; an agent runtime with tool calling and state management capabilities; and an interactive coding agent CLI. Additionally, the toolkit includes a terminal UI library with differential rendering for building user interfaces.
The coding agent CLI, published as @earendil-works/pi-coding-agent on npm, serves as the primary user-facing component and allows developers to interact with AI agents through a command-line interface. The agent runtime provides the underlying infrastructure for tool calling and state management, while the unified LLM API abstracts away provider-specific differences, allowing agents to work seamlessly across multiple language model providers. A terminal UI library rounds out the toolkit, enabling the creation of responsive terminal-based interfaces with efficient differential rendering.
According to GitGenius activity tracking, the repository has maintained steady engagement with 67,637 stargazers as of the most recent check on July 4, 2026, showing modest growth of 2 stars since the previous tracking period. The project demonstrates active maintenance with a median issue and PR response latency of 0.1 hours across 3,736 tracked items, though the mean response time of 71.9 hours indicates some variance in response patterns. The most frequently applied issue labels are bug (1203 occurrences), no-action (747), and possibly-openclaw-clanker (389), suggesting active bug tracking and triage workflows. The core maintainers include badlogic with 5,368 tracked events, mitsuhiko with 2,817 events, and vegarsti with 258 events, indicating a concentrated but active development team.
The project emphasizes security and supply-chain hardening through several mechanisms. Direct external dependencies are pinned to exact versions while internal workspace packages remain version-ranged. The npm configuration enforces exact saves and a minimum release age of 2 days to avoid same-day dependency releases. The package-lock.json file serves as the dependency ground truth, and pre-commit hooks prevent accidental lockfile commits unless explicitly overridden. The published CLI package includes an npm-shrinkwrap.json to pin transitive dependencies for end users. Release processes incorporate smoke testing with isolated npm and Bun installations, and CI workflows run regular npm audits with signature verification.
The toolkit does not include built-in permission systems for restricting filesystem, process, network, or credential access, running instead with the permissions of the launching user and process. The documentation provides three containerization patterns for stronger isolation: a Gondolin extension that routes tools into a local Linux micro-VM, plain Docker containerization for simple isolation, and OpenShell for policy-controlled sandboxing.
The project maintains a Discord community and encourages contributors to share open source coding agent sessions through a dedicated sharing tool, badlogic/pi-share-hf, to help improve agents with real-world task data rather than toy benchmarks. The repository is licensed under MIT and includes comprehensive contribution guidelines in CONTRIBUTING.md and agent-specific rules in AGENTS.md.
Fastest rising repos
- OpenCut-app/OpenCut - +2436 stars (66162 total), language: TypeScript. The open-source CapCut alternative
- mattpocock/skills - +1503 stars (168250 total), language: Shell. Skills for Real Engineers. Straight from my .claude directory.
- Graphify-Labs/graphify - +1354 stars (84572 total), language: Python. AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
- stablyai/orca - +1346 stars (18220 total), language: TypeScript. Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop and mobile.
- Shubhamsaboo/awesome-llm-apps - +1065 stars (119545 total), language: Python. 100+ AI Agent & RAG apps you can actually run — clone, customize, ship.
Subscriber surge
- OpenCut-app/OpenCut - +20 subscribers (346 total), +2436 stars. The open-source CapCut alternative
- obra/superpowers - +9 subscribers (1007 total), +865 stars. An agentic skills framework & software development methodology that works.
- harry0703/MoneyPrinterTurbo - +9 subscribers (683 total), +254 stars. 利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.
- Shubhamsaboo/awesome-llm-apps - +8 subscribers (1189 total), +1065 stars. 100+ AI Agent & RAG apps you can actually run — clone, customize, ship.
- ruvnet/RuView - +7 subscribers (666 total), +228 stars. π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
Hidden gems
- quay/jwtproxy - +1 stars to 415 total stars, 23 subscribers. An HTTP-Proxy that adds AuthN through JWTs
- clawpack/clawpack - +1 stars to 207 total stars, 20 subscribers. Package for solving hyperbolic systems of partial differential equations
- openshift/console-operator - +1 stars to 55 total stars, 17 subscribers. The console operator installs and maintains the web console on a cluster
- VictoriaMetrics/metricsql - +1 stars to 246 total stars, 14 subscribers. Standalone PromQL and MetricsQL parser
- coreos/butane - +1 stars to 323 total stars, 10 subscribers. Butane translates human-readable Butane Configs into machine-readable Ignition Configs.
Language movers
- python - +15816 stars across 361 repos. Example repos: microsoft/agent-lightning, volcengine/MineContext, hsliuping/TradingAgents-CN
- typescript - +14241 stars across 251 repos. Example repos: nrwl/nx, amantus-ai/vibetunnel, OpenCut-app/OpenCut
- rust - +3421 stars across 85 repos. Example repos: BloopAI/vibe-kanban, farion1231/cc-switch, firecracker-microvm/firecracker
- javascript - +3037 stars across 56 repos. Example repos: react/react, thedotmack/claude-mem, Piebald-AI/claude-code-system-prompts
- shell - +2953 stars across 22 repos. Example repos: VoltAgent/awesome-claude-code-subagents, obra/superpowers, msitarzewski/agency-agents
Category spotlight
- machine learning - +7638 stars across 208 repos. Example repos: amantus-ai/vibetunnel, timescale/pg-aiguide, onnx/onnx
- ai - +5370 stars across 69 repos. Example repos: anthropics/skills, multica-ai/multica, affaan-m/ECC
- automation - +5094 stars across 140 repos. Example repos: microsoft/agent-lightning, shiyu-coder/Kronos, disler/claude-code-hooks-mastery
- javascript - +3807 stars across 50 repos. Example repos: react/react, google/adk-js, a2ui-project/a2ui
- typescript - +3326 stars across 29 repos. Example repos: iOfficeAI/AionUi, obra/superpowers, NoeFabris/opencode-antigravity-auth
Maintainer watch
- opencut-app - +2436 stars across 1 repos. Example repos: OpenCut-app/OpenCut
- mattpocock - +1545 stars across 6 repos. Example repos: mattpocock/course-video-manager, mattpocock/skills, mattpocock/sandcastle
- graphify-labs - +1354 stars across 1 repos. Example repos: Graphify-Labs/graphify
- stablyai - +1346 stars across 1 repos. Example repos: stablyai/orca
- microsoft - +1072 stars across 34 repos. Example repos: microsoft/terminal, microsoft/agent-lightning, microsoft/VibeVoice
