GitHub Trending Digest - March 19, 2026

Today's Daily Trending

Repos marked "Not new today" appeared on one or more previous daily pages.

1. jarrodwatts/claude-hud Not new today

A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress

JavaScript | 7,561 | 1,038 stars today

First seen: March 18, 2026 | Streak: 2d

Analysis

Claude HUD is a terminal-based plugin for Claude Code that provides real-time visibility into the status of an active development session. By utilizing Claude Code’s native statusline API, it displays essential metrics such as context window usage, active tool execution, subagent progress, and task completion directly beneath the user's input. Technically, the tool functions by parsing transcript JSONL data and processing stdin/stdout updates every 300 milliseconds, allowing it to integrate seamlessly into any terminal environment without requiring extra windows or multiplexers.

This project is highly beneficial for power users and professional developers who rely on Claude Code for complex, multi-step engineering tasks and need to monitor resource consumption closely. It is gaining traction because it transforms the "black box" nature of LLM-based coding agents into a transparent process, allowing developers to track token limits and agent activity in real-time. By providing highly customizable presets and detailed configuration options, Claude HUD helps users maintain better oversight of their project health and prevents unexpected interruptions caused by exceeding context or usage limits.

2. obra/superpowers Not new today

An agentic skills framework & software development methodology that works.

Shell | 96,943 | 4,089 stars today

First seen: February 04, 2026 | Streak: 9d

Analysis

Superpowers is an agentic framework designed to standardize the software development lifecycle by integrating a library of composable, automated "skills" directly into coding agents like Claude Code and Cursor. Instead of jumping straight to code, the system enforces a structured workflow that begins with Socratic brainstorming, proceeds to detailed implementation planning, and culminates in a rigorous subagent-driven development cycle. Technically, it functions as a plugin that triggers mandatory engineering protocols—such as strict test-driven development (TDD), git worktree management, and iterative code reviews—ensuring that agents maintain high-quality standards and consistent progress without requiring manual intervention.

This project is highly beneficial for developers and software teams looking to minimize the "hallucination" and ad-hoc coding patterns often associated with AI-assisted programming. It is trending because it addresses a critical gap in the current AI developer tool ecosystem: the transition from simple code generation to reliable, autonomous project execution that mirrors professional engineering discipline. By embedding best practices like YAGNI and DRY into the agent's core decision-making loop, Superpowers provides a repeatable, scalable methodology for building robust software applications.

3. unslothai/unsloth Not new today

Unified web UI for training and running open models like Qwen, DeepSeek, gpt-oss and Gemma locally.

Python | 56,096 | 1,005 stars today

First seen: February 13, 2026 | Streak: 1d

Analysis

Unsloth is a powerful, unified platform designed to streamline the local training and inference of open-source AI models, including text, vision, and embedding architectures. It offers two primary modes of operation: "Unsloth Studio," a user-friendly web interface, and "Unsloth Core," a code-based library for more technical workflows. Technically, the project leverages optimized Triton kernels and efficient data-handling techniques to significantly reduce VRAM usage—often by up to 80%—while accelerating training speeds, enabling high-performance fine-tuning and reinforcement learning on consumer hardware.

This project is an essential tool for AI developers, researchers, and data scientists who require cost-effective, high-speed model customization without sacrificing accuracy. It is currently trending because it democratizes access to sophisticated AI training by allowing users to run complex processes on accessible hardware like local NVIDIA GPUs and Apple Silicon. By simplifying the pipeline for training, monitoring, and deploying models, Unsloth provides a high-efficiency, open-source solution that drastically lowers the barrier to entry for building and experimenting with cutting-edge language and vision models.

4. newton-physics/newton

An open-source, GPU-accelerated physics simulation engine built upon NVIDIA Warp, specifically targeting roboticists and simulation researchers.

Python | 3,001 | 26 stars today

First seen: March 19, 2026 | Streak: 1d

Analysis

Newton is a high-performance, GPU-accelerated physics simulation engine designed to serve as a successor to the deprecated warp.sim module within the NVIDIA Warp ecosystem. By integrating MuJoCo Warp as its primary backend, the engine leverages massive parallelization to provide efficient, differentiable, and extensible physics modeling. It also emphasizes interoperability through native support for OpenUSD, allowing for seamless integration into modern 3D graphics and simulation pipelines.

This project is primarily aimed at roboticists, simulation researchers, and AI developers who require scalable, high-fidelity environments for testing and training autonomous agents. Its collaborative foundation—spearheaded by industry leaders like Disney Research, Google DeepMind, and NVIDIA—has made it a focal point for the research community seeking to standardize open-source simulation tools. As a Linux Foundation project, Newton’s combination of GPU-accelerated performance, ease of use through Python, and extensible architecture positions it as a vital asset for those pushing the boundaries of physical machine learning.

5. shadps4-emu/shadPS4

PlayStation 4 emulator for Windows, Linux and macOS written in C++

C++ | 29,999 | 237 stars today

First seen: March 19, 2026 | Streak: 1d

Analysis

shadPS4 is an open-source, C++ based emulator designed to run PlayStation 4 software on Windows, Linux, and macOS platforms. The project focuses on the core emulation architecture, leveraging advanced reverse engineering of PS4 system libraries and a high-performance shader compiler modeled after the yuzu emulator's Hades. While the repository provides the essential emulator core, users are encouraged to utilize the QtLauncher for a standard graphical interface and to supply legally dumped firmware modules to ensure proper game execution.

This project is primarily intended for developers and enthusiasts interested in the preservation and research of the PlayStation 4 ecosystem. It is currently gaining significant momentum because it has achieved functional milestones, successfully running high-profile titles like *Bloodborne* and *Red Dead Redemption* despite being in an early development stage. By maintaining a transparent, community-driven approach with regular updates, the team has attracted a wide audience looking to experiment with console emulation on modern desktop hardware.

6. langchain-ai/open-swe

An Open-Source Asynchronous Coding Agent

Python | 6,559 | 481 stars today

First seen: March 19, 2026 | Streak: 1d

Analysis

Open SWE is an open-source framework designed to help engineering organizations build autonomous coding agents that operate directly within existing developer workflows. Built on LangGraph and the Deep Agents framework, it uses isolated cloud sandboxes—powered by providers like Modal or Daytona—to execute tasks safely with full shell access. The system features a curated set of tools and sophisticated orchestration, including support for subagents and middleware that manage everything from Slack/Linear/GitHub invocation to automatic pull request creation.

This project is primarily intended for engineering teams that want to replicate the high-velocity, autonomous agent patterns currently used by elite organizations like Stripe and Coinbase. It is trending because it provides a standardized, customizable architecture that solves the "last mile" problem of AI coding: moving from simple chat interfaces to reliable, context-aware automation that respects internal conventions via `AGENTS.md` configuration. By offering a modular, production-ready blueprint, Open SWE allows teams to implement safe, enterprise-grade developer agents without building complex infrastructure from scratch.