Only fast-rising GitHub repos from the last 24 hours. Primary signal: recent momentum (daily stars-today / 7-day growth); cumulative stars are a reference. Sources: OrangeBot daily (2026-07-30 snapshot) and findarepo 7-day measurements. OSSInsight’s /trending/ai was again client-rendered and unusable.
openai/codex-security — new and surging (early release) · ~5,600⭐
github.com/openai/codex-security
A code-security tool OpenAI quietly open-sourced: a CLI and TypeScript SDK for finding, validating, and fixing security vulnerabilities (npm package @openai/codex-security). It scans whole repositories, reviews changes before they land, tracks findings across runs over time, and adds security checks to CI/CD. Through the TypeScript SDK you can run scans directly from your own application or developer tooling, and it requires Node.js 22+ and Python 3.10+. Hacker News found it before OpenAI’s own announcement, and despite being an early release it is pulling stars fast — landing exactly as AI-agent-driven security incidents dominate the industry conversation.
Practical use: wire it into CI as a gate that automatically scans and tracks vulnerabilities in agent-generated code before merge — ship fast, but ship safely.
Tags: #CodeSecurity #VulnerabilityScanning #CICD #TypeScriptSDK #DevSecOps
moeru-ai/airi — daily #2 (up from #3 yesterday, two days running) · thousands of ⭐
A self-hosted, open-source AI companion / VTuber platform billed as a “Grok companion you own.” It supports real-time voice chat, importing Live2D and VRM character models, and customizing personality and voice-synthesis parameters, and runs on Web, desktop (Windows, macOS, Linux), and mobile (iOS, Android). Technically it leans heavily on web tech — WebGPU, WebAudio, Web Workers, WebAssembly, WebSocket — while the desktop build uses native NVIDIA CUDA and Apple Metal by default and can connect to 40+ providers (OpenAI, Anthropic, Gemini, local Ollama models, and more). Its standout trait is playing games like Minecraft and Factorio with you via natural language (say “build a 3×3 cabin” and it plans paths, gathers resources, and builds autonomously), aiming for a Neuro-sama-class interactive character. It rose from daily #3 yesterday to #2 today, holding the very top for a second straight day and still climbing.
Practical use: streaming, community, and gaming brands can own and run a real-time voice mascot/assistant character on their own servers without a commercial cloud character SDK.
Tags: #AICompanion #VTuber #RealtimeVoice #WebGPU #GameplayAgent #Live2D
1jehuang/jcode — +2,900⭐/7d · daily #5 · ~14,000⭐
An extremely memory-efficient, Rust-based coding-agent harness for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT. Its headline numbers make the case for running many agents on modest hardware:
- Uses 27.8 MB RAM vs 140–386 MB for Claude Code and GitHub Copilot CLI
- Launches in 14 ms vs 590 ms–3.4 s
- Runs 10–20 concurrent agents on an 8 GB laptop; each extra agent adds only ~10.4 MB (near-linear scaling)
- ‘agent grep’ adds file-structure info to grep results so agents infer file contents without reading them, and adaptively truncates returns based on what the agent has already seen to save context
Demand for running multi-agent setups locally on low-spec machines pushed it back up the daily trending list this week.
Practical use: give in-house developers parallel coding agents on cheap, low-spec laptops — no premium hardware required — for strong productivity per dollar.
Tags: #CodingAgent #RustLang #LowMemory #AgentHarness #LocalDev
microsoft/VibeVoice — daily #8 · open-source frontier voice AI
github.com/microsoft/VibeVoice
Microsoft’s open-source frontier voice AI family, bundling both text-to-speech (TTS) and automatic speech recognition (ASR) models. It targets the scalability, speaker-consistency, and natural turn-taking problems of traditional TTS for long, conversational audio like podcasts:
- VibeVoice-TTS: long-form, multi-speaker synthesis up to 90 minutes with up to 4 distinct speakers
- Continuous acoustic + semantic speech tokenizers running at an ultra-low 7.5 Hz frame rate, preserving fidelity while boosting efficiency on long sequences
- VibeVoice-ASR: single-pass transcription of 60-minute audio, producing structured output of Who (speaker), When (timestamps), and What (content), with user-customized context
Growing demand for long-form, multi-speaker audio generation and transcription brought it back onto the daily trending list.
Practical use: produce and transcribe in-house podcasts, training content, and meeting recordings — long-form and multi-speaker — self-hosted, without a commercial voice API.
Tags: #TextToSpeech #SpeakerDiarization #LongFormAudio #PodcastTTS #SpeechRecognition
MoonshotAI/FlashKDA — daily #11 · re-accelerating on Kimi K3 open weights
github.com/MoonshotAI/FlashKDA
Moonshot AI’s high-performance kernels for Kimi Delta Attention (KDA), implemented on CUTLASS in CUDA. KDA is a linear-attention mechanism that refines Gated DeltaNet with finer-grained, channel-wise gating so a finite-state RNN memory is used more effectively. FlashKDA’s specifics:
- 1.72×–2.22× prefill speedup over the flash-linear-attention baseline on NVIDIA H20
- Native variable-length batching via cu_seqlens — pack sequences of different lengths into a single kernel call
- Auto-dispatched from flash-linear-attention’s chunk_kda, so it drops into existing codebases as a performance upgrade
- Requirements: SM90+, CUDA 12.9+, PyTorch 2.4+
Although first published in April, it re-accelerated on the daily trending list this week as the July 27 Kimi K3 open-weights release renewed interest in the KDA family.
Practical use: teams self-serving Kimi / linear-attention-family models can swap in the kernel to roughly halve prefill latency and cut inference cost.
Tags: #InferenceOptimization #CUDAKernels #LinearAttention #CUTLASS #KimiDeltaAttention
Leave a comment