Preset
Background
Text
Font
Size
Width
Account Tuesday, March 10, 2026

The Git Times

“One accurate measurement is worth a thousand expert opinions.” — Grace Hopper

NullClaw Delivers Tiny Zig AI Assistant for Any Hardware

A 678KB static binary boots in milliseconds, sips 1MB RAM, and runs autonomous AI infrastructure on $5 boards without dependencies.

nullclaw/nullclaw Zig Latest: v2026.3.8 6.1k stars

In an era where AI assistants guzzle gigabytes of RAM and demand beefy servers, NullClaw emerges as a radical departure: the smallest, fastest fully autonomous AI assistant infrastructure, crafted entirely in Zig. This static binary—clocking in at just 678KB—boots in milliseconds, uses under 1MB of RAM at runtime, and requires nothing beyond libc. It deploys anywhere, from pocket-sized single-board computers to enterprise edges, turning everyday hardware into intelligent agents without the bloat.

NullClaw solves the core pain of modern AI tooling: overhead and compromise. Traditional setups like containerized LLMs or agent frameworks balloon to 1GB+ binaries, 100MB+ RAM footprints, and boot times exceeding 30 seconds. NullClaw obliterates these barriers. Benchmarks on ReleaseSmall builds show it outperforming incumbents: a zig build -Doptimize=ReleaseSmall yields the featherweight executable, verifiable with /usr/bin/time -l zig-out/bin/nullclaw status. Zero runtime dependencies mean no Docker, no Python interpreters, no sprawling node_modules—just pure, agnostic execution.

At its heart, NullClaw is a self-contained infrastructure for personal AI agents. It routes requests to any LLM provider via a ReliableProvider system, skipping incompatible ones (like vision-less models). Daemon mode spawns sessions and threads with generous 1024KiB stacks, enabling threaded conversations. Commands handle everything from status checks to file-read operations, now with clearer error messages and token estimation fallbacks.

Recent updates underscore its polish. Integrations shine: Slack gains reply_to_mode for thread-aware responses; Telegram extracts a control plane for debounced long-message handling and ingress updates. Windows users celebrate screenshots, normalized shell output to dodge curl errors, and fixes for overly long names. Prompt engineering caps bootstrap context injection, while shell tools normalize outputs for seamless AI chaining.

Architecturally, it's a gateway API powerhouse with security docs emphasizing isolation. Developers extend it via development.md guides, contributing fixes like runtime stack budgets or provider routing loops. Operations are CLI-driven: install, configure models/providers, then unleash with usage.md commands.

This isn't just lightweight—it's liberating for builders. Run it on a $5 board for always-on assistance, embed in IoT for edge smarts, or daemonize for persistent agents. As a 22-day-old project, NullClaw's explosive developer interest stems from its promise: AI without the infrastructure tax. Zig's memory safety and compile-time guarantees ensure reliability, making it ideal for production edges where every byte counts.

For those tired of hyperscale hype, NullClaw proves null overhead, null compromise. Download, build, boot—and watch AI fit in your pocket.

(Word count: 448)

Use Cases
  • Homelab builders deploying AI agents on Raspberry Pi.
  • Slack teams adding thread-aware autonomous bot replies.
  • Windows devs automating screenshots and shell tasks.
Similar Projects
  • ollama - Local LLM runner with multi-GB models and higher RAM needs, lacking NullClaw's full agent infrastructure.
  • llama.cpp - Efficient C++ inference but requires manual integration for assistants, without NullClaw's daemon autonomy.
  • Auto-GPT - Python agent framework that's resource-intensive and dependency-heavy compared to NullClaw's static binary.

More Stories

Superset Enables Parallel AI Coding Agents in Isolated Worktrees

macOS desktop terminal runs multiple CLI agents like Claude Code without task interference

superset-sh/superset · TypeScript · 6.5k stars

Chroma Powers AI Retrieval with Rust-Backed Vector Database

Open-source tool simplifies embedding storage and search for Python and JavaScript LLM applications

chroma-core/chroma · Rust · 26.5k stars

Streamdown Replaces React-Markdown for AI Streaming

Vercel library handles incomplete Markdown blocks during real-time AI content rendering

vercel/streamdown · TypeScript · 4.7k stars

AI Skill Automates iOS App Store Screenshots

Coding agents scaffold designs, render mockups, export at Apple resolutions

ParthJadhav/app-store-screenshots · Unknown · 853 stars

Dynamo Framework Scales AI Inference Across Datacenters

Rust-built orchestrator supports disaggregated serving for LLMs beyond single-GPU limits

ai-dynamo/dynamo · Rust · 6.2k stars

Open Source AI Agents Evolve into Modular Skill Swarms

Harnesses, skills libraries, and orchestrators enable composable, autonomous AI for coding, research, and automation workflows.

trend/ai-agents · Trend · 0 stars

Open Source Web Frameworks Fuse AI Agents with Self-Hosted UIs

TypeScript and Go projects blend reactive interfaces, streaming protocols, and agentic tools for modular, edge-deployable developer platforms.

trend/web-frameworks · Trend · 0 stars

Open Source CLIs Evolve into Agent-Native Dev Superpowers

Terminal tools dynamically wrap APIs, LLMs, and services for seamless AI agent orchestration, prioritizing local execution and zero-config composability.

trend/dev-tools · Trend · 0 stars

Deep Cuts

Use Cases
  • Mac-based researchers automating hypothesis testing loops.
  • Indie devs prototyping self-improving code generation agents.
  • Data scientists running local evals on research papers.
Similar Projects
  • karpathy/autoresearch - PyTorch original, GPU-focused, no Mac optimization.
  • apple/mlx-examples - Base framework, lacks autonomous research loops.
  • microsoft/autogen - Multi-agent chats, heavier and not MLX-native.
Use Cases
  • Developers querying codebases and docs hands-free during late-night coding.
  • Power users automating file searches and tasks via natural voice commands.
  • Researchers retrieving insights from local PDFs without internet access.
Similar Projects
  • Ollama - Local LLM runner; RCLI adds voice UI and built-in RAG.
  • llama.cpp - Inference engine; RCLI layers speech and doc querying on top.
  • PrivateGPT - Offline RAG tool; RCLI integrates voice and macOS Metal accel.

Quick Hits

Uncodixfy Enables GPT to craft uncodexified UIs, breaking free from generic AI code for original, human-like interfaces. 1.3k
Claude-to-IM-skill Bridges Claude/Codex AI coders to Telegram, Discord, and Lark for instant chat-based development collaboration. 827
ripple Ripple builds elegant TypeScript UIs with seamless reactivity and minimal boilerplate for stunning web apps. 7k
pua Transforms AI into a P8-level engineer persona, delivering Anthropic-grade expertise for elite code architecture. 522
desloppify Harnesses agents to refactor slop code into clean, beautiful, production-ready engineering masterpieces. 1.7k
best-skills Curates universal high-quality AI skills for powerful, versatile automation across any workflow. 491
nixpkgs Powers NixOS with vast package collection for reproducible, declarative system builds at scale. 23.8k
hermes-agent Hermes Agent adapts and grows with your workflows, unlocking progressively smarter automation. 3.7k

ComfyUI Delivers Node-Based Power for Complex Diffusion Pipelines

Modular graph interface simplifies advanced Stable Diffusion workflows for AI developers on desktop and API.

Comfy-Org/ComfyUI Python Latest: v0.16.4 105.5k stars

Developers grappling with Stable Diffusion's intricate pipelines now have a robust tool in ComfyUI, a Python-based GUI, API, and backend that uses a graph/nodes/flowchart interface. Launched in January 2023, it has amassed over 100,000 GitHub stars amid a recent surge in activity, reflecting its appeal to builders crafting visual AI applications.

At its core, ComfyUI addresses the rigidity of linear diffusion model scripts by letting users visually design and execute workflows. Nodes represent operations—like sampling, upscaling, or model loading—connected in flowcharts for reusable, modular pipelines. This beats traditional code-heavy approaches, enabling rapid iteration without deep scripting. Cross-platform support spans Windows, Linux, and macOS, with a desktop app for quick starts via simple installation.

Technically, it leverages PyTorch for efficiency, handling dynamic VRAM management to avoid CPU fallbacks during text encoder (TE) runs. The latest v0.16.4 release, pushed March 10, 2026, introduces key enhancements:

  • Math Expression node using simpleeval for dynamic computations.
  • TencentSmartTopology and Gemini 3.1 Flash-Lite nodes in the API suite for advanced integrations.
  • Fixes for fp16 audio encoders, requirements versioning, and buffer syncing in memory management.

Workflow templates updated to v0.9.11 streamline onboarding, while new contributors like @dante01yoon expand its ecosystem.

What sets ComfyUI apart is its extensibility: custom nodes plug in seamlessly, turning it into a full visual AI engine. Builders can expose pipelines as APIs for production, ideal for embedding in apps or services. Unlike script-bound tools, its graph paradigm supports complex conditioning, LoRA stacking, and multi-model chaining without boilerplate.

AI engineers, ML ops teams, and indie developers should care—ComfyUI lowers the barrier to production-grade diffusion while scaling to enterprise needs. Its active Matrix room, Discord (with dynamic member counts), and Twitter presence foster collaboration. For those tired of brittle Jupyter notebooks or CLI hacks, ComfyUI delivers signal over noise in the generative AI space.

Use Cases
  • AI developers prototyping Stable Diffusion image generation pipelines.
  • ML engineers building modular API backends for diffusion models.
  • Indie creators chaining custom nodes for video and audio diffusion.
Similar Projects
  • Automatic1111/stable-diffusion-webui - Script-driven UI with extensions, but lacks ComfyUI's native graph modularity.
  • InvokeAI - Node-lite interface for diffusion, less extensible API than ComfyUI's backend.
  • Fooocus - Simplified one-click diffusion tool, far less powerful for custom pipelines.

More Stories

Transformers Framework Unifies AI Models for Inference and Training

Hugging Face library standardizes definitions across text, vision, audio and multimodal machine learning workloads

huggingface/transformers · Python · 157.7k stars

OpenAI Cookbook Delivers API Examples in Jupyter Notebooks

Repository supplies practical guides for common OpenAI API tasks using Python code

openai/openai-cookbook · Jupyter Notebook · 72k stars

Quick Hits

ultralytics Ultralytics YOLO delivers blazing-fast object detection, segmentation, and tracking for building real-time computer vision apps. 54.2k
cookbook Gemini API cookbook provides ready-to-run Jupyter examples to integrate multimodal AI into your projects effortlessly. 16.7k
airflow Apache Airflow lets you author, schedule, and monitor complex workflows programmatically for scalable data pipelines. 44.6k
generative-ai Generative AI notebooks showcase Gemini on Vertex AI for building cloud-native text, image, and video generation apps. 15.7k
scikit-learn Scikit-learn empowers rapid prototyping of ML models with tools for classification, regression, clustering, and more. 65.4k

MuJoCo Powers Accurate Physics Simulation for Robotics and AI Research

Google DeepMind's engine simulates complex joint dynamics and contacts at high speed for developers in robotics, ML, and animation.

google-deepmind/mujoco C++ Latest: 3.5.0 12.3k stars

MuJoCo, short for Multi-Joint dynamics with Contact, is a C++ physics engine designed for fast, accurate simulation of articulated structures interacting with environments. Maintained by Google DeepMind since 2021, it targets researchers and developers in robotics, biomechanics, graphics, animation, and machine learning. The engine solves the core challenge of modeling rigid bodies, joints, and contacts with minimal computational overhead, enabling real-time or high-fidelity simulations where others falter.

At its heart, MuJoCo uses a runtime simulation module optimized for performance. It operates on low-level, preallocated data structures compiled from XML model files, avoiding dynamic memory allocation during simulation steps. This approach delivers sub-millisecond step times for complex models like humanoids. A native OpenGL-based GUI provides interactive visualization via the simulate binary, while utility functions compute kinematics, dynamics, and actuators precisely.

Python bindings make it accessible for ML workflows, with IPython notebooks on Google Colab covering basics: model editing, multithreaded rollouts, LQR controllers for balancing tasks, nonlinear least-squares solvers, and MJX—a JAX-accelerated version for differentiable simulation in deep learning pipelines. A Unity plug-in extends it to game engine prototyping.

Version 3.5.0, released recently, refines contact models and solver stability per the changelog. Full documentation at mujoco.readthedocs.io includes XML references and API details. Builders start with simulate for quick model testing or Colab notebooks for programmatic use.

What sets MuJoCo apart is its emphasis on research-grade accuracy in contacts—featuring friction, restitution, and soft constraints—without sacrificing speed. It outperforms general-purpose engines in scenarios demanding precise multi-body dynamics, like reinforcement learning for legged robots. With over 12,000 GitHub stars reflecting steady adoption, it equips developers to prototype controllers, optimize trajectories, and train policies efficiently.

For robotics engineers, it's a drop-in replacement for slower simulators. ML practitioners leverage MJX for gradient-based optimization. Animateurs gain tools for believable physics in CG pipelines. In an era of embodied AI, MuJoCo provides the signal builders need: reliable physics at scale.

Use Cases
  • Robotics researchers simulating humanoid balance with LQR controllers.
  • ML engineers training RL policies via MJX JAX acceleration.
  • Biomechanics developers modeling joint contacts in soft tissues.
Similar Projects
  • bulletphysics/bullet3 - Emphasizes real-time collision for games, with less precise contact dynamics for articulated research models.
  • robotics-toolbox-suite/drake - Control-focused with planning tools, but heavier overhead than MuJoCo's lean simulation core.
  • opensourcephysics/ode - Lightweight rigid-body sim, lacks MuJoCo's advanced contact and ML-friendly bindings.

More Stories

BotBrain Provides Modular ROS2 Brain for Legged Robots

Web UI and 3D-printable hardware enable teleoperation, mapping, navigation, and fleet monitoring on Jetson boards.

botbotrobotics/BotBrain · TypeScript · 110 stars

ROS MCP Server Bridges LLMs to Robots Bidirectionally

Enables natural language control and real-time observation via ROS without altering robot code

robotmcp/ros-mcp-server · Python · 1.1k stars

Quick Hits

webots Simulate robots with realistic physics, sensors, and controllers in Webots to prototype behaviors hardware-free. 4.2k
autoware_universe Build autonomous vehicles using Autoware Universe's ROS2 stack for perception, planning, and control. 1.5k
navigation2 Navigate mobile robots autonomously with Navigation2's ROS2 tools for mapping, localization, and path execution. 4k
rl Train RL agents flexibly with PyTorch RL's modular, primitive-first library for custom algorithms. 3.3k
rtabmap Map and localize in 3D using RTAB-Map's graph-based SLAM for RGB-D, stereo, and LiDAR data. 3.7k

Cilium Harnesses eBPF for Kubernetes Networking, Security, and Observability

CNCF-graduated project delivers L3-L7 policies, kube-proxy replacement, and cluster-spanning visibility without IP dependencies.

cilium/cilium Go Latest: v1.19.1 24k stars

In the complex world of Kubernetes, traditional networking struggles with scalability, security blind spots, and opaque traffic flows. Cilium addresses these head-on as an eBPF-based CNI plugin, providing a flat Layer 3 network that spans multiple clusters via native routing or overlays.

At its core, Cilium uses eBPF—a Linux kernel technology for safe, dynamic bytecode insertion at network I/O, sockets, and tracepoints. This enables L7-protocol awareness and identity-based security, decoupling policies from volatile IP addresses. Developers enforce rules on HTTP, gRPC, or Kafka traffic without rewriting for pod migrations.

Key strengths include distributed load balancing that fully replaces kube-proxy, leveraging eBPF hash tables for near-unlimited scale. It supports integrated ingress/egress gateways, bandwidth management, and a sidecar-less service mesh. Observability shines with deep metrics on network, security, and runtime events, aiding troubleshooting in production.

Cilium's maturity—10 years strong, with 23,983 GitHub stars—reflects steady adoption among builders. As a CNCF graduate, it integrates seamlessly with Kubernetes via CNI and Gateway API.

The v1.19.1 release, current as of March 2026, focuses on stability:

  • Clustermesh fix: Resolves CRD update permissions for MCS-API (PR #44280).
  • Datapath stability: Prevents panics on missing DirectRouting devices (PR #44219).
  • Helm improvements: Aligns RBAC for operator.enabled=false, fixing TLS interception secrets (PR #44159).
  • SR-IOV optimization: Reduces rtnl_mutex contention by skipping VF queries in netlink (PR #43517).

These backports ensure reliable multi-cluster ops, SR-IOV acceleration, and Helm deployments. CI enhancements add kernel-specific job naming and skip irrelevant workflows for kernel updates.

Builders running large-scale K8s—think finance, telco, or cloud-native apps—benefit most. It scales where iptables chains falter, offers visibility sans agents, and future-proofs via eBPF's kernel evolution. For upgrades, consult the Cilium Upgrade Guide; stable branches cover the last three minors.

Cilium isn't just networking—it's a unified dataplane for secure, observable infrastructures.

Use Cases
  • Kubernetes operators replacing kube-proxy for scalable pod load balancing.
  • DevOps teams enforcing L7 policies across multi-cluster environments.
  • Security engineers gaining eBPF-powered network visibility and runtime monitoring.
Similar Projects
  • tigera/calico - iptables/BGP-based policies; Cilium's eBPF delivers L7 enforcement and higher performance without chain limits.
  • istio/istio - Envoy sidecar service mesh; Cilium integrates eBPF-native mesh without per-pod proxies.
  • flannel/flannel - Simple VXLAN overlays; Cilium adds identity security, observability, and direct routing modes.

More Stories

OpenZeppelin Contracts Library Secures Smart Contract Development

Reusable Solidity components enforce standards and permissions on Ethereum, EVM chains

OpenZeppelin/openzeppelin-contracts · Solidity · 27k stars

KeePassXC Offers Secure Cross-Platform Password Storage

Community port of KeePass manages encrypted databases on Windows, macOS and Linux

keepassxreboot/keepassxc · C++ · 26.1k stars

Quick Hits

trufflehog TruffleHog detects, verifies, and analyzes leaked credentials in repos, preventing secret exposures in your builds. 25k
h4cker h4cker curates thousands of ethical hacking resources for bug bounties, DFIR, AI security, and vuln research to boost your toolkit. 25.4k
bunkerweb BunkerWeb delivers next-gen open-source WAF protection for web apps with easy deployment and robust threat blocking. 10.1k
wstg OWASP Web Security Testing Guide provides detailed methodologies to test and harden web apps against vulnerabilities. 8.9k
vuls Vuls offers agentless scanning for vulnerabilities across Linux, containers, WordPress, and networks for quick audits. 12.1k

Linux Kernel Source Drives Core OS Hardware Management

Linus Torvalds' repository enables developers to build, patch, and maintain the Unix-like kernel powering billions of devices.

torvalds/linux C 222.1k stars

The Linux kernel stands as the linchpin of Linux-based operating systems, orchestrating hardware interactions, resource allocation, and essential services for all overlying software. Hosted at torvalds/linux on GitHub since 2011, this C-language monolith—now 14.5 years mature—serves as the official source tree maintained by Linus Torvalds himself. Recent commits signal ongoing evolution, with the latest push addressing modern hardware demands.

At its core, the kernel abstracts complex hardware into usable interfaces. It handles process scheduling, memory management, device drivers, and networking stacks, ensuring stability across embedded systems, servers, and desktops. Builders interact via a robust development process: report bugs through Documentation/admin-guide/reporting-issues.rst, fetch releases from kernel.org, or compile a trimmed version using Documentation/admin-guide/quickly-build-trimmed-linux.rst.

Documentation is exhaustive and buildable locally with make htmldocs, covering changes.rst for build prerequisites, code-of-conduct.rst for collaboration norms, and the COPYING license. Online at kernel.org/doc/html/latest/, it spans coding-style.rst, kbuild modules, and core-api references. The Kernel Hacking Guide (Documentation/kernel-hacking/hacking.rst) demystifies internals like memory allocators and interrupt handling.

"Who Are You?" sections tailor guidance precisely:

  • New Kernel Developers start with development-process.rst and submit patches via submitting-patches.rst.
  • Academic Researchers probe architecture in subsystem docs.
  • Hardware Vendors craft drivers.
  • Maintainers review patches on lore.kernel.org.
  • Even AI Coding Assistants integrate for LLM-driven tooling.

This repository, boasting 222,083 GitHub stars for context, fuels distributions like Ubuntu and Android. Its modular design—loadable modules for filesystems, crypto—allows runtime tweaks without reboots. Recent surges reflect hardening against vulnerabilities and AI workloads, with backports for stable trees.

For builders, torvalds/linux is indispensable: fork it, patch subsystems, or audit for security. Join via lore.kernel.org to contribute amid a global maintainer network shepherding 20 million lines of code.

Use Cases
  • New developers submitting first kernel patches.
  • Hardware vendors writing device drivers.
  • System admins configuring kernel modules.
Similar Projects
  • raspberrypi/linux - Hardware-optimized fork for ARM single-board computers.
  • zen-kernel/zen-kernel - Desktop-tuned variant emphasizing interactivity.
  • torvalds/linux-next - Upstream integration tree for testing merges.

More Stories

Zed Builds High-Performance Multiplayer Code Editor in Rust

Tool from Atom creators enables real-time collaboration across macOS, Linux, Windows platforms

zed-industries/zed · Rust · 76.8k stars

Kubernetes Schedules Containerized Apps Across Clusters

Production-grade open-source system automates deployment, scaling and maintenance of workloads

kubernetes/kubernetes · Go · 121.1k stars

Quick Hits

scrcpy Mirror and control Android devices from your desktop for effortless remote testing and debugging. 136.8k
react-native Build native iOS and Android apps using React for cross-platform UI with true native performance. 125.5k
go Develop fast, concurrent systems with Go's simple syntax, robust standard library, and efficient compilation. 133.1k
deno Execute JavaScript and TypeScript securely in Deno's modern runtime with zero-config dependencies. 106.4k
awesome-go Explore curated Go frameworks, libraries, and tools to accelerate your backend and systems projects. 167.1k

ESPectre Turns Wi-Fi Signals into Reliable Motion Detectors

Cheap ESP32 devices analyze CSI data for privacy-friendly sensing, with seamless Home Assistant integration via ESPHome.

francescopace/espectre Python Latest: 2.6.0 6.7k stars

Builders seeking non-intrusive motion detection have a new tool: ESPectre, a Python-based system that uses Wi-Fi Channel State Information (CSI) to spot movement. No cameras. No microphones. Just the 2.4GHz signals from your existing router, captured by a €10 ESP32 board.

The core trick? CSI data—fine-grained measurements of how Wi-Fi signals distort through space—reveals human presence. An ESP32 with CSI support (S3, C6, C3, or originals) sniffs these changes, processes them on-device, and feeds alerts to Home Assistant via ESPHome. Setup takes 10-15 minutes: flash YAML config, tune thresholds per TUNING.md, and deploy. Basic YAML skills suffice; no router tweaks or coding required.

Recent v2.6.0 hardens reliability on modern chips like ESP32-C5/C6. Wi-Fi lifecycle handling now uses dual-band APIs with 2.4GHz fallbacks; C5's 114-byte payloads normalize to HT20's 128-byte format. Calibration failures trigger explicit handling, buffers cold-clear on switches, and state transitions validate inputs. Motion validation hits strict targets: Recall >95%, false positives <5% across Python and C++ stacks—unified in PERFORMANCE.md.

Standout: v2.5's ML Detector, an on-device neural network needing no calibration. Grab ML-enabled snapshots (-ml assets) or follow custom setup. Thresholds clamp to 0.0-10.0; serial commands like T:<value> parse safely via strtof. MQTT propagates rejections; factory resets restore ML to 5.0. Startup fail-fasts on Wi-Fi init errors, and auxiliary tasks clear states cleanly.

System architecture splits detection (ESP32 C++/MicroPython) from dashboards (HA). Place sensors per guide: elevated, wall-facing, avoiding metal. Debug sensors expose raw CSI, thresholds, and occupancy in real-time Lovelace cards.

For Home Assistant users, this means native entities for occupancy, motion binary sensors, and automations—e.g., lights on verified movement. Privacy shines: passive Wi-Fi sniffing leaves no traces. At 5 months old with over 6,700 GitHub stars, it's gaining traction amid surging interest in Wi-Fi sensing.

ESPectre matters to DIY builders tired of PIR's blind spots or cams' creep factor. It solves reliable, through-wall detection at hardware-store prices, with ML pushing calibration-free accuracy. Dive into SETUP.md, docs/, or discussions for platform tables and media demos.

(Word count: 368)

Use Cases
  • Homeowners triggering HA lights on Wi-Fi-detected motion.
  • Builders adding through-wall occupancy to smart rooms.
  • Security setups avoiding cameras in sensitive areas.
Similar Projects
  • esp32-camera-motion - Uses image processing on cams, sacrificing privacy for CSI's passive sensing.
  • esphome-pir - Traditional IR hardware integration, lacks Wi-Fi CSI's range and calibration-free ML.
  • openwrt-wifi-radar - Router-based CSI analysis, misses ESPectre's cheap ESP32 portability and HA depth.

More Stories

HackRF Enables Low-Cost Open Source Software Defined Radio

Hardware designs and C firmware support RF experimentation for developers and builders

greatscottgadgets/hackrf · C · 7.8k stars

GHDL Powers Open-Source VHDL Simulation and Synthesis

Mature tool compiles VHDL to native code via LLVM and GCC backends for high-speed hardware design

ghdl/ghdl · VHDL · 2.8k stars

Quick Hits

venus-os_dbus-serialbattery Python driver monitors serial batteries via DBus in VenusOS GX, enabling precise power tracking for marine and RV builders. 219
AIOsense ESPHome all-in-one sensor delivers multi-environment readings from a single ESP device, simplifying smart home prototypes. 151
streamdeck TypeScript SDK builds custom Stream Deck plugins, empowering personalized hardware controls for streamers and makers. 218
makerpnp Rust tool automates PCB assembly planning, pick-and-place, and Gerber viewing, boosting maker efficiency. 41
node-feature-discovery Go utility discovers Kubernetes node features for smarter pod scheduling and hardware optimization. 1k
Memes section coming soon. Check back tomorrow!