Preset
Background
Text
Font
Size
Width
Account Monday, April 27, 2026

The Git Times

“You never change things by fighting the existing reality. To change something, build a new model that makes the existing model obsolete.” — Buckminster Fuller

AI Models
Claude Sonnet 4.6 $15/M GPT-5.4 $15/M Gemini 3.1 Pro $12/M Grok 4.20 $6/M DeepSeek V3.2 $0.89/M Llama 4 Maverick $0.60/M
Full Markets →

Stash Adds Persistent Memory to AI Agents 🔗

Self-hosted Postgres-backed system consolidates AI agent episodes into structured knowledge with eight-stage pipeline

alash3al/stash · Go · 298 stars 2d old · Latest: v0.2.6

Stash addresses a core limitation in AI agents: each session starts with no retained knowledge. The system acts as a cognitive layer, storing episodes, facts and working context in Postgres with pgvector for semantic retrieval. It ships as a self-contained binary that includes an MCP server, requiring no cloud services or external dependencies.

Stash addresses a core limitation in AI agents: each session starts with no retained knowledge. The system acts as a cognitive layer, storing episodes, facts and working context in Postgres with pgvector for semantic retrieval. It ships as a self-contained binary that includes an MCP server, requiring no cloud services or external dependencies.

Raw observations enter an eight-stage consolidation pipeline that runs in the background. Episodes are distilled into facts. Facts generate relationships, causal links, goal annotations and pattern detection. The pipeline also identifies repeated failures, verifies hypotheses, resolves contradictions and applies confidence decay to outdated information. Only data since the last run is processed.

Release v0.2.6 significantly expands the consolidate MCP tool. It now returns the complete ConsolidationResult containing 20 fields, including episodes_read, causal_links_found, contradictions_auto_resolved, goals_annotated, failure_patterns_found, hypotheses_auto_confirmed, facts_decayed, llm_calls and duration. Agents can inspect exactly what occurred during consolidation, including any errors.

Setup takes three commands: clone the repository, configure the .env file with model settings, then run docker compose up. Postgres, migrations and the MCP server start together. The project is licensed Apache 2.0 and works with Claude Desktop, Cursor, Continue, Ollama and any MCP-compatible agent.

Use Cases
  • Engineers equipping local coding agents with cross-session context
  • Researchers tracking long-term AI goal progress and failure patterns
  • Developers deploying self-hosted agents without cloud memory services
Similar Projects
  • mem0 - cloud-first vector memory requiring external APIs unlike Stash
  • Zep - chat-oriented memory server with simpler consolidation than Stash's pipeline
  • LangMem - LangChain module lacking Stash's standalone MCP server and detailed metrics

More Stories

Kilo Refines Multi-Mode System in Latest Release 🔗

v7.2.25 enhances Architect, Coder and Debugger modes plus MCP marketplace integration

Kilo-Org/kilocode · TypeScript · 18.6k stars Est. 2025

Kilo's v7.2.25 release optimizes transitions between its specialized operational modes, giving developers tighter control over agentic workflows.

Kilo's v7.2.25 release optimizes transitions between its specialized operational modes, giving developers tighter control over agentic workflows. The update focuses on smoother handoffs and reduced latency when switching contexts during complex tasks.

In Architect mode the agent converts natural language requirements into sequenced plans. Coder mode then generates, edits and refactors files against those plans. Debugger mode reproduces errors, runs tests and proposes verified fixes. Users can define and save custom modes that encode team-specific processes.

The integrated MCP Server Marketplace allows direct discovery and activation of external servers that extend capabilities without writing additional glue code. These servers add targeted functions such as specialized data connectors or deployment orchestration.

Core operations include self-checking generated code, executing arbitrary terminal commands, and driving browser automation for UI flows or scraping. Inline autocomplete suggestions appear in the editor, powered by the active model. The platform surfaces more than 500 models—including Gemini 3.1 Pro, Claude 4.6 Sonnet and Opus, and GPT-5.4—using transparent pass-through pricing. API keys are optional.

The VS Code extension installs from the marketplace; the CLI is available via npm install -g @kilocode/cli. Running kilo inside any project directory launches the agent with full access to the local codebase.

For engineering teams this means fewer tool switches and auditable decision chains inside an open source codebase that remains under their control.

Use Cases
  • Software teams generating verified code from natural language descriptions
  • Developers debugging complex issues with specialized Debugger mode
  • Engineers extending agent capabilities via MCP Server Marketplace
Similar Projects
  • Continue - Offers VS Code LLM integration but lacks native multi-mode switching
  • Aider - Terminal-first coding agent without browser automation or marketplace
  • OpenDevin - Similar open agent framework but requires heavier configuration

Vercel Edge Relay Hides Xray Server IP Addresses 🔗

Minimal XHTTP forwarder uses vercel.app domains to mask backend origins

avaco-cloud/Vercel-XHTTP · JavaScript · 288 stars 0d old

Vercel-XHTTP deploys a lightweight relay on Vercel Edge Functions that forwards XHTTP traffic from Xray and V2Ray clients to an origin server. The relay conceals the backend VPS IP address by presenting only `*.vercel.

Vercel-XHTTP deploys a lightweight relay on Vercel Edge Functions that forwards XHTTP traffic from Xray and V2Ray clients to an origin server. The relay conceals the backend VPS IP address by presenting only *.vercel.app domains to the public internet.

Clients connect with SNI set to vercel.com, sending XHTTP requests that appear as ordinary Vercel traffic. The edge function receives these over TLS, then forwards payloads via HTTP/2 to the backend Xray instance configured with an XHTTP inbound listener. The origin server never exposes its IP directly to clients.

Implementation requires a VPS running the Xray core. Administrators install the binary, generate TLS certificates, configure the inbound, set DNS records, then deploy the JavaScript relay to Vercel. Client applications are updated to point at the Vercel domain rather than the raw server address.

The architecture delivers low-latency forwarding through Vercel’s global edge network while adding a layer of infrastructure obfuscation. It supports only the XHTTP transport and works exclusively for users who self-host their backend.

Bandwidth limits on Vercel’s hobby tier restrict sustained high-volume transfers. The project is engineered for moderate personal workloads including web browsing and 1080p streaming, not 4K video, torrents or multi-user environments.

**

Use Cases
  • System administrators hiding Xray VPS IP behind Vercel domains
  • Developers deploying XHTTP relay on Vercel Edge Functions
  • Engineers configuring clients to route through vercel.app frontends
Similar Projects
  • cloudflare-xray-worker - Uses Cloudflare Workers for equivalent XHTTP forwarding
  • vercel-ws-relay - Implements WebSocket transport instead of XHTTP on Vercel
  • aws-xhttp-cloudfront - Provides similar IP masking using AWS CloudFront

Polymarket Bot Combines Arbitrage With Copy Trading 🔗

Node.js system automates arbitrage and wallet mirroring on five-minute BTC prediction markets

Orbital-Alpha/polymarket-copy-trading-bot · JavaScript · 298 stars 1d old

Orbital-Alpha has released a production-oriented Node.js trading bot for Polymarket’s short-duration Up/Down markets on Polygon. The application targets recurring btc-updown-5m-* contracts, executing both arbitrage and copy-trading workflows with live order placement and on-chain settlement.

Orbital-Alpha has released a production-oriented Node.js trading bot for Polymarket’s short-duration Up/Down markets on Polygon. The application targets recurring btc-updown-5m-* contracts, executing both arbitrage and copy-trading workflows with live order placement and on-chain settlement.

The core arbitrage engine authenticates with Polymarket’s CLOB, maintains required token approvals, posts liquidity on both sides of the market, and captures mispriced orders. After resolution it automatically merges matched complementary tokens and redeems the winning position. Real-time order-book monitoring runs over WebSocket with fallback polling, while configurable risk caps and circuit breakers limit exposure.

A parallel copy-trading module mirrors activity from chosen wallets. One path tracks the target during the main runtime; a dedicated module under src/copy/ polls the public trade feed and replicates fresh buys. The codebase includes structured logging, graceful shutdown handling, and explicit warnings that users must understand gas costs, wallet configuration, and market risk before deploying with real capital.

The project supplies operational runtime rather than demonstration scripts, giving developers a foundation for production prediction-market automation.

Use Cases
  • Traders automating arbitrage on 5-minute BTC Up/Down contracts
  • Investors mirroring buys from selected Polymarket participant wallets
  • Engineers deploying production bots with risk limits on Polygon
Similar Projects
  • polymarket-arbitrage - supplies basic order placement but omits copy-trading and circuit breakers
  • wallet-mirror-bot - focuses on trade replication without on-chain merge and redeem logic
  • clob-trader-js - monitors order books yet lacks integrated Polygon settlement flows

Claude Skill Delivers File-Cited Tech Debt Audits 🔗

Tool requires architecture review before generating ranked file-specific recommendations in persistent report

ksimback/tech-debt-skill · Unknown · 263 stars 1d old

tech-debt-skill equips Claude Code with a structured protocol for auditing technical debt across entire repositories.

Users invoke it using /tech-debt-audit in any codebase. The skill then outputs `TECH_DEBT_AUDIT.

tech-debt-skill equips Claude Code with a structured protocol for auditing technical debt across entire repositories.

Users invoke it using /tech-debt-audit in any codebase. The skill then outputs TECH_DEBT_AUDIT.md, a document containing concrete findings tied to specific files and lines, along with severity assessments, effort estimates and a ranked remediation list.

Conventional LLM reviews frequently fail by relying on pattern matching against best practices without engaging the actual architecture. This skill counters that tendency through deliberate design constraints.

  • It mandates an orientation phase where the model studies the manifest, directory layout, git churn patterns and system architecture before reaching conclusions.
  • Every claim requires file:line citations, rendering findings falsifiable and actionable.
  • A dedicated "looks bad but is actually fine" section must identify examples of code that appears flawed but reflects conscious decisions.

Additional rules forbid recommending wholesale rewrites and prohibit padded categories with low-value items. The resulting artifact can be committed to the repository, allowing teams to monitor debt evolution over time.

By insisting on context, evidence and self-skepticism, the skill produces audits that developers might actually reference when planning maintenance work.

Use Cases
  • Senior engineering teams mapping technical debt across inherited legacy codebases
  • Software architects prioritizing refactoring tasks with detailed cited audit reports
  • Development managers tracking technical debt reduction across multiple project iterations
Similar Projects
  • SonarQube - applies static analysis rules rather than contextual AI audits
  • CodeClimate - generates quality metrics but omits required counter-analysis section
  • DeepSource - automates issue detection without persistent commit-ready artifacts

Gova Brings Declarative GUIs to Go Developers 🔗

Framework creates native desktop apps from structs with explicit reactive state management

NV404/gova · Go · 286 stars 4d old

Gova is a declarative GUI framework for Go that compiles native desktop applications for macOS, Windows, and Linux from a single codebase. Components are plain Go structs with a Body method that returns typed views. State lives on an explicit Scope passed to each component, eliminating hook-ordering rules, hidden schedulers, and string-based property systems.

Gova is a declarative GUI framework for Go that compiles native desktop applications for macOS, Windows, and Linux from a single codebase. Components are plain Go structs with a Body method that returns typed views. State lives on an explicit Scope passed to each component, eliminating hook-ordering rules, hidden schedulers, and string-based property systems.

A typical counter application declares count := g.State(s, 0) then wires buttons directly to count.Set(count.Get() + 1). The framework supplies VStack, HStack, Text, and Button constructors with constants such as g.SpaceMD for layout. On macOS, cgo delivers genuine NSAlert, NSOpenPanel, NSSavePanel, and NSDockTile integration. Windows and Linux receive the same API through an internal Fyne implementation that remains hidden from user code.

The resulting binary is static and self-contained. The counter example measures roughly 32 MB. The companion gova dev command watches source files, rebuilds on change, and relaunches the application. An optional PersistedState wrapper allows UI values to survive hot reloads.

Currently pre-1.0, the project cautions that APIs will change before the stable release. Developers are advised to pin tags for production work. By removing JavaScript runtimes, embedded browsers, and C++ toolchains, Gova lowers the barrier for Go programmers who want desktop reach without adopting foreign build systems or state-management paradigms.

Use Cases
  • Go engineers building cross-platform desktop productivity tools
  • Mac developers integrating native alerts and file panels
  • Teams shipping single-binary GUI applications to enterprises
Similar Projects
  • Fyne - Gova wraps its renderer with declarative structs and explicit scopes
  • Gio - immediate-mode drawing versus Gova's retained component model
  • Wails - web frontend and JavaScript runtime versus Gova's native binary

Open Source Constructs Modular Infrastructure for AI Agents 🔗

Memory layers, skill libraries, orchestration platforms, and secure sandboxes are rapidly assembling into a composable stack for persistent, multi-agent coding systems.

The open source community is shifting from building single AI models to engineering the full supporting infrastructure required for reliable agentic systems. A clear pattern has emerged: developers are creating interchangeable components that address the core technical limitations of current LLM-based agents—ephemeral context, lack of persistent memory, insufficient specialized capabilities, unsafe code execution, and poor coordination between multiple agents.

This cluster reveals a maturing ecosystem focused on production-grade primitives.

The open source community is shifting from building single AI models to engineering the full supporting infrastructure required for reliable agentic systems. A clear pattern has emerged: developers are creating interchangeable components that address the core technical limitations of current LLM-based agents—ephemeral context, lack of persistent memory, insufficient specialized capabilities, unsafe code execution, and poor coordination between multiple agents.

This cluster reveals a maturing ecosystem focused on production-grade primitives. Persistent memory solutions like alash3al/stash store episodes, facts, and working context in Postgres, while gastownhall/beads and thedotmack/claude-mem compress session history and reinject relevant context across interactions. These projects treat memory as a first-class database layer rather than an afterthought.

Simultaneously, an explosion of agent skills has occurred. Repositories such as addyosmani/agent-skills, VoltAgent/awesome-agent-skills, coreyhaines31/marketingskills, and kepano/obsidian-skills package production-grade capabilities ranging from CRO and growth engineering to Markdown canvas manipulation. The approach mirrors how Unix tools composable via pipes; these skills turn agents into specialized professionals rather than generalists.

Orchestration and coordination layers are advancing rapidly. multica-ai/multica, ruvnet/ruflo, Yeachan-Heo/oh-my-claudecode, and OpenAI’s own openai-agents-python enable developers to assign tasks to agent teams, track progress, and compound skills. Platforms like Kilo-Org/kilocode and lobehub/lobehub position the agent itself as the fundamental unit of work interaction.

Security and execution environments receive equal attention. TencentCloud/CubeSandbox and trycua/cua deliver lightweight, concurrent sandboxes for desktop-controlling agents, while mksglu/context-mode achieves 98% context window reduction through intelligent output sandboxing. Tools like zilliztech/claude-context and abhigyanpatwari/GitNexus transform entire codebases into queryable knowledge graphs for Graph RAG agents.

Collectively, these projects signal that open source is moving toward agent-native development. The future is not humans prompting single models but composing teams of specialized, stateful agents with shared memory, standardized skills, and secure operating environments—fundamentally changing how software gets built, maintained, and evolved.

Use Cases
  • Engineers composing persistent multi-agent coding teams
  • Security teams running autonomous web application pentesting
  • Product teams deploying specialized marketing optimization agents
Similar Projects
  • LangGraph - Provides graph-based agent orchestration but focuses less on coding-specific skills and memory compression
  • CrewAI - Enables role-based multi-agent collaboration yet lacks the deep ecosystem of pre-built coding and design skills
  • AutoGen - Supports conversational multi-agent workflows but offers fewer production-grade sandboxes and context optimization tools

AI-Native Web Frameworks Fuel Self-Hosted Sovereignty Trend 🔗

From unified model gateways to autonomous agents and privacy infrastructure, open source is building web stacks that eliminate reliance on corporate APIs and regional gatekeepers.

Open source is undergoing a quiet but profound shift toward AI-native web frameworks that combine self-hosting, compatibility layers, edge deployment, and autonomous agents. Rather than depending on centralized SaaS platforms, developers are constructing modular stacks that bring intelligence, privacy controls, and global reach directly into the application layer.

This cluster illustrates the pattern clearly.

Open source is undergoing a quiet but profound shift toward AI-native web frameworks that combine self-hosting, compatibility layers, edge deployment, and autonomous agents. Rather than depending on centralized SaaS platforms, developers are constructing modular stacks that bring intelligence, privacy controls, and global reach directly into the application layer.

This cluster illustrates the pattern clearly. moeru-ai/airi packages a self-hosted Grok-like companion capable of realtime voice conversation, Minecraft gameplay, and Factorio automation, delivered through web, macOS, and Windows interfaces. Anil-matcha/Open-Generative-AI offers an unrestricted, locally-run studio supporting over 200 models for image and video generation, replacing proprietary services like Midjourney or Kling with zero content filters.

A core technical theme is the emergence of translation and unification layers. QuantumNous/new-api functions as an aggregation hub that normalizes disparate LLMs into OpenAI, Claude, or Gemini compatible endpoints. Similar efforts appear in Wei-Shaw/sub2api and router-for-me/CLIProxyAPI, which wrap CLI tools and subscriptions into standardized APIs, enabling efficient cost sharing and seamless integration with existing codebases. Gitlawb/openclaude and badlogic/pi-mono extend this further by delivering coding-agent CLIs and web UIs that work across 200+ models via OpenAI-compatible backends.

Infrastructure projects address real-world deployment friction. avaco-cloud/Vercel-XHTTP and xingpingcn/enhanced-FaaS-in-China demonstrate how simple CNAME changes and edge relays can hide origin servers and dramatically improve access speed from restricted networks. fatedier/frp continues this tradition as a high-performance reverse proxy for exposing local services securely.

Privacy and security receive equal attention. tiagozip/cap delivers a fully self-hosted, privacy-first CAPTCHA alternative, while KeygraphHQ/shannon introduces an autonomous AI pentester that statically analyzes web application source code, identifies vectors, and safely executes exploits. On the tooling side, D4Vinci/Scrapling provides an adaptive scraping framework that scales from single requests to full crawls, and ant-design/ant-design-icons plus elementor/elementor show continued evolution of foundational UI and page-building components.

Collectively, these projects signal where open source web development is headed: toward composable, intelligent stacks that run anywhere, resist censorship, and give builders ownership over the entire stack—from model inference to edge delivery. The HTTP server in karlseguin/http.zig and Prisma’s documentation monorepo hint at the low-level and high-level foundations being rebuilt for this new reality. The pattern is not about replacing existing frameworks but augmenting them with AI agency, sovereignty primitives, and intelligent infrastructure.

**

Use Cases
  • Developers deploying self-hosted AI companions with realtime web UIs
  • Security teams running autonomous pentesting on production web apps
  • Engineers optimizing edge deployments for restricted network access
Similar Projects
  • Ollama - provides local LLM serving that powers the unified APIs seen across these agent frameworks
  • Traefik - modern reverse proxy with auto-discovery that complements frp and Vercel relay patterns
  • LangGraph - structures multi-agent workflows in ways that mirror the function-calling cores in airi and pi-mono

Deep Cuts

Claude's Secret Skill Pack for Web Novel Mastery 🔗

End-to-end toolkit for trend scouting, story analysis, drafting, and removing AI artifacts

worldwonderer/oh-story-claudecode · Shell · 324 stars

Deep in GitHub’s quieter corners sits oh-story-claudecode, a Shell-based skill package that turns Claude into a disciplined co-author for web novels. Rather than generic prompting, it supplies a complete production pipeline tailored to the fast-paced demands of serialized fiction.

The toolkit begins with trend scanning, feeding Claude live chart data so writers instantly understand what tropes and themes are resonating.

Deep in GitHub’s quieter corners sits oh-story-claudecode, a Shell-based skill package that turns Claude into a disciplined co-author for web novels. Rather than generic prompting, it supplies a complete production pipeline tailored to the fast-paced demands of serialized fiction.

The toolkit begins with trend scanning, feeding Claude live chart data so writers instantly understand what tropes and themes are resonating. It then shifts to story dissection, breaking down bestselling works to extract pacing blueprints, character arcs, and hook formulas. From there the system moves into guided drafting that respects genre conventions while preserving the author’s voice.

The final—and most valuable—stage is its sophisticated de-AI refinement layer. Specialized prompts strip away robotic repetition, unnatural exposition, and other machine tells, producing prose that reads as if penned by an experienced human novelist. Because everything lives in modular Shell scripts, developers can remix the skills, add new genres, or hook the system into larger writing environments.

For builders exploring AI-native creativity, this project proves that narrow, domain-specific skill packs outperform broad generalist tools. It shows how intentional prompt architecture, combined with workflow scripting, can elevate an LLM from novelty generator to genuine craft partner. The techniques here are portable: the same thinking could spawn equally powerful packs for screenplays, game lore, or interactive fiction.

oh-story-claudecode quietly demonstrates that the future of AI writing lies less in bigger models and more in deeper, focused expertise.

Use Cases
  • Web novelists scanning bestseller charts for trending tropes
  • Authors dissecting hit stories to reverse-engineer structures
  • Writers refining AI drafts to eliminate detectable machine patterns
Similar Projects
  • novel-prompt-kit - offers generic prompts but lacks structured web novel pipeline
  • humanize-ai-text - focuses solely on editing without trend analysis or drafting
  • storyforge-ai - provides plot generation missing the full de-AI refinement layer

Unlock Creative Potential with GPT Image Playground 🔗

Intuitive React tool for generating and editing images using OpenAI's latest API

CookSleep/gpt_image_playground · TypeScript · 305 stars

In the fast-moving realm of AI-driven design, CookSleep/gpt_image_playground offers developers an exciting new way to harness OpenAI's image generation technology. This sleek React-based web application brings the power of gpt-image-2 directly into your browser for both creation and editing.

It excels at generating original images from text descriptions while performing sophisticated edits on existing visuals.

In the fast-moving realm of AI-driven design, CookSleep/gpt_image_playground offers developers an exciting new way to harness OpenAI's image generation technology. This sleek React-based web application brings the power of gpt-image-2 directly into your browser for both creation and editing.

It excels at generating original images from text descriptions while performing sophisticated edits on existing visuals. Users describe desired changes in plain English, and the tool manages all complex API interactions seamlessly behind the scenes.

Built with TypeScript, Vite for speed, and TailwindCSS for beautiful styling, the interface makes experimentation completely frictionless. Say goodbye to complex setups and focus purely on your creative flow.

What truly distinguishes this playground is its practical approach to usability. Developers can test ideas rapidly, iterate on designs efficiently, and prototype visual concepts that once demanded hours in traditional software.

For forward-thinking builders, this project opens doors to the future of visual creation. It serves as an ideal sandbox for exploring how conversational AI will reshape design workflows across countless industries, from automated branding systems to dynamic content generation pipelines.

Use Cases
  • UI/UX designers generating interface mockups from detailed text prompts
  • Marketing specialists efficiently editing promotional images through verbal instructions
  • Independent developers prototyping app assets without traditional design tools
Similar Projects
  • AUTOMATIC1111/stable-diffusion-webui - demands heavy local setup unlike this browser-ready solution
  • OpenAI Cookbook - shares API examples but lacks a complete interactive React experience
  • tldraw/make-real - turns sketches into apps but approaches AI visuals from a canvas-first perspective

Quick Hits

airi Self-host your own Grok-style AI companion that delivers realtime voice chat and autonomously plays Minecraft and Factorio across web, Mac, and Windows. 38.7k
polymarket-copy-trading-bot Automate Polymarket profits with a JavaScript copy-trading bot that mirrors top traders' moves in real-time prediction markets. 300
developer-roadmap Accelerate your career with interactive developer roadmaps, guides, and educational tools that map out exactly what skills to master next. 353.7k
oh-my-openagent omo; the best agent harness - previously oh-my-opencode 54.4k

Transformers Patch Restores Qwen FP8 Model Support 🔗

v5.6.2 update corrects MoE implementation bugs and improves kernel stability

huggingface/transformers · Python · 160k stars Est. 2018 · Latest: v5.6.2

The Hugging Face Transformers library released version 5.6.2, fixing broken support for Qwen 3.

The Hugging Face Transformers library released version 5.6.2, fixing broken support for Qwen 3.5 and 3.6 mixture-of-experts models when running in FP8 precision. The patch corrects configuration reading and error handling for custom kernels, restoring stable operation for these architectures.

FP8 precision delivers meaningful gains in inference speed and memory efficiency on modern GPUs. With Qwen models seeing rapid adoption for their balanced performance, the fix prevents runtime failures that had disrupted production workflows.

As the standardized model-definition framework, Transformers ensures such updates propagate across the ecosystem. Training tools including Axolotl, Unsloth, and DeepSpeed regain reliable compatibility, as do inference engines such as vLLM, SGLang, and TGI. The library continues to support PyTorch 2.4+ and Python 3.10+ environments.

Installation uses the familiar command pip install "transformers[torch]" or the faster Rust-based uv alternative. Developers needing immediate changes can install directly from source, though the latest release is recommended for stability.

The update reflects the project's ongoing focus on keeping pace with new state-of-the-art models in text, vision, audio, and multimodal domains. Over a million checkpoints on the Hub can now be used without previous FP8 limitations, allowing teams to integrate the latest Qwen variants into research and production pipelines more effectively.

**

Use Cases
  • Engineers optimizing Qwen MoE inference with FP8 precision
  • Researchers training multimodal models across PyTorch frameworks
  • Developers deploying LLMs via vLLM and compatible engines
Similar Projects
  • vLLM - high-throughput inference engine using its model definitions
  • DeepSpeed - distributed training optimizer built on its architectures
  • Unsloth - training accelerator that depends on its standardized definitions

More Stories

OpenClaw Adds Google Meet and Realtime Voice Loops 🔗

Version 2026.4.24 brings bundled Meet plugin, DeepSeek defaults and plugin SDK overhaul

openclaw/openclaw · TypeScript · 365k stars 5mo old

OpenClaw's v2026.4.24 release integrates Google Meet as a first-party participant plugin.

OpenClaw's v2026.4.24 release integrates Google Meet as a first-party participant plugin. The assistant can now join meetings using personal Google authentication, handling realtime sessions through Chrome or Twilio with paired-node support. New recovery tooling repairs already-open Meet tabs, while artifact and attendance exports run automatically.

Realtime voice loops for Talk, Voice Call and Google Meet now consult the full OpenClaw agent, enabling tool-backed answers during live conversations. Browser automation gains coordinate clicks, longer action budgets, per-profile headless overrides and steadier tab reuse.

The model catalog adds DeepSeek V4 Flash and V4 Pro; V4 Flash is the new onboarding default. Fixes to thinking and replay behavior produce more consistent follow-up turns after tool calls. Startup performance improves via static model catalogs, manifest-backed rows, lazy provider dependencies and external runtime repair for packaged installs.

A breaking change removes the Pi-only api.registerEmbeddedExtensionFactory(...) path. Plugin authors must now declare transforms with api.registerAgentToolResultMiddleware(...) and contracts.agentToolResultMiddleware to ensure consistent behavior across harnesses.

The update reinforces OpenClaw's local-first design, letting builders run a fast, always-on personal assistant across macOS, Linux and Windows while retaining full data ownership.

Use Cases
  • Professionals joining Google Meet calls with AI participation and exports
  • Users running realtime voice loops backed by full agent tools
  • Developers updating plugins to new middleware for consistent transforms
Similar Projects
  • Leon - narrower channel support and no native Google Meet plugin
  • Open Interpreter - code execution focus without OpenClaw's voice loops
  • Auto-GPT - autonomous agents but lacks realtime Meet and telephony integration

Quick Hits

generative-ai-for-beginners Master generative AI through 21 practical Jupyter lessons that teach you to build real applications from scratch. 109.9k
julia Julia delivers C-like speed with Python-readable syntax for high-performance scientific computing and data science. 48.6k
label-studio Multi-format data labeling platform for images, text, audio and video with standardized ML-ready annotation outputs. 27.1k
dio-lab-open-source Hands-on Jupyter lab that walks developers through their first open source contributions on GitHub. 8.6k
supervision Lightweight Python library of reusable computer vision tools for detection, tracking, annotation and visualization pipelines. 38.2k
AutoGPT AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters. 183.8k
lobehub The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction. 75.7k

OM1 Gains MCP Tools, Cron Jobs and Arm Support in Beta Update 🔗

Version 1.0.2-beta.1 modernizes the Python runtime and expands manipulation and scheduling capabilities for multimodal agents across physical robots and simulators

OpenMind/OM1 · Python · 2.8k stars Est. 2025 · Latest: v1.0.2-beta.1

OpenMind's OM1 modular AI runtime has received its most substantive update in months. Released as v1.0.

OpenMind's OM1 modular AI runtime has received its most substantive update in months. Released as v1.0.2-beta.1, the new version introduces practical capabilities that matter to developers moving AI agents from simulation to real hardware. Rather than chasing hype, the release focuses on reliability, extensibility, and tighter integration with the physical world.

The headline additions are MCP (Model Context Protocol) tools supplied with reference configs and documentation. These give developers structured ways to maintain context across specialized agents, reducing the brittle prompt engineering that has plagued many robotics deployments. The update also adds native cron job scheduling, allowing agents to trigger behaviors at predictable intervals without external orchestration layers. For manipulation, the team delivered G1 arm action support and auto done_payment handling inside the ARM Zenoh connector, improving precision and state management during complex tasks.

Under the hood, OM1 has migrated to Python 3.12 with refreshed dependency constraints. Core packages—torch, fastapi, aiohttp, cryptography, and pillow—have been upgraded. LLM action naming and connector configs were refactored for consistency, model IDs are now set via environment variables, and FAISS loading is deferred until needed. Documentation now follows NumPy-style docstrings, and code formatting adheres to stricter line-length rules.

On the perception side, ASR received alternative language support, upgraded modules, and full documentation for Chirp 3 (V2) with voice-activity detection. A subtle but important bug fix corrected ASR prompt formatting in TTS conversation storage. The default knowledge base is now set to om, simplifying first-time setups.

The project's architecture remains its strongest asset. Written in Python, OM1 is deliberately modular. New sensors and data sources—web pages, social feeds, camera streams, LIDAR—can be added without touching core logic. Hardware plugins connect to ROS2, CycloneDDS, and Zenoh; the maintainers recommend Zenoh for all new work. Pre-configured endpoints cover LLMs from OpenAI, Anthropic, xAI, Gemini, Meta, NearAI, and local Ollama, plus multiple VLMs and TTS services. A local WebSim instance running at http://localhost:8000/ visualizes agent decisions in real time, displaying movement, speech, and face commands alongside timing data.

This matters because most robot software remains tightly coupled to specific hardware. OM1's design lets the same high-level agent logic drive humanoids, quadrupeds, TurtleBot 4, or simulators such as Gazebo and Isaac Sim. When a better model or new sensor appears, developers swap plugins rather than rewrite control loops. The 1.3-year-old project has reached a point where its abstractions feel production-ready rather than experimental.

Builders who value rapid reconfiguration across form factors now have a clearer path from prototype to deployable robot. The combination of multiagent reasoning, clean hardware abstraction, and the latest release's scheduling and manipulation features positions OM1 as a pragmatic runtime for the next wave of human-centered robotics.

(Word count: 378)

Use Cases
  • Engineers deploying multimodal agents on Boston Dynamics Spot
  • Developers adding cron-scheduled behaviors to G1 manipulator arms
  • Researchers running multiagent systems in Isaac Sim and Gazebo
Similar Projects
  • ROS2 - Supplies core middleware and communications while OM1 layers a modular LLM agent runtime on top
  • LangGraph - Orchestrates LLM workflows but lacks OM1's hardware plugins and real-time robotics connectors
  • NVIDIA Isaac - Excels at high-fidelity simulation yet offers less emphasis on cross-platform physical deployment and model swapping

More Stories

Robotics Knowledgebase Refreshes UAV and ROS2 Content 🔗

Eight-year-old wiki adds practical systems guides for current autonomous platforms

RoboticsKnowledgebase/roboticsknowledgebase.github.io · JavaScript · 176 stars Est. 2017

The Robotics Knowledgebase received its largest content expansion in two years following an April 2026 update that added 18 new articles on drone integration and modern fabrication methods. The CMU-linked open wiki continues to capture the “tribal knowledge” required to move robotic systems from theory to working hardware—details routinely omitted from textbooks and vendor manuals.

The site maintains a strict systems-based approach.

The Robotics Knowledgebase received its largest content expansion in two years following an April 2026 update that added 18 new articles on drone integration and modern fabrication methods. The CMU-linked open wiki continues to capture the “tribal knowledge” required to move robotic systems from theory to working hardware—details routinely omitted from textbooks and vendor manuals.

The site maintains a strict systems-based approach. Instead of isolated component tutorials, entries demonstrate how sensing, actuation, programming, and navigation layers interact in deployed robots. New material covers sensor fusion pipelines for UAVs, reliable motor control under variable loads, and integration patterns for ROS2 navigation stacks.

Contributors follow a precise workflow. They copy the Markdown template from /_templates/template.md, save files in kebab-case within the appropriate /wiki subdirectory, and use absolute paths for all images and cross-references. Every addition requires edits to _data/navigation.yml and the parent category’s index.md. Local preview uses a rbenv-managed Ruby environment and Bundler, allowing authors to verify layout and links before submitting pull requests.

As commercial and hobbyist interest in autonomous drones accelerates, these concrete implementation notes have become essential references for builders who need systems that survive real-world conditions rather than lab demonstrations.

**

Use Cases
  • Hobbyists integrating sensors on custom UAV platforms
  • Engineers documenting ROS2 navigation deployment patterns
  • Researchers sharing reliable actuation calibration methods
Similar Projects
  • ROS Wiki - supplies API references but lacks hands-on systems integration
  • PX4 Documentation - focuses on drone firmware rather than full robotics stack
  • Hackaday.io - features project logs instead of structured, peer-reviewed wiki articles

ros2_control Extends Support Across Latest ROS 2 Distros 🔗

Framework maintains hardware abstraction and real-time controller management for Kilted, Jazzy and Humble

ros-controls/ros2_control · C++ · 873 stars Est. 2017

ros2_control remains the standard backbone for robot control under ROS 2. Its recent branch for the Kilted distribution keeps the framework synchronized with upstream releases, ensuring teams can deploy consistent hardware interfaces without rewriting controller logic.

Written in C++, the package separates hardware drivers from control algorithms through a standardized controller manager.

ros2_control remains the standard backbone for robot control under ROS 2. Its recent branch for the Kilted distribution keeps the framework synchronized with upstream releases, ensuring teams can deploy consistent hardware interfaces without rewriting controller logic.

Written in C++, the package separates hardware drivers from control algorithms through a standardized controller manager. It loads, activates and updates controllers at real-time frequencies while handling parameter passing, state monitoring and lifecycle events. The architecture supports everything from single-joint PID loops to multi-axis trajectory execution using uniform ROS 2 interfaces.

Maintenance across four active distributions—Humble, Jazzy, Kilted and Rolling—demonstrates sustained community and corporate investment, with contributors acknowledged at control.ros.org. Green build status and updated API documentation for each branch reduce integration friction as more production systems migrate from ROS 1.

Published Docker images (ghcr.io/ros-controls/ros2_control_release and source variants) let developers bypass compilation for rapid prototyping or CI pipelines. The project’s open contribution model continues to welcome hardware support patches and controller improvements, sustaining eight years of incremental refinement without unnecessary complexity.

As robotics scales into commercial automation, ros2_control’s focus on modularity and real-time safety matters now more than ever.

Use Cases
  • Industrial engineers integrate precision joint controllers on factory arms
  • Research labs prototype compliant motion for collaborative robot platforms
  • Autonomous vehicle teams manage velocity commands across sensor feedback
Similar Projects
  • ros2_controllers - Supplies concrete controller plugins that run inside the framework
  • MoveIt2 - Layers motion planning and collision avoidance atop its controller manager
  • Orocos RTT - Alternative real-time component model with less ROS 2 integration

Fast DDS v3.6.1 Refines Build Compatibility 🔗

Maintenance release fixes Ubuntu Focal errors and SQLite3 issues for ROS 2 users

eProsima/Fast-DDS · C++ · 2.8k stars Est. 2014

eProsima has released Fast DDS v3.6.1, a maintenance update that resolves outstanding build and documentation problems in the C++ DDS implementation.

eProsima has released Fast DDS v3.6.1, a maintenance update that resolves outstanding build and documentation problems in the C++ DDS implementation.

The new version applies an SQLite3 patch to eliminate const-related compilation failures, removes deprecated Doxygen warnings, and corrects errors that prevented clean builds on Ubuntu Focal. These changes, delivered through four merged pull requests, improve reliability for developers maintaining long-running deployments without altering core RTPS behavior.

First released in 2014, Fast DDS implements the OMG DDS standard and its underlying RTPS wire protocol. It delivers configurable best-effort and reliable publish-subscribe communications over UDP and other transports, automatic participant discovery, and interchangeable transport layers. The library exposes two API layers: a high-level Publisher-Subscriber interface for rapid development and a lower-level Writer-Reader interface granting direct access to protocol internals.

The middleware remains the default choice for ROS 2 long-term support releases, powering deterministic data distribution across robot fleets, autonomous vehicles, and industrial automation systems. Its modularity has also secured adoption inside the FIWARE robotics catalogue for European Union research projects.

Commercial support is available by contacting info@eprosima.com. With this release the project continues to maintain the stability required by organizations that treat distributed real-time communications as critical infrastructure.

(178 words)

Use Cases
  • ROS 2 engineers distributing real-time sensor data across fleets
  • Automotive teams implementing reliable vehicle-to-vehicle control networks
  • Industrial developers coordinating modular factory automation devices
Similar Projects
  • Cyclone DDS - lighter footprint alternative preferred in some ROS 2 builds
  • OpenDDS - broader enterprise focus with stronger CORBA integration
  • RTI Connext - commercial DDS offering extended certification and tooling

Quick Hits

chrono Chrono equips builders with a high-performance C++ library for multiphysics and multibody dynamics, enabling accurate simulations of complex mechanical systems. 2.8k
rko_lio rko_lio delivers robust LiDAR-inertial odometry without sensor-specific modeling, simplifying reliable localization for robotics and autonomous vehicles. 500
rpaframework RPAFramework gives developers open-source Python and Robot Framework tools to automate business processes across apps with reusable RPA building blocks. 1.5k
ros2_controllers ros2_controllers supplies generic, reusable robotic controllers for ros2_control, accelerating hardware integration and motion planning in ROS 2 projects. 741
openpilot openpilot provides an open-source robotics OS that upgrades vehicle driver assistance with advanced vision-based autonomy and control capabilities. 60.7k

Multi-Framework Skills Library Arms AI Agents for Enterprise Security 🔗

Version 1.2.0 unifies 754 cybersecurity skills across MITRE ATT&CK, ATLAS, D3FEND, NIST CSF and AI RMF for precise agent guidance

mukul975/Anthropic-Cybersecurity-Skills · Python · 5.8k stars 2mo old · Latest: v1.2.0

Builders embedding AI into security operations now have a production-ready way to give agents the judgment of senior analysts.

The mukul975/Anthropic-Cybersecurity-Skills repository contains 754 structured skills across 26 security domains. Each skill follows the agentskills.

Builders embedding AI into security operations now have a production-ready way to give agents the judgment of senior analysts.

The mukul975/Anthropic-Cybersecurity-Skills repository contains 754 structured skills across 26 security domains. Each skill follows the agentskills.io standard and ships with explicit mappings to five major frameworks simultaneously. The v1.2.0 release completes this coverage by adding MITRE ATLAS v5.5, MITRE D3FEND v1.3 and NIST AI RMF 1.0 to the existing MITRE ATT&CK Enterprise and NIST CSF 2.0 mappings.

This unified taxonomy solves a practical problem. Most AI coding assistants can generate code but lack embedded expertise about which Volatility3 plugin to invoke on a memory dump, which Sigma rules surface Kerberoasting, or how to scope a multi-cloud breach while satisfying compliance checkboxes. The library supplies that missing layer as machine-readable YAML frontmatter inside individual SKILL.md files.

atlas_techniques: [AML.T0051, AML.T0054]
d3fend_techniques: [D3-NTA, D3-PA]
nist_ai_rmf: [MEASURE-2.7, GOVERN-6.1]
nist_csf: [DE.CM-01, RS.AN-03]

The new ATLAS mappings bring 81 techniques focused on model poisoning, prompt injection defense, AI supply-chain attacks and “agentic escape-to-host” scenarios. D3FEND contributes 139 mappings organized under seven defensive categories — Model, Harden, Detect, Isolate, Deceive, Evict and Restore. NIST AI RMF adds 85 linkages that tie skills to Govern, Map, Measure and Manage functions across the AI system lifecycle.

For developers, the value lies in seamless integration. The skills work natively with Claude Code, GitHub Copilot, Cursor, Gemini CLI, Codex CLI and more than 20 other platforms. When an agent begins a threat-hunting task or incident response workflow, it can pull exact, framework-aligned guidance instead of hallucinating generic advice.

The project’s technical design emphasizes precision over volume. Every skill is written at production grade, covering penetration testing, malware analysis, cloud security, OSINT, red team operations and threat intelligence. Because each skill carries five framework tags, compliance teams can generate evidence for auditors with minimal additional effort.

Security teams adopting agentic workflows have struggled to translate institutional knowledge into formats machines can reliably consume. This library provides that translation layer using open standards and Apache 2.0 licensing, allowing organizations to fork, extend and embed it inside internal platforms without vendor lock-in.

The result is measurable: AI agents move from enthusiastic but error-prone assistants to competent participants in real security operations, guided by the same frameworks human analysts already trust.

(Word count: 378)

Use Cases
  • Red team operators training agents on ATLAS adversarial techniques
  • DevSecOps engineers embedding skills in autonomous cloud defense agents
  • Compliance teams mapping AI security controls to NIST AI RMF
Similar Projects
  • mitre/attack - Supplies raw ATT&CK data without agent-ready skill templates or multi-framework YAML
  • d3fend - Offers defensive technique taxonomy but lacks structured AI agent skills and ATLAS coverage
  • Sigma - Delivers detection rulesets that do not map to AI RMF or provide LLM-consumable skill definitions

More Stories

OWASP Cheat Sheets Updated for Cloud and API Threats 🔗

Core team refines Markdown sources and build tooling as architectures evolve

OWASP/CheatSheetSeries · Python · 31.9k stars Est. 2018

Recent updates to OWASP/CheatSheetSeries address evolving threats in cloud environments and API architectures. The repository contains the Markdown source files that power the official cheat sheet website.

These working documents receive regular refinements from a global contributor base.

Recent updates to OWASP/CheatSheetSeries address evolving threats in cloud environments and API architectures. The repository contains the Markdown source files that power the official cheat sheet website.

These working documents receive regular refinements from a global contributor base. The project website offers the polished version suitable for reference, while GitHub tracks issues and pull requests.

Leaders Jim Manico, Jakub Maćkowski and Shlomo Zalman Heigh, with core member Kevin W. Wall, manage the initiative. They invite fresh contributions via a comprehensive guide and Slack discussions in the OWASP workspace.

The build process uses Python tools. Developers run make install-python-requirements then make generate-site followed by make serve to test changes locally on port 8000. NPM scripts enable Markdown and terminology linting with automatic fixes.

The revisions matter now because modern application designs create new attack vectors daily. Cheat sheets translate standards into checklists, code snippets and configuration examples that teams can adopt quickly.

Use Cases
  • Backend developers implementing API security controls in microservices architectures
  • Application security teams training engineers on secure coding practices
  • DevOps engineers configuring secure container deployments using cheat sheets
Similar Projects
  • OWASP Top Ten - highlights critical risks instead of mitigation details
  • OWASP ASVS - defines verification standards beyond quick cheat sheet format
  • MITRE CWE - catalogs weaknesses while cheat sheets provide prevention steps

Radare2 6.1.4 Refines Reverse Engineering Analysis 🔗

CottonMouse release improves callargs handling and analysis commands for power users

radareorg/radare2 · C · 23.5k stars Est. 2012

Radare2 has released version 6.1.4, codenamed CottonMouse.

Radare2 has released version 6.1.4, codenamed CottonMouse. The update delivers 340 commits from 20 contributors, including developers from the Frida project, and concentrates on the analysis engine.

Core changes include using a dash for the callargs modifier and improved support for rnum expressions. The aCe and aCf commands have been reworked for more accurate function and control-flow handling. These tweaks address long-standing pain points for users who live in the terminal.

The framework itself needs no introduction to security practitioners. It remains a complete Unix-oriented toolset for dissecting, emulating, debugging, patching and scripting binaries. Local files, kernel memory and remote gdb or windbg sessions are all first-class targets. Wide architecture support and an embedded JavaScript interpreter keep it flexible.

Plugin extensibility via r2pm continues to differentiate the project. Current standouts are r2ai, which runs Llama models locally inside r2 sessions for AI-assisted reversing, iaito for a Qt graphical interface, and r2dec for JavaScript decompilation. Installation follows the familiar git clone then sys/install.sh path, with meson and make both supported.

Fourteen years after its initial commit, the 6.1.4 release shows radare2’s maintainers remain focused on concrete improvements rather than reinvention. For builders who prefer command-line precision over GUI abstraction, the updates matter.

Use Cases
  • Malware analysts dissect ransomware binaries on Linux systems
  • Security researchers debug IoT firmware via remote gdb servers
  • Forensics experts inspect kernel memory during incident response
Similar Projects
  • Ghidra - NSA suite offering graphical interface and built-in decompiler
  • IDA Pro - Commercial tool with advanced proprietary decompilation
  • Binary Ninja - Modern platform focused on clean IL and Python API

Proxmox Scripts Increase Frigate CPU, Add TREK 🔗

Latest community release delivers performance fixes and improved reliability for self-hosted infrastructure

community-scripts/ProxmoxVE · Shell · 27.8k stars Est. 2024

The community-scripts/ProxmoxVE repository shipped its latest release on April 26, introducing meaningful refinements to its one-command installation toolkit for Proxmox VE.

The most visible change raises Frigate’s default CPU allocation from four to eight cores. Maintainers cited the growing demands of its real-time object detection, giving users better out-of-the-box performance for home surveillance workloads without manual tuning.

The community-scripts/ProxmoxVE repository shipped its latest release on April 26, introducing meaningful refinements to its one-command installation toolkit for Proxmox VE.

The most visible change raises Frigate’s default CPU allocation from four to eight cores. Maintainers cited the growing demands of its real-time object detection, giving users better out-of-the-box performance for home surveillance workloads without manual tuning.

A new TREK script joins the catalog, while several existing tools received targeted fixes. The 2FAuth updater now correctly manages stale backup directories, Technitium DNS ensures required paths exist before service start, and a core correction improves deb822 repository detection on recent Proxmox 9.x hosts.

These updates reflect steady iteration rather than reinvention. The project’s established pattern remains: paste a command from community-scripts.org, choose Default or Advanced mode, and receive a container or VM with sensible presets or full customization. Post-install helpers stay accessible from the Proxmox shell for routine maintenance.

For administrators running Proxmox 8.4 through 9.1, the collection continues to compress days of configuration into minutes while incorporating feedback from active self-hosting communities. The changes are small, practical, and immediately useful to anyone already relying on the scripts for consistent homelab infrastructure.

(178 words)

Use Cases
  • Homelab operators deploying Frigate NVR with optimized CPU defaults
  • Self-hosters installing 2FAuth containers without backup directory errors
  • Network admins provisioning Technitium DNS servers in single commands
Similar Projects
  • tteck/Proxmox - original scripts this community fork maintains and expands
  • ansible-homelab - offers declarative playbooks instead of one-line shell scripts
  • incus-automation - delivers comparable container tooling but targets Incus rather than Proxmox VE

Quick Hits

NetExec NetExec equips pentesters with powerful network execution, enumeration, and exploitation capabilities across Windows and Linux environments. 5.5k
sherlock Sherlock instantly locates usernames across hundreds of social networks, supercharging OSINT reconnaissance for investigators and researchers. 82.4k
Azure-Sentinel Azure Sentinel delivers cloud-native SIEM with AI-driven analytics to detect, hunt, and respond to threats across your entire enterprise. 5.8k
ImHex ImHex gives reverse engineers a beautiful, feature-packed hex editor with patterns, scripting, and eye-friendly themes for marathon sessions. 53.3k
wazuh Wazuh provides unified open-source XDR and SIEM, delivering endpoint detection, cloud security, and compliance in one scalable platform. 15.4k

Sway 0.71.0 Delivers Compiler Optimizations for Fuel Contracts 🔗

New release adds string methods, tightens const evaluation and refines IR to improve efficiency and correctness for blockchain builders.

FuelLabs/sway · Rust · 61.7k stars Est. 2021 · Latest: v0.71.0

Sway 0.71.0 arrives as the latest refinement of the Rust-inspired language built specifically for the Fuel blockchain.

Sway 0.71.0 arrives as the latest refinement of the Rust-inspired language built specifically for the Fuel blockchain. Five years after its initial release, the project remains focused on giving developers a modern, safe tool for writing smart contracts that execute efficiently on Fuel's parallelized virtual machine.

The release concentrates on performance and correctness. Contributors lowered the size threshold inside SROA profitability checks, implemented init_aggr directly in the IR, and added targeted optimisations for leaf functions. These changes reduce code size and improve execution speed without altering the language surface. Logging received an encode_allow_alias path that cuts unnecessary overhead, while attribute hashing now prevents unwanted deduplication during compilation.

Language-level improvements are equally practical. A len method has been added to std::string::String, simplifying common operations. Outer variables are now forbidden in const evaluations, removing a source of subtle bugs. Runtime memory layout for string arrays has been corrected, and several type-checking edge cases that surfaced in CI have been closed.

Tooling updates tighten the developer experience. The forc-node binary has migrated into the main forc monorepo, reducing dependency friction. Predicate root builds now print package names, making it easier to trace outputs in multi-contract projects. CI jobs for end-to-end release tests run faster, and outdated GitHub Actions have been refreshed.

Sway is written in Rust and built with Cargo. After pinning the stable toolchain, developers clone the repository, run cargo build, and verify with forc --help. The Forc package manager continues to serve as the unified interface for compiling, testing, formatting and deploying. Documentation lives in the Sway Book, with the standard library reference detailing the growing set of safe primitives.

These changes matter because Fuel's architecture rewards languages that generate tight, predictable bytecode. Every IR-level improvement translates into lower gas costs and higher throughput for on-chain applications. The steady focus on memory safety, const correctness and optimizer quality gives builders confidence that contracts written today will behave as expected under load.

The project welcomes contributions through clear guidelines in the Sway Book. With more than twenty merged pull requests in this cycle alone, the language is advancing through deliberate, engineering-driven increments rather than marketing announcements.

Sway therefore remains a serious choice for teams that need both Rust-like ergonomics and blockchain-specific performance. Version 0.71.0 tightens the toolchain without breaking existing contracts, letting developers adopt the improvements incrementally while shipping reliable code.

Use Cases
  • Fuel engineers writing gas-efficient DeFi smart contracts
  • Rust developers building secure predicates and scripts on Fuel
  • Teams optimizing IR-level performance for high-throughput dApps
Similar Projects
  • Solidity - Ethereum's curly-brace language that targets a different VM with less emphasis on Rust-style ownership
  • Move - resource-oriented bytecode language focused on asset safety rather than Fuel's parallel execution model
  • Clarity - decidable smart contract language for Stacks that prioritizes static analysis over Sway's performance-oriented IR

More Stories

frp v0.68.1 Fixes HTTP Proxy Authentication Bypass 🔗

Security patch corrects bypass risk in routeByHTTPUser configurations with HTTP credentials.

fatedier/frp · Go · 106.1k stars Est. 2015

The maintainers of frp shipped version 0.68.1 to address a configuration-dependent authentication bypass.

The maintainers of frp shipped version 0.68.1 to address a configuration-dependent authentication bypass. The flaw appeared in type = "http" proxies when routeByHTTPUser was used together with httpUser or httpPassword. Proxy-style requests could previously succeed despite failed authentication; the fix now returns 407 Proxy Authentication Required.

frp remains a reliable reverse proxy for exposing local servers behind NAT or firewalls. Written in Go, it forwards TCP, UDP, HTTP and HTTPS traffic, routes requests to internal services by domain name, and offers a P2P connection mode that avoids permanent intermediary servers.

The release focuses on hardening rather than new features. Existing capabilities include TLS termination, hot-reloading of frpc configuration without restart, per-proxy bandwidth limits, TCP stream multiplexing, dynamic proxy management at runtime, and a server dashboard with Prometheus metrics export. Token and OIDC authentication methods are supported alongside strict port whitelisting on the server side.

For teams operating production tunnels, the update eliminates a realistic attack vector at the intersection of multiple authentication settings. Administrators running exposed HTTP services should apply the patch promptly. The project, first released in 2015, continues steady maintenance that keeps it viable for secure infrastructure traversal a decade later.

Use Cases
  • Sysadmins exposing SSH servers behind corporate firewalls remotely
  • Developers routing public domains to internal web services securely
  • DevOps teams creating P2P tunnels for database access without VPNs
Similar Projects
  • ngrok - commercial hosted service with managed scaling and analytics
  • cloudflared - zero-trust tunnels integrated with Cloudflare's CDN and access controls
  • chisel - lighter-weight Go tunnel focused on simplicity over advanced monitoring

Fuel Core 0.48.0 Adds Failover Transport and Backups 🔗

Latest release delivers resilient querying, S3 storage adapter and integrated archive tooling for Fuel v2 nodes.

FuelLabs/fuel-core · Rust · 57.1k stars Est. 2020

Fuel Core v0.48.0 brings targeted production improvements to the Rust full node implementation of the Fuel v2 protocol.

Fuel Core v0.48.0 brings targeted production improvements to the Rust full node implementation of the Fuel v2 protocol. The update focuses on reliability, data persistence and operational tooling rather than headline features.

Key additions include FailoverTransport, which automatically retries GraphQL queries across multiple endpoints, and a quorum provider that strengthens RPC client behavior. An adapter for storing blocks on AWS S3 buckets gives node operators scalable off-chain storage options. The backup tool is now built in as an archive subcommand, simplifying long-term data management.

The release also ships a protobuf API for the block aggregator, complete coverage of proto block types, and integration tests verifying correct transaction indexing for pre-confirmations. Maintenance updates bump the Rust toolchain to 1.93.0 and refresh dependencies.

Three breaking changes accompany the new code: only the first RPC URL is now used by the relayer server, transaction indexing inside pre-confirmations has been corrected, and certain native block production paths were adjusted.

Networks currently run slightly older binaries—Ignition and Testnet on 0.47.1, Devnet on 0.47.2—suggesting an orderly upgrade path ahead. For contributors, the project still requires source ci_checks.sh before pull requests and recommends cargo xtask build for development.

These changes matter now because Fuel’s modular execution layer continues to attract infrastructure teams seeking higher throughput than traditional EVM chains while demanding enterprise-grade node software.

Use Cases
  • Node operators participating in Fuel Ignition mainnet with custom nodes
  • Developers querying block aggregators through new protobuf endpoints
  • Infrastructure teams storing historical blocks in AWS S3 buckets
Similar Projects
  • go-ethereum - EVM full node with comparable RPC resilience patterns
  • solana - High-performance Rust blockchain client sharing systems focus
  • nearcore - Rust protocol node offering similar contributor standards

Faiss 1.14.1 Sharpens Billion-Scale Vector Search 🔗

Latest release adds LeanVec support, Hadamard IVF indexing and SIMD gains for existing AI pipelines

facebookresearch/faiss · C++ · 39.9k stars Est. 2017

Faiss 1.14.1, released in March 2026, delivers concrete engineering improvements to Meta's long-standing library for similarity search and clustering of dense vectors.

Faiss 1.14.1, released in March 2026, delivers concrete engineering improvements to Meta's long-standing library for similarity search and clustering of dense vectors. The update integrates SVS v0.2.0 with LeanVec out-of-distribution support, adds a Hadamard transformation as an IVF index, and exposes IndexBinaryFlat to the C API. SIMD optimizations now accelerate multi-bit RaBitQ inner products, while Python builds extend to 3.13 and 3.14.

The library remains written in C++ with complete Python/numpy wrappers and GPU implementations. It handles vector sets too large for RAM through compressed binary codes and compact quantization, trading some precision for scale. Methods such as HNSW and NSG overlay indexing structures on raw vectors; GPU indexes serve as drop-in replacements for CPU equivalents like IndexFlatL2, with automatic memory movement.

Supporting code for evaluation and parameter tuning is unchanged. The release also fixes SWIG 4.4 initialization, corrects squared-distance handling in RaBitQ, and removes outdated conda-forge documentation. These changes refine an established tool that powers retrieval pipelines processing billions of embeddings on single servers, keeping pace with expanding embedding model sizes and tighter latency requirements in production AI systems.

Use Cases
  • ML engineers indexing billion-scale text embeddings for retrieval
  • Recommendation teams clustering user vectors in real time
  • Computer vision pipelines matching high-dimensional image features
Similar Projects
  • hnswlib - HNSW-only library with narrower algorithmic range
  • Annoy - simpler random-projection trees but weaker compression
  • ScaNN - Google-focused quantization tuned for recommendation scale

Quick Hits

rustdesk Self-host a secure remote desktop with RustDesk, an open-source TeamViewer alternative that keeps your data fully private. 113k
codex Run a lightweight AI coding agent directly in your terminal with Codex to get instant code suggestions and automation. 78.2k
zed Code at the speed of thought with Zed, a high-performance multiplayer editor built for real-time collaboration. 79.9k
pocketbase Deploy a full realtime backend with auth, DB, and storage using PocketBase, all packed into a single Go file. 58k
fzf Transform terminal navigation with fzf, a blazing-fast fuzzy finder that makes searching and selecting files effortless. 79.8k

Antispy-Jammer Update Refines RP2040 Support for Silent Recording Defense 🔗

Latest April 2026 refinements reduce audible artifacts while maintaining strong jamming performance against current iPhone and voice-assistant microphones

mcore1976/antispy-jammer · C++ · 376 stars Est. 2021

Five years after its debut, mcore1976's antispy-jammer continues receiving targeted improvements. The April 2026 push focuses on tighter RP2040 integration, optimized signal generation, and cleaner MOSFET driver paths that keep the device barely audible while preserving its ability to defeat modern MEMS microphones.

The project solves a precise technical problem.

Five years after its debut, mcore1976's antispy-jammer continues receiving targeted improvements. The April 2026 push focuses on tighter RP2040 integration, optimized signal generation, and cleaner MOSFET driver paths that keep the device barely audible while preserving its ability to defeat modern MEMS microphones.

The project solves a precise technical problem. Hidden recorders, smartphones, and always-on voice assistants capture human speech through microphones that respond nonlinearly to ultrasonic frequencies. By flooding the environment with intense 25 kHz ultrasound, the jammer creates demodulation artifacts inside the microphone's own circuitry that corrupt the recorded audio without being obvious to people nearby.

Version B, now the recommended implementation, pairs an ATTINY85, RP2040-Zero, or compatible board with an AD9833 programmable waveform generator. The AD9833 produces a clean sine wave that feeds either a TPA3116D2 (XH-M542) amplifier module or a discrete driver built around a TC4420/IXDI614PI MOSFET driver, IRFB4115 power MOSFET, and supporting coils. Twenty piezo ultrasonic transducers complete the array. The author stresses using only genuine TPA3116D2 boards; counterfeits and alternatives such as TPA3110 or PAM8610 either distort the signal or produce only clicking sounds instead of usable ultrasound.

The update refines pin mappings for RP2040 SPI connections and improves resistor-ladder options for users avoiding the AD9833. Earlier version A, based solely on ATTINY85 and TPA3116D2 without the signal generator, has been marked obsolete because its output remained faintly audible to some listeners. The new hardware choices, combined with careful coil selection (including 12 µH / 440 µH auto-transformer experiments), deliver the best compromise between power, silence, and effectiveness against the latest iPhone models.

Builders familiar with the original University of Chicago Sandlab research will notice how far the project has diverged. While it retains the 25 kHz transducer frequency and core jamming principle, the addition of programmable waveform generation, MOSFET drive options, and explicit support for ESP8266, ESP32, Arduino Nano, and Digispark boards makes the design far more adaptable. The README supplies clear guidance on SPI pin changes required when moving between platforms.

For hardware developers, the project remains a compact reference for ultrasonic signal integrity, amplifier selection, and transducer array design. Its continued maintenance underscores that effective privacy tools can be built with readily available components when commercial solutions either do not exist or raise their own surveillance concerns.

Current recommended BOM highlights:

  • Original TPA3116D2 or MOSFET driver path
  • AD9833 module for precise frequency control
  • Twenty 25 kHz piezo transducers
  • Appropriate filtering coils and capacitors

The refinements keep antispy-jammer relevant as recording capabilities improve and privacy expectations grow.

Use Cases
  • Security researchers testing microphone resilience in smart devices
  • Privacy engineers building wearable anti-recording prototypes
  • Developers shielding sensitive conversations from voice assistants
Similar Projects
  • y-x-c/wearable-microphone-jamming - Delivers similar ultrasonic principles in a more compact wearable package but uses different amplification without AD9833 precision
  • sandlab-ultrasonic-jammer - Supplies the original academic code and research foundation this project evolved beyond with custom hardware
  • rp2040-mic-jammer - Focuses on Pico-specific firmware but lacks the mature MOSFET driver and transducer array refinements

More Stories

NFD Release Broadens Kubernetes Hardware Support 🔗

Version 0.18.3 adds official ppc64le and s390x images while fixing kubectl plugin

kubernetes-sigs/node-feature-discovery · Go · 1k stars Est. 2016

Node Feature Discovery v0.18.3 now ships official container images for ppc64le and s390x, enabling consistent hardware detection on IBM Power and zSystems alongside existing x86_64 and ARM64 support.

Node Feature Discovery v0.18.3 now ships official container images for ppc64le and s390x, enabling consistent hardware detection on IBM Power and zSystems alongside existing x86_64 and ARM64 support. The update removes the need for custom builds when running NFD in heterogeneous enterprise clusters.

The tool scans nodes for CPUID flags, cache topology, RDT capabilities, memory bandwidth and other hardware traits, then attaches standardized labels such as feature.node.kubernetes.io/cpu-cpuid.AESNI. Kubernetes schedulers and admission controllers consume these labels to place workloads on suitable hardware without manual intervention.

Installation follows the established pattern. The Helm chart can be deployed with:

helm install -n node-feature-discovery --create-namespace nfd oci://registry.k8s.io/nfd/charts/node-feature-discovery --version 0.18.3

Kustomize users pin the same v0.18.3 tag. Post-installation, node metadata immediately reflects detected features.

The release also corrects the test subcommand of the kubectl-nfd plugin, restoring reliable validation during rollout. Maintained by SIG Node, the project continues to narrow the gap between raw hardware capabilities and cloud-native scheduling policies. As organizations consolidate AI, HPC and legacy workloads onto unified Kubernetes fleets, architecture-agnostic feature detection becomes table stakes rather than a niche capability.

NFD lets operators treat diverse silicon as a programmable resource instead of a management headache.

Use Cases
  • HPC engineers matching workloads to CPU instruction sets
  • Cluster operators labeling IBM Power nodes for scheduling
  • Infrastructure teams optimizing cache features across architectures
Similar Projects
  • nvidia-device-plugin - allocates GPUs instead of labeling features
  • intel-device-plugins - focuses on specific accelerators vs broad detection
  • node-problem-detector - surfaces failures rather than capabilities

PMSG Refreshes AI Tools for Custom Smart Glasses Firmware 🔗

PlatformIO-based project streamlines XIAO board configuration for open wearable development

Control-C/PMSG · C++ · 34 stars Est. 2024

PMSG has refreshed its AI-guided setup system, giving builders faster routes to personalized firmware on Seeed Studio XIAO hardware. Two years after its initial release, the project now directs users to pre-configured prompts in multiple AI assistants. Developers specify their exact XIAO variant—identified via USB-C board queries—and any attached I²C sensors.

PMSG has refreshed its AI-guided setup system, giving builders faster routes to personalized firmware on Seeed Studio XIAO hardware. Two years after its initial release, the project now directs users to pre-configured prompts in multiple AI assistants. Developers specify their exact XIAO variant—identified via USB-C board queries—and any attached I²C sensors. The AI then supplies concrete steps for BLE stacks, LED drivers, vibration motor control, and sensor fusion.

The repository centers on PlatformIO with dedicated JSON manifests in /ai/mcp/ that instruct agents to respect pinouts. An Embedded Swift workspace targets Apple developers, enabling Xcode workflows and potential future ties to Apple Intelligence features. Documentation stresses the absence of vendor lock-in: users flash exactly what they want, modify at will, and retain full ownership of both hardware and code.

This matters now as demand grows for privacy-focused, modifiable face computers. The ability to test competing AI assistants against the same hardware yields alternative implementations, accelerating iteration. Creator Paul Stefaan Mooij’s Hitchhiker’s Guide references—“Don’t forget your towel” and “42 is the answer”—remain baked into the setup flow as practical memory aids during complex configuration.

The net effect is a tighter feedback loop between idea and wearable prototype, keeping PMSG relevant in an increasingly crowded AI-hardware landscape.

Use Cases
  • DIY engineers customizing XIAO firmware for face-worn AI devices
  • Embedded developers adding BLE and haptic feedback to smart glasses
  • Apple ecosystem users testing Swift firmware with sensor arrays
Similar Projects
  • OpenGlass - similar DIY focus but lacks AI-prompt workflows
  • LilyGo T-Glasses - comparable XIAO hardware without Swift support
  • ESP32 Smart Glasses - community firmware projects missing guided setup

Tinymovr 2.6.1 Refines FOC Motor Control Performance 🔗

Optimization reduces position loop cycles while correcting homing and calibration behavior

motionlayer/Tinymovr · C · 308 stars Est. 2020

Tinymovr has released firmware 2.6.1, tightening its field-oriented control implementation for brushless motors.

Tinymovr has released firmware 2.6.1, tightening its field-oriented control implementation for brushless motors. The chief improvement cuts the position-mode control loop from roughly 2880 to 2464 cycles, enabling faster response without hardware changes.

Developers corrected a homing planner flaw that caused incorrect retraction distances on subsequent runs after boot. The update now properly references sensor-frame values instead of user-frame estimates. Homing configuration is also persisted to non-volatile memory, preventing loss after power cycles.

Additional changes address calibration frequency instability linked to flash cache behavior, expand Hall sensor documentation, and add velocity control tests for Hall feedback. Copyright notices were updated following the project's transfer to MotionLayer P.C.

The compact controller integrates FOC, an absolute encoder and CAN bus on a single board built around the PAC5527 MCU. The repository supplies the C firmware, Tinymovr Studio client library, hardware design files and Sphinx documentation. Development continues on the develop branch while main tracks stable releases. Contributors must review SAFETY.md before modifying safety-critical sections.

For teams already using Tinymovr, version 2.6.1 improves reliability and performance in precision motion tasks while maintaining drop-in compatibility.

**

Use Cases
  • Robotics developers integrating FOC controllers into lightweight manipulator arms
  • Automation engineers building CAN-based precision servo drive systems
  • Hardware teams prototyping PMSM actuators for educational robotics platforms
Similar Projects
  • ODrive - higher current capability but requires separate encoder hardware
  • VESC - broader EV focus with different firmware architecture and UI
  • SimpleFOC - software library only, lacks Tinymovr's integrated encoder and hardware

Quick Hits

nwinfo nwinfo delivers comprehensive Windows hardware details in a lightweight C utility, perfect for building diagnostic and system tools. 532
rezolus Rezolus captures high-resolution, low-overhead telemetry for systems and services in Rust, enabling precise performance observability. 256
LibreHardwareMonitor LibreHardwareMonitor provides a C# library to track temperatures, fan speeds, voltages, load and clock rates for custom monitoring apps. 8.2k
litex LiteX lets builders create complex FPGA SoCs and hardware designs easily in Python, accelerating custom silicon development. 3.9k
WLED-wemos-shield WLED-Wemos-Shield offers a universal PCB for ESP8266/ESP32 boards, simplifying advanced LED controller builds with WLED firmware. 556

Unity MCP equips AI with new physics and profiling control 🔗

Version 9.6 series adds dedicated tools for runtime physics manipulation, profiler sessions and build pipelines, deepening LLM integration inside the Unity Editor

CoplayDev/unity-mcp · C# · 8.9k stars Est. 2025 · Latest: v9.6.8

Unity MCP continues to narrow the gap between large language models and live game-engine operations. The latest updates, culminating in v9.6.

Unity MCP continues to narrow the gap between large language models and live game-engine operations. The latest updates, culminating in v9.6.8, give AI assistants concrete new capabilities that move beyond code generation into direct editor and runtime control.

The manage_physics tool introduced in v9.6.2 delivers 21 discrete actions. It can configure global physics settings, edit the layer collision matrix, create and modify 3D and 2D joints, run spatial queries (raycast, shapecast, overlap), apply forces and torques, and validate rigidbodies across an entire scene. Both 3D and 2D physics are fully supported, allowing an LLM to debug or tune complex simulation behavior without leaving the chat window.

One release later, manage_profiler arrived with 14 actions. AI agents can now start, stop and poll profiler sessions, read frame timings and performance counters, query object memory usage, capture and compare memory snapshots through the com.unity.memoryprofiler package, and toggle the Frame Debugger. These additions arrive at a moment when performance optimization remains a persistent bottleneck for mid-to-large Unity projects.

Further changes expand the surface area. The manage_build tool can trigger player builds, switch platforms, configure player settings, maintain build profiles (Unity 6+), and run batch builds across targets while exposing async job status through a new MaxPollSeconds mechanism. Multi-scene editing, scene template instantiation, undo/redo support in manage_editor, and live API introspection via the new unity_reflect and unity_docs tools round out the release.

Recent pull requests demonstrate the project’s maturing maintenance. Contributors fixed Unity 6.5 GetInstanceID compile breaks, added compile guards for the VisionOS build target, restored OpenCL functionality, and clarified camera screenshot behavior. The package itself has been iteratively updated through beta releases up to 9.6.7, showing a tight feedback loop between community reports and shipped changes.

For professional developers and technical artists, these tools matter because they turn conversational AI into a first-class participant in the editor. Instead of copying generated code and manually testing it, teams can instruct Claude, Cursor or other MCP-compatible assistants to perform precise, stateful operations inside the running Unity session. The result is faster iteration on physics-tuned gameplay, quicker identification of memory regressions, and automated build pipelines that respond to natural-language direction.

The project, written in C# and hosted at CoplayDev/unity-mcp, remains the most comprehensive MCP implementation for Unity. Its steady expansion of tool coverage suggests a long-term bet that the future of game development will be shared between human intent and LLM execution.

**

Use Cases
  • Developers instructing AI to tune 2D and 3D physics joints
  • Technical artists directing LLMs to capture and compare profiler snapshots
  • Teams automating multi-platform Unity builds through natural language
Similar Projects
  • godot-mcp - Delivers parallel LLM tooling for Godot scenes and nodes from the same maintainers
  • unity-ai-bridge - Offers direct API access for LLMs but lacks MCP's standardized tool protocol and editor integration depth
  • cursor-unity - Focuses on code completion and file editing without runtime physics, profiling or build orchestration capabilities

More Stories

O3DE 25.10.2 Refines AAA 3D Engine Tools 🔗

Incremental release strengthens multi-platform support for games and high-fidelity simulations

o3de/o3de · C++ · 9.1k stars Est. 2021

O3DE has shipped version 25.10.2, an incremental update that refines stability and tool integration for its Apache 2.

O3DE has shipped version 25.10.2, an incremental update that refines stability and tool integration for its Apache 2.0-licensed 3D engine. The release follows 25.10.1 with targeted fixes and compatibility improvements, as outlined in the project's changelog.

Five years after its initial open-source debut, the engine continues to deliver production-grade capabilities without fees or commercial obligations. Developers and content creators use it to build AAA games, cinema-quality 3D worlds, and physics-heavy simulations across Windows and other platforms. Its C++ foundation supports real-time rendering, animation systems, and modular extension through Gems.

Setup remains deliberate. Teams must first install Git LFS, clone the o3de/o3de repository, then satisfy strict build requirements: Visual Studio 2019 16.9.2 or later with the Game Development with C++ workload, MSVC v142, the 2019 redistributable, and CMake 3.24.0 minimum. Optional Wwise integration adds professional audio tools.

The public roadmap tracks forthcoming features, ensuring transparency. For organizations wary of proprietary licensing models, the latest release reinforces O3DE's position as a mature, community-driven alternative that prioritizes ownership and technical flexibility over ease of entry. The engine's modular design lets teams include only the systems they need, keeping builds lean while retaining AAA-scale performance.

Use Cases
  • AAA studios building royalty-free custom game engines
  • Film teams creating cinema-quality 3D virtual worlds
  • Engineers running high-fidelity physics training simulations
Similar Projects
  • Godot - lighter open-source option better suited to indie 2D/3D
  • Unreal Engine - comparable fidelity but with Epic licensing terms
  • Unity - easier onboarding yet imposes commercial runtime fees

GameNetworkingSockets Adds Native ICE for WebRTC-Free P2P 🔗

Version 1.4.1 delivers beta ICE client and protocol fixes while preserving all public interfaces

ValveSoftware/GameNetworkingSockets · C++ · 9.4k stars Est. 2018

Valve has shipped v1.4.1 of GameNetworkingSockets, introducing a native ICE client that allows peer-to-peer networking without WebRTC dependencies.

Valve has shipped v1.4.1 of GameNetworkingSockets, introducing a native ICE client that allows peer-to-peer networking without WebRTC dependencies. The new client is currently beta, disabled by default unless WebRTC support is compiled out, and does not yet implement TURN.

The release also tightens the protocol. A bug in malicious sender protection that could trigger asserts or drop reliable messages under extreme packet loss and latency has been corrected. Polling now uses epoll on Linux and compatible platforms. IPv6 address parsing accepts dotted-decimal IPv4-mapped formats, public headers no longer pollute the namespace with a POSIX define, and several console platform compatibility issues were resolved. No public interfaces changed.

The library itself remains a battle-tested transport layer for games. It delivers a connection-oriented API over UDP that supports both reliable and unreliable messages, robust fragmentation and reassembly, and an ack-vector reliability system drawn from DCCP and Google QUIC. AES-GCM-256 encryption with Curve25519 key exchange protects every packet. Multiple message streams, or “lanes,” can share bandwidth under priority or weight controls via ConfigureConnectionLanes.

Head-of-line blocking is minimized, NAT traversal is built in, and the ISteamNetworkingMessages interface eases migration from raw UDP code. Eight years after its initial open-source release, the project continues to ship targeted improvements that matter to developers shipping multiplayer titles on Windows, Linux, and consoles.

Use Cases
  • Game studios implementing low-latency multiplayer over UDP
  • Developers adding encrypted P2P networking with NAT traversal
  • Console teams requiring cross-platform reliable message transport
Similar Projects
  • ENet - lighter UDP wrapper lacking encryption and lane controls
  • WebRTC - broader media framework with heavier dependencies
  • KCP - fast reliable UDP protocol without native P2P signaling

Godot Plugin Enables Real-Time 3D Gaussian Splatting 🔗

gdgs integrates Gaussian assets with native rendering pipeline and depth-aware composition

ReconWorldLab/godot-gaussian-splatting · GDScript · 197 stars 1mo old

gdgs brings 3D Gaussian Splatting rendering to the Godot Engine through a dedicated plugin. Instead of triangle meshes, the technique represents scenes as millions of 3D Gaussians that can be reconstructed and rendered at high visual fidelity in real time.

The plugin supplies import and resource handling for supported Gaussian formats, a GaussianSplatNode for scene placement, and a CompositorEffect that blends splats with Godot's standard 3D content.

gdgs brings 3D Gaussian Splatting rendering to the Godot Engine through a dedicated plugin. Instead of triangle meshes, the technique represents scenes as millions of 3D Gaussians that can be reconstructed and rendered at high visual fidelity in real time.

The plugin supplies import and resource handling for supported Gaussian formats, a GaussianSplatNode for scene placement, and a CompositorEffect that blends splats with Godot's standard 3D content. It reads the scene depth buffer to produce correct occlusion between Gaussian elements and conventional geometry.

Version 2.2.0 adds editor icons, visibility propagation so nodes respect runtime and editor toggles, instancing that lets multiple nodes share the same GPU data without repeated uploads, and corrected VR rendering using proper eye-offset view-projection matrices. The system requires Godot 4.4 or newer, the Forward Plus backend, and a desktop GPU with compute shader support.

By filling the gap in Godot's native pipeline, the plugin lets developers incorporate captured real-world environments directly into interactive applications while maintaining hybrid composition with existing Godot workflows. Showcases demonstrate roughly six million points rendered alongside conventional game elements without leaving the editor ecosystem.

(178 words)

Use Cases
  • Godot developers import captured environments into game scenes
  • VR creators render depth-correct Gaussian splats with Godot content
  • Technical artists composite millions of Gaussians with native meshes
Similar Projects
  • UnityGaussianSplatting - provides real-time 3DGS rendering inside Unity
  • gaussian-splatting-web - implements splat rendering for Three.js scenes
  • BlenderGaussianAddon - enables 3DGS viewport display but lacks real-time game integration

Quick Hits

Vulkan Master Vulkan with extensive C++ examples demonstrating advanced rendering techniques and GLSL shader capabilities. 11.9k
godot_dialogue_manager Build branching, choice-driven conversations in Godot using this powerful nonlinear dialogue management system. 3.5k
Super-Mario-Bros.-Remastered-Public Remix Mario with new levels, characters, modes, and a full built-in editor for custom game creation. 2.6k
Magpie Sharply upscale any Windows 10/11 window in real time with this versatile HLSL-powered magnification tool. 13.6k
GDevelop Create 2D, 3D, and multiplayer games visually with this accessible open-source engine built for everyone. 22.4k