← All posts

AI + Dev Digest — June 30, 2026

AI goes video, local, and physical: coding agents for video editing, offline macOS dictation, and robotics top GitHub trending to close out June.

Today's GitHub trending captures AI expanding in every direction simultaneously — creative tooling for video, privacy-first local models, physical robotics, and GPU-accelerated scientific computing. The week closes with one enduring truth: developers still love a well-curated free resource list, which earned more new stars than anything else on the platform today.

ripienaar/free-for-dev: The Timeless Developer Cheat Sheet

The most-starred repository on GitHub today isn't a new AI framework — it's a curated HTML list of SaaS, PaaS, and IaaS offerings with free tiers, collecting 1,935 new stars. Now at over 127,000 total stars, it's one of those repositories that gets rediscovered every time a new cohort of developers starts building. Its continued momentum is a reminder that clear, curated documentation of what's actually free still reaches further than most product launches.

github.com/ripienaar/free-for-dev

msitarzewski/agency-agents: A Full AI Agency in a Shell Script

With 1,425 stars today, this Shell-based project promises "a complete AI agency at your fingertips" — assembling specialized agents for roles from frontend development to content moderation. The pitch is less about any single capability and more about composability: orchestrating a team of purpose-built agents rather than prompting one general-purpose model. As agentic tooling matures, the interesting question shifts from what a single model can do to how a coordinated fleet of specialized agents divides the work.

github.com/msitarzewski/agency-agents

browser-use/video-use: Edit Video with Coding Agents

The browser-use team extends its agent framework to video editing, letting coding agents make timeline edits through natural-language instructions. With 967 new stars and over 12,000 total, video-use sits at the intersection of two fast-moving areas: browser automation and AI-assisted media production. Giving a coding agent control over a video timeline is a qualitative step beyond text generation — the agent has to reason about time, sequence, and visual context rather than tokens.

github.com/browser-use/video-use

altic-dev/FluidVoice: Offline Dictation That Actually Works on macOS

FluidVoice earned 830 stars today with a straightforward proposition: the fastest offline voice-to-text app for macOS, running entirely on-device. In a landscape where most AI features ship cloud-first, demand for local inference continues to outpace what vendors offer natively. Privacy-conscious users and anyone in sensitive industries don't want their dictation routed through an external API — and the star count suggests there is a real market for software that takes that constraint seriously from the start.

github.com/altic-dev/FluidVoice

commaai/openpilot: Open-Source Robotics for 300+ Cars

Openpilot crossed 62,878 total stars with 458 added today, continuing steady momentum as one of the most credible open-source robotics projects. Built as a full operating system for vehicle driver-assistance systems, it now supports over 300 car models. Its longevity in the trending charts reflects genuine community use rather than launch-day hype — a rare thing for a project that operates at the intersection of safety-critical software and consumer hardware.

github.com/commaai/openpilot

cupy/cupy: Drop-In GPU Acceleration for NumPy Code

CuPy picked up 352 stars today, a consistent signal from the scientific computing community. It implements the NumPy and SciPy APIs on top of CUDA, meaning existing numerical Python code often runs on GPU with minimal changes. As AI workloads push more researchers and engineers toward GPU-native computation, libraries that lower the barrier to accelerated computing — without requiring a full framework rewrite — keep earning sustained attention.

github.com/cupy/cupy