Preset
Background
Text
Font
Size
Width
Account Wednesday, April 1, 2026

The Git Times

“For a successful technology, reality must take precedence over public relations, for nature cannot be fooled.” — Richard Feynman

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 →

colleague-skill 🔗

titanwings/colleague-skill · Python · 4.2k stars 2d old

将冰冷的离别化为温暖的 Skill,欢迎加入数字生命1.0!Transforming cold farewells into warm skills? It's giving rebirth era. Welcome to Digital Life 1.0. 🫶

** This Python project ingests a departing colleague’s communication history and documents to generate a reusable AI skill for Claude Code and OpenClaw. It solves institutional knowledge loss by automatically pulling data from Feishu (API), DingTalk, Slack, WeChat exports, emails, PDFs, screenshots, and Markdown, then combining it with user-provided subjective context. The resulting skill produces code using the original person’s technical standards, answers questions in their tone, and even replicates behavioral patterns such as blame-shifting. It differs from generic RAG tools through its purpose-built parsers for Chinese enterprise platforms, multi-modal input support, and direct output into the Claude skill directory format.

**

Use Cases
  • Engineer imports Feishu history to generate departed teammate AI skill
  • Developer uploads Slack archives and code to recreate colleague style
  • Manager processes emails and screenshots to preserve intern knowledge
Similar Projects
  • mem0ai/mem0 - Stores long-term memory but lacks colleague-specific parsers and Claude skill output
  • langchain-ai/langchain - Provides RAG pipelines without automated enterprise chat ingestion or behavioral emulation
  • dust-tt/dust - Builds custom assistants but requires manual data preparation unlike this tool’s platform collectors

More Projects

claurst 🔗

Kuberwastaken/claurst · Rust · 4.9k stars 0d old

Clean-room Rust reimplementation of Claude Code AI coding CLI.

This project delivers an idiomatic Rust implementation of Anthropic's Claude Code CLI behavior created through a strict two-phase clean-room process: one AI agent produces exhaustive behavioral specifications, data flows, tool contracts and improvements from the original TypeScript, while a second independent agent writes the Rust code from that spec alone. It solves the problem of accessing equivalent functionality without proprietary source code by reproducing behavior rather than expression, following clean-room engineering precedents. The repository also contains a technical breakdown of the npm sourcemap leak and analysis of the original system's architecture.

Use Cases
  • Rust developers integrate Claude Code behavior into custom CLI tools
  • Engineers study behavioral specifications of proprietary AI coding systems
  • Technical teams apply clean-room methods to reimplement closed-source software
Similar Projects
  • aider - implements comparable AI coding assistance in Python instead of Rust
  • open-interpreter - gives LLMs code execution capabilities using a Python codebase
  • continue - integrates AI coding directly into IDEs rather than providing a CLI

claude-code-haha 🔗

NanmiCoder/claude-code-haha · TypeScript · 1.5k stars 0d old

Locally runnable version of leaked Claude Code with full TUI.

This project repairs the original leaked Claude Code source that could not run directly. It fixes multiple startup blocking issues to enable the complete Ink TUI interface locally. The tool supports any Anthropic-compatible API, custom models, MCP servers, plugins, skills, and offers both interactive TUI and headless modes.

Use Cases
  • Developers run Claude Code locally with custom LLM APIs
  • Engineers build plugins and skills for local Claude instance
  • Teams execute AI coding tasks in headless CI scripts
Similar Projects
  • aider - provides terminal-based LLM coding with any provider
  • claude-cli - official Anthropic CLI without local leaked source
  • gpt-engineer - focuses on prompt-driven project generation

claw-code 🔗

instructkr/claw-code · Rust · 89k stars 0d old

Claw Code is a Rust harness for AI coding agent workflows.

Claw Code implements a harness runtime that enables AI models to complete practical software engineering tasks. It works by managing orchestration layers for parallel execution, code review, and architect-level verification loops. The Rust implementation provides memory safety and a clean architecture distinct from simple code archives.

Use Cases
  • Software developers automate their application development using AI coding harnesses
  • Development teams perform parallel code reviews with AI verification tools
  • Researchers prototype advanced AI agent designs using Rust based harnesses
Similar Projects
  • LangChain - provides Python LLM agent composition instead of Rust runtime
  • AutoGen - focuses on multi-agent conversation patterns versus task harness
  • CrewAI - enables role-based agent teams while this emphasizes execution safety

clear-code 🔗

chatgptprojects/clear-code · Unknown · 1.6k stars 0d old

Clear-Code catalogs and compares open-source AI coding assistants.

Clear-Code solves the problem of navigating the rapidly expanding field of AI coding tools by maintaining a centralized, community-driven resource. It works by featuring specific open-source projects with a comparison table, selection guides, and discussions on self-hosting versus cloud options. It differs by focusing exclusively on transparent open-source solutions to avoid vendor lock-in and data privacy issues.

Use Cases
  • Developers comparing features of multiple open source AI coding tools
  • Teams evaluating self-hosted AI assistants for internal codebases
  • Engineers researching transparent alternatives to proprietary coding assistants
Similar Projects
  • awesome-ai-tools - Offers broader AI tool listings without coding focus
  • open-source-alternatives - Compares replacements for proprietary software generally
  • ai-agent-hub - Centers on agent frameworks rather than coding-specific tools

claude-code-source-code 🔗

sanbuphy/claude-code-source-code · TypeScript · 9.4k stars 0d old

Extracted TypeScript source and analysis of Anthropic Claude Code v2.1.88.

This repository contains the unbundled TypeScript source extracted from the @anthropic-ai/claude-code npm package together with detailed analysis reports. It documents internal systems including telemetry collection, undercover mode for hiding AI authorship, remote killswitches, tool permissions, and agent architecture. The project makes proprietary implementation details available for technical research and study.

Use Cases
  • Security researchers analyzing telemetry and privacy mechanisms in AI tools
  • AI engineers studying tool systems and permission flows in agent loops
  • Developers investigating remote control and killswitch implementations in LLM products
Similar Projects
  • open-interpreter - open source transparent implementation instead of extracted proprietary code
  • aider - public Python coding agent versus closed TypeScript architecture analysis
  • gpt-engineer - community open source agent versus reverse-engineered commercial internals

claude-code-rev 🔗

oboard/claude-code-rev · TypeScript · 1.6k stars 0d old

Restored runnable source code for the Claude Code CLI.

This project reconstructs Claude Code from source maps and fills missing modules with shims to create a working local codebase. It solves the problem of unavailable original source by enabling successful Bun installation and CLI execution with restored commands and skill bundles. It differs by exposing the full command tree and compatibility layers for MCP tools while using degraded implementations where original code could not be recovered.

Use Cases
  • TypeScript developers run restored Claude Code locally
  • Software engineers explore CLI commands and skill bundles
  • Open source contributors modify restored Claude Code behaviors
Similar Projects
  • aider - terminal AI coding tool with native implementation
  • continue - IDE-integrated AI assistant with different architecture
  • langchain - agent framework that builds from scratch instead of restoring

claude-reviews-claude 🔗

openedclaude/claude-reviews-claude · Unknown · 844 stars 0d old

Claude analyzes its own Claude Code source code architecture.

This project contains Claude's analysis of its own 477,439 lines of TypeScript code across 1,902 files. It documents 17 subsystems including the query engine, tool system, multi-agent coordinator, permission pipelines, and session persistence. The work is produced by the same AI whose implementation it examines.

Use Cases
  • Engineers examine query engine and tool system design (8 words)
  • Architects study multi-agent coordination and plugin architectures (8 words)
  • Developers review session persistence and context assembly methods (9 words)
Similar Projects
  • langchain-ai/langchain - provides human-written framework documentation
  • microsoft/autogen - explains multi-agent systems through traditional guides
  • open-interpreter - contains developer-authored architecture overviews

Untitled 🔗

The booming ecosystem of tools, skills, and frameworks for AI coding agents.

A vibrant ecosystem is forming around agentic AI coding tools, especially Anthropic's Claude Code, as developers rapidly build skills, plugins, orchestration layers, and specialized agents. Projects like sickn33/antigravity-awesome-skills (800+ skills), Piebald-AI/claude-code-system-prompts (reconstructed system prompts), ruvnet/ruflo (multi-agent swarms), and JackChen-me/open-multi-agent (production orchestration) show a clear pattern of moving beyond single agents toward composable, extensible platforms with memory, coordination, and domain-specific capabilities. Builders are also making existing software agent-native through efforts like HKUDS/CLI-Anything and WecomTeam/wecom-cli while creating vertical applications in research (karpathy/autoresearch) and trading (TauricResearch/TradingAgents). This matters because it turns AI agents from experimental toys into reliable, customizable infrastructure that dramatically accelerates development velocity and unlocks new autonomous workflows.

Use Cases
  • Developers extending Claude Code with custom skills and plugins
  • Teams orchestrating multi-agent swarms for complex collaborative tasks
  • Engineers making existing software fully agent-native via CLIs
Similar Projects
  • anthropics/claude-code - Official terminal agent that serves as the foundation inspiring the entire skills and orchestration ecosystem
  • sickn33/antigravity-awesome-skills - Curated library of 800+ battle-tested skills that extends agent capabilities across coding agents
  • ruvnet/ruflo - Enterprise-grade orchestration platform for deploying intelligent multi-agent swarms with native Claude integration

Untitled 🔗

AI coding agents spawn specialized CLIs, skills, and SDKs.

An ecosystem of agent-native developer tools is rapidly forming around terminal-based AI coding agents. Projects like anthropics/claude-code, QwenLM/qwen-code, badlogic/pi-mono, and antinomyhq/forgecode deliver AI agents that live in the terminal and execute real development tasks, while alirezarezvani/claude-skills, kepano/obsidian-skills, and HKUDS/CLI-Anything provide hundreds of plugins and the infrastructure to make existing software agent-compatible. Supporting tools such as shipany-ai/open-agent-sdk, vercel-labs/agent-browser, router-for-me/CLIProxyAPI, and motiful/cc-gateway handle SDKs, browser automation, API normalization, and privacy layers.

Use Cases
  • Developers command AI agents to handle git and refactoring
  • Engineers extend Claude Code with domain-specific skills
  • Teams automate browser tasks for autonomous coding agents
Similar Projects
  • aider - delivers comparable terminal-based AI pair programming with strong git focus
  • OpenDevin - offers broader autonomous agent platforms versus these CLI-centric tools
  • Continue.dev - integrates AI agents into IDEs rather than pure terminal environments

Untitled 🔗

Specialized tools and skills exploding for LLM coding agents and inference.

An emerging pattern shows builders rapidly developing an interconnected ecosystem of tools specifically for LLM agents, with heavy emphasis on coding assistants like Claude Code and high-performance serving backends. Projects such as anthropics/claude-code, antinomyhq/forgecode, ruvnet/ruflo, and hesreallyhim/awesome-claude-code demonstrate the surge in agentic coding tools, terminal integrations, and massive skill/plugin libraries, while vllm-project/vllm, sgl-project/sglang, and bentoml/BentoML provide the underlying inference infrastructure. Domain-specific applications like TradingAgents, ZhuLinsen/daily_stock_analysis, and vas3k/TaxHacker reveal how these tools are being adapted for real workflows in finance, accounting, and troubleshooting. This matters for builders because it creates reusable components that dramatically accelerate the creation of production-ready AI applications and autonomous agent systems.

Use Cases
  • Developers automating codebase tasks with natural language AI agents
  • Engineers serving high-throughput LLMs across specialized hardware platforms
  • Teams building custom skills and plugins for Claude Code agents
Similar Projects
  • langchain-ai/langchain - offers general agent frameworks that these Claude-specific tools extend with deeper coding integration
  • crewAI - focuses on multi-agent orchestration similar to ruflo and TradingAgents but with less terminal and coding focus
  • continue-dev/continue - provides AI coding assistance in IDEs while these projects emphasize terminal agents and CLI tools

Deep Cuts

claude-mem 🔗

thedotmack/claude-mem · TypeScript · 482 stars

Claude Code plugin that captures, compresses, and reinjects session memory.

This TypeScript project creates a Claude Code plugin that automatically captures everything Claude does during coding sessions, compresses the history using AI via Claude's agent-sdk, and intelligently injects relevant context into future sessions. It solves the core problem of AI coding tools forgetting important decisions and patterns between sessions, creating true continuity instead of starting from scratch each time. Builders should pay attention because it turns Claude into a persistent, evolving coding partner that maintains project knowledge without manual prompt management.

Use Cases
  • Developers automatically preserving Claude context across sessions
  • Engineers retrieving compressed insights from past coding decisions
  • Programmers injecting relevant history into new development tasks
Similar Projects
  • mem0 - offers general AI memory layers but lacks Claude-specific auto-capture
  • LangChain Memory - provides memory buffers that require manual implementation unlike automatic compression
  • Continue.dev - focuses on IDE context but without AI-powered session compression and injection

TREK 🔗

mauriceboe/TREK · TypeScript · 376 stars

Self-hosted collaborative travel planner with real-time maps and budgets.

TREK is a complete self-hosted travel and trip planner that brings together interactive maps, real-time collaboration, expense budgets, packing lists, itineraries, and PWA support in one privacy-focused application. It solves the chaos of planning trips across scattered tools like Google Docs, spreadsheets, and map apps by giving teams a single place where everyone can edit simultaneously with live updates. Builders should pay attention to its TypeScript architecture, smooth SSO integration, and practical implementation of complex collaborative features.

Use Cases
  • Friends planning group trips with shared interactive maps and lists
  • Families managing vacation budgets and packing lists in real time
  • Couples building detailed itineraries using live collaborative editing
Similar Projects
  • Wanderlog - Commercial alternative lacking self-hosting and open source
  • TripIt - Itinerary importer without real-time collaboration or budgets
  • Polar Steps - Travel journal focused on logging rather than planning

Quick Hits

claude-code TypeScript fork of claude-code delivering enhanced AI coding capabilities for automated development and complex project handling. 931
claude-code-sourcemap TypeScript claude-code variant with sourcemap support for precise debugging and traceability of AI-generated code. 6.6k
open-multi-agent Production-grade multi-agent orchestration framework that enables model-agnostic team collaboration, task scheduling, and inter-agent communication. 751
claude-code-system-prompts Reconstructs prompt patterns, agent coordination, and security classifications to expose how agentic AI coding assistants actually work. 1.4k
open-agent-sdk Lightweight open-source Agent SDK without CLI dependencies, offering a clean alternative for embedding AI agents in TypeScript apps. 1.6k

dinov3 🔗

facebookresearch/dinov3 · Jupyter Notebook · 10k stars 7mo old

DINOv3 supplies PyTorch implementation for high-resolution self-supervised dense visual features.

DINOv3 produces versatile high-resolution dense features from images through self-supervised learning without labels. The March 2026 update released the Canopy Height Maps v2 model and inference code that leverages DINOv3 for better accuracy, detail, and global consistency in vegetation mapping. It includes linear probing code for ADE20K semantic segmentation and NYUv2 depth estimation, plus distillation configs for ConvNeXt, with native support in timm 1.0.20 and Hugging Face Transformers.

Use Cases
  • Ecologists generate global canopy height maps v2 from satellite imagery
  • Researchers evaluate DINOv3 features for semantic segmentation on ADE20K
  • Developers run monocular depth estimation with NYUv2 linear probing
Similar Projects
  • facebookresearch/dinov2 - predecessor using similar self-supervised distillation but without DINOv3's high-resolution improvements and CHMv2 application
  • facebookresearch/mae - alternative self-supervised approach based on masked image modeling rather than DINO's feature distillation
  • rwightman/pytorch-image-models - timm library that now integrates DINOv3 backbones for easier downstream task evaluation

More Projects

mediapipe 🔗

google-ai-edge/mediapipe · C++ · 34.4k stars Est. 2019 · Latest: v0.10.33

MediaPipe provides cross-platform ML solutions for live and streaming media.

The v0.10.33 release adds a C API for Holistic Landmarker, re-adds Python support for it, and introduces full-range face detection. It solves the problem of building real-time ML pipelines by using a graph-based framework of calculators that process video, audio, and sensor data on-device. The system runs across Android, iOS, web, desktop, and edge devices while allowing full customization of the provided vision, audio, and text solutions.

Use Cases
  • Mobile developers add real-time pose estimation to fitness applications
  • Web engineers implement hand tracking in browser interactive tools
  • Computer vision teams build custom face mesh pipelines for video
Similar Projects
  • tensorflow-lite - offers model inference without MediaPipe's graph pipeline framework
  • onnxruntime - enables cross-platform execution but lacks ready ML task solutions
  • opencv - provides vision primitives without MediaPipe's on-device ML components

ray 🔗

ray-project/ray · Python · 41.9k stars Est. 2016 · Latest: ray-2.54.1

Ray is a unified framework for scaling AI and Python applications.

Ray 2.54.1 fixes a performance issue in Ray Data by disabling the hanging issue detector that was making blocking calls and degrading pipeline throughput. It solves the difficulty of scaling ML workloads by providing a core distributed runtime plus specialized libraries that handle data processing, training, tuning, reinforcement learning, and serving without requiring infrastructure changes. The framework stands out for its Python-native approach that unifies these capabilities across laptops to large clusters.

Use Cases
  • ML engineers scale PyTorch and TensorFlow model training across clusters
  • Data scientists process large datasets for machine learning pipelines
  • Developers serve large language models in production with Ray Serve
Similar Projects
  • Dask - similar Python distributed computing but lacks Ray's ML libraries
  • Apache Spark - general big data engine versus Ray's AI workload focus
  • Kubeflow - ML workflow tool while Ray provides lower-level distributed runtime

supabase 🔗

supabase/supabase · TypeScript · 100k stars Est. 2019 · Latest: v1.26.03

Supabase is the Postgres development platform for web, mobile, and AI applications.

Supabase recently launched Log Drains on Pro plans so teams can forward Postgres, Auth, Storage, Edge Functions, and Realtime logs to Datadog, Sentry, Grafana Loki, or custom endpoints. Documentation now lets users export any guide as Markdown with one click and includes direct links to ChatGPT and Claude for AI-assisted development. The Storage service received a major performance and security overhaul that improves speed and protection for production file handling.

Use Cases
  • DevOps engineers routing Supabase logs to Datadog and Sentry
  • Developers exporting docs as Markdown for AI coding tools
  • AI engineers storing vector embeddings with pgvector in Postgres
Similar Projects
  • Firebase - closed-source platform that Supabase replicates with open-source tools
  • Appwrite - open-source backend service using different databases and architecture
  • PocketBase - lightweight Go alternative for simpler local-first projects

Quick Hits

open-webui Build a sleek web UI for local LLMs with Ollama and OpenAI API support for effortless AI interaction. 129.5k
fastai Simplify deep learning with fastai's high-level library that makes training state-of-the-art models fast and accessible. 28k
google-research Explore Google's latest AI research through open notebooks and code that turn cutting-edge papers into working prototypes. 37.6k
pytorch Build dynamic neural networks with PyTorch's GPU-accelerated tensors for high-performance deep learning in Python. 98.7k
claude-cookbooks Unlock Claude's full potential with practical Jupyter recipes showing creative and effective prompting techniques. 36.9k

DynamixelSDK 🔗

ROBOTIS-GIT/DynamixelSDK · C++ · 572 stars Est. 2016 · Latest: 4.0.3

ROBOTIS Dynamixel SDK (Protocol1.0/2.0)

** This SDK implements both Dynamixel Protocol 1.0 and 2.0 for direct read/write access to actuator control tables over serial or USB. The 4.0.3 release adds official support for Linux SBC environments, Linux 32-bit platforms, and ROS 2 build and deployment workflows. It ships with native libraries and bindings for C, C++, Python, C#, Java, MATLAB, and LabVIEW, plus dedicated ROS packages that abstract packet handling from application code.

**

Use Cases
  • Robotics engineers control Dynamixel motors inside ROS 2 robot systems
  • Developers build multi-actuator prototypes with Python and C++ code
  • Teams deploy Dynamixel control on Linux SBC platforms with ROS 2
Similar Projects
  • dynamixel_workbench - provides higher-level ROS interfaces and diagnostic tools on top of this SDK
  • ros2_control - offers generic hardware abstraction while this SDK focuses on Dynamixel-specific packet protocols
  • Arduino Servo - handles basic PWM servos but lacks the smart actuator features and multi-language support of Dynamixel SDK

More Projects

PX4-Autopilot 🔗

PX4/PX4-Autopilot · C++ · 11.4k stars Est. 2012 · Latest: v1.16.1

PX4 Autopilot controls autonomous flight for drones and unmanned vehicles.

Version 1.16.1 brings SITL DDS agent IP configuration, VOXL2 hardware patches, and improved accelerometer calibration that rotates offsets back to the sensor frame. It solves the challenge of running reliable flight control across vehicle types by using a modular uORB middleware that lets developers trim unused components. Wide Pixhawk hardware support, first-class ROS 2 integration, and vendor-neutral governance under the Dronecode Foundation set it apart from single-vendor stacks.

Use Cases
  • Engineers run PX4 on custom multicopter delivery platforms
  • Researchers test autonomous avoidance algorithms in SITL simulation
  • Developers integrate PX4 with ROS2 for industrial inspection UAVs
Similar Projects
  • ArduPilot - offers similar autopilot capabilities with different middleware
  • Betaflight - focuses on racing performance rather than broad vehicle support
  • INAV - provides fixed-wing and multicopter control with simpler configuration

ontology-development-kit 🔗

INCATools/ontology-development-kit · Dockerfile · 311 stars Est. 2015 · Latest: v1.6.1

Ontology Development Kit manages ontology lifecycles with bundled tools and CI workflows.

Version 1.6.1 updates ROBOT to 1.9.10, refreshes key Python packages including oaklib, linkml and kgx, and fixes run.sh shell compatibility plus update_repo for non-import ontologies. It solves fragmented ontology maintenance by packaging ROBOT, owltools, dosdp-tools and others into a Docker image with executable workflows for continuous integration, quality control, releases and dynamic imports. This keeps established OBO and Monarch Initiative projects consistent without forcing repository changes for point releases.

Use Cases
  • Ontology engineers automate continuous integration and quality control pipelines
  • Bioinformaticians efficiently import modules from large external ontologies
  • Ontology maintainers generate releases with updated tool dependencies
Similar Projects
  • ROBOT - provides core commands but lacks ODK's full workflow orchestration
  • Protégé - offers GUI editing instead of ODK's automated Docker-based CI
  • OWLTools - older command-line toolkit without ODK's integrated release management

robotgo 🔗

go-vgo/robotgo · Go · 10.7k stars Est. 2016 · Latest: v1.0.2

Go library for native cross-platform GUI automation and RPA.

Recent changes in v1.0.2 expand keyboard constant support while improving unsafe pointer handling and CI pipelines. It solves cross-platform desktop control by delivering direct mouse, keyboard, screen reading, window management and global event hooks in pure Go. Native bindings plus OpenCV integration make it suitable for AI computer-use agents without language runtime dependencies.

Use Cases
  • Go engineers automate GUI tests across Windows macOS Linux
  • Developers build RPA bots for repetitive desktop workflows
  • AI teams implement computer-use agents with screen control
Similar Projects
  • PyAutoGUI - Python alternative with similar mouse keyboard API
  • SikuliX - image-driven automation but requires Java runtime
  • AutoHotkey - Windows-only scripting without native Go support

Quick Hits

navigation2 ROS 2 Navigation2 equips robots with production-ready localization, mapping, and dynamic path planning for reliable autonomous navigation. 4.1k
drake Drake delivers model-based design, simulation, and verification tools to build and validate complex robotic systems with confidence. 4k
mujoco MuJoCo provides fast, accurate multi-body physics simulation with contact dynamics for realistic robot prototyping and control testing. 12.6k
crocoddyl Crocoddyl solves optimal control for contact-rich robot motions using efficient DDP algorithms for advanced locomotion and manipulation. 1.2k
autoware Autoware supplies a full-stack autonomous driving system for perception, planning, and control in real-world self-driving vehicles. 11.3k

nginx 🔗

nginx/nginx · C · 29.8k stars Est. 2015 · Latest: release-1.28.3

NGINX is an open source web server, reverse proxy and load balancer.

Version 1.28.3 fixes buffer overflow vulnerabilities in the ngx_http_dav_module and ngx_http_mp4_module, mail authentication issues, and an OCSP bypass in the stream module. It uses an event-driven non-blocking architecture written in C to handle thousands of concurrent connections with low memory usage. The server supports HTTP/3 over QUIC, content caching, rate limiting, TCP/UDP proxying and dynamic modules.

Use Cases
  • DevOps engineers load balancing HTTP traffic across backend servers
  • Web administrators caching content and applying rate limits
  • System operators proxying TCP UDP and mail connections
Similar Projects
  • apache/httpd - uses multi-threaded model instead of event-driven processing
  • haproxy/haproxy - focuses on load balancing with simpler configuration syntax
  • traefik/traefik - provides automatic discovery for containerized environments

More Projects

openzeppelin-contracts 🔗

OpenZeppelin/openzeppelin-contracts · Solidity · 27k stars Est. 2016 · Latest: v5.6.1

OpenZeppelin Contracts is a Solidity library for secure smart contract development.

The v5.6.1 release fixes an overflow bug in InteroperableAddress parsing that caused silent misparsing of large addresses. It solves recurring security vulnerabilities by supplying community-vetted implementations of ERC20, ERC721, and role-based permissioning that developers can import directly. Semantic versioning and separate audited release tags enable safe upgrades while preventing storage layout conflicts in production systems.

Use Cases
  • Developers implement audited ERC20 tokens in DeFi protocols
  • Engineers add role-based access control to governance contracts
  • Teams build interoperable contracts with fixed address parsing
Similar Projects
  • solady - prioritizes maximum gas efficiency over modularity
  • solmate - delivers minimalist implementations of common standards
  • ERC721A - specializes in gas-optimized NFT batch minting

emba 🔗

e-m-b-a/emba · Shell · 3.4k stars Est. 2020 · Latest: v2.0.0-A-brave-new-world

EMBA analyzes firmware security for embedded devices and IoT.

The v2.0.0 release advances EMBA toward fully automated detection and verification of known and unknown vulnerabilities in firmware. It extracts firmware, runs static and emulation-based dynamic analysis, generates SBOMs, and produces web vulnerability reports to surface insecure binaries, outdated components, and hard-coded secrets. Its modular Bash design lets penetration testers, product security teams, and developers easily extend or integrate it into their workflows.

Use Cases
  • Penetration testers scan IoT firmware for vulnerabilities and weaknesses
  • Security teams generate SBOMs from embedded device firmware images
  • Developers identify outdated binaries and hard-coded credentials in firmware
Similar Projects
  • binwalk - focuses on firmware extraction while EMBA adds full vulnerability scanning
  • firmadyne - specializes in emulation whereas EMBA integrates it into broader analysis
  • FACT - compares firmware versions but lacks EMBA's automated reporting and SBOM tools

cai 🔗

aliasrobotics/cai · Python · 7.7k stars Est. 2025

CAI is a framework for building AI agents for cybersecurity automation.

CAI solves the lack of standardized tooling for integrating LLMs into security operations by providing a modular agent architecture with built-in reconnaissance, exploitation, and privilege escalation tools. It supports over 300 models through OpenAI, Anthropic, Ollama and others while enforcing guardrails against prompt injection. The professional edition introduces the alias1 model with unlimited tokens and documented outperformance against GPT-5 in AI-versus-AI CTF benchmarks.

Use Cases
  • Security researchers build agents for automated vulnerability discovery
  • Penetration testers execute multi-step exploitation workflows with AI
  • Red team operators run privilege escalation campaigns using agents
Similar Projects
  • PentestGPT - offers conversational pentesting guidance instead of agent framework
  • Auto-GPT - provides general agents without built-in security tools
  • LangChain - enables LLM chaining but lacks cybersecurity-specific integrations

Quick Hits

hosts Consolidate curated hosts files from multiple sources and optionally add extensions for porn, social media or malware to block unwanted traffic. 30.1k
yakit Yakit delivers an all-in-one cybersecurity platform that integrates scanning, exploitation, and analysis tools into one streamlined interface. 7.1k
trivy Trivy scans containers, Kubernetes, clouds, and code for vulnerabilities, misconfigs, secrets, and SBOMs in a single fast tool. 34.3k
blackarch BlackArch provides an Arch Linux distro packed with hundreds of pentesting tools for security researchers and ethical hackers. 3.3k
cameradar Cameradar automatically discovers and hacks into unsecured RTSP surveillance cameras to reveal and fix video security weaknesses. 4.9k

scrcpy 🔗

Genymobile/scrcpy · C · 137.9k stars Est. 2017 · Latest: v3.3.4

scrcpy mirrors and controls Android devices from desktop computers.

The v3.3.4 release fixes permission denial errors after Android upgrades, state restoration issues, and startup problems on Meizu devices. It captures screen and audio over USB or TCP/IP using FFmpeg and SDL2, forwards input events via HID, and supports features like virtual display, camera mirroring, and OTG mode without installing anything on the device or requiring root. It delivers 1920×1080 or higher at 30-120 fps with 35-70ms latency on Linux, Windows, and macOS.

Use Cases
  • Developers debug apps using desktop keyboard and mouse input
  • Creators record device screen and audio to local files
  • Support engineers control user phones via USB or WiFi
Similar Projects
  • Vysor - commercial tool with easier GUI but requires account and paid upgrades
  • AirDroid - wireless control solution that installs an app and depends on internet
  • QtScrcpy - GUI wrapper around scrcpy that adds interface but shares same core limitations

More Projects

browser 🔗

lightpanda-io/browser · Zig · 26.4k stars Est. 2023 · Latest: nightly

Lightpanda is a Zig-based headless browser for AI automation.

Traditional Chromium-based browsers create high memory and slow startup problems for large-scale AI agent workloads. Lightpanda solves this by implementing a new browser from scratch in Zig with JavaScript execution, partial Web APIs, and CDP compatibility for Playwright, Puppeteer, and chromedp. Its nightly builds continue improving speed and compatibility, delivering 16x less memory and 9x faster execution than Chrome.

Use Cases
  • AI engineers running web agents at minimal resource cost
  • Data teams scraping websites with instant browser startup
  • Developers automating browser tasks through existing CDP tools
Similar Projects
  • Puppeteer - controls heavier Chrome instances with higher memory use
  • Playwright - relies on patched browsers unlike Lightpanda's clean implementation
  • chromedp - uses full Chrome while Lightpanda offers lighter native CDP

act 🔗

nektos/act · Go · 69.7k stars Est. 2019 · Latest: v0.2.87

act runs your GitHub Actions locally using Docker.

The v0.2.87 release fixes pinning for 11 unpinned actions. It solves the problem of waiting for GitHub to run workflows after every change by executing them on your machine with matching environment variables and filesystem. act reads your workflow files, pulls or builds Docker images, and runs the jobs locally, doubling as a task runner that replaces Makefiles.

Use Cases
  • Developers test workflow changes without pushing to GitHub
  • Engineers debug CI jobs directly on local machines
  • Teams run GitHub Actions as local task replacements
Similar Projects
  • dagger - executes pipelines locally but uses its own CUE language
  • earthly - runs builds locally with custom Earthfiles instead of workflows
  • task - handles local tasks but lacks native GitHub Actions support

moby 🔗

moby/moby · Go · 71.6k stars Est. 2013 · Latest: docker-v29.3.1

Moby is an open framework for assembling modular container-based systems.

Moby supplies interchangeable components including build tools, runtime, registry and orchestration for building custom container ecosystems. The 29.3.1 release fixes multiple security vulnerabilities in authorization plugins, plugin installation and BuildKit. Its modular design lets developers swap components while maintaining secure defaults for those who modify and extend container infrastructure.

Use Cases
  • Engineers building custom container runtimes from modular components
  • Integrators creating specialized orchestration tools with Moby toolkits
  • Developers modifying container runtime code for production systems
Similar Projects
  • containerd - narrower runtime focus extracted from Moby
  • Podman - daemonless container engine as alternative approach
  • CRI-O - lightweight Kubernetes runtime without Moby's scope

Quick Hits

redis Redis powers real-time apps with ultra-fast caching, versatile data structures, document and vector search in one blazing engine. 73.6k
grpc gRPC delivers high-performance RPCs across C++, Python and more, making microservice communication fast, efficient and language-agnostic. 44.6k
zed Zed lets you code at the speed of thought with a GPU-accelerated, multiplayer editor built for instant performance and collaboration. 78.3k
traefik Traefik automatically discovers and routes cloud-native services as a modern, dynamic proxy and load balancer. 62.4k
rustdesk RustDesk gives you secure, self-hosted remote desktop access without third-party services, with cross-platform speed and control. 110.3k

ghw 🔗

jaypipes/ghw · Go · 1.8k stars Est. 2017 · Latest: v0.23.0

ghw is a Go library for hardware discovery and inspection on Linux and Windows.

Updated in v0.23.0 with s390x architecture support and corrected L3 cache aggregation across NUMA nodes using cache IDs, ghw queries hardware capacity and topology directly from system files without shelling out to root-requiring tools like dmidecode. It returns structured Info objects via functions such as ghw.CPU(), ghw.Memory(), and ghw.Block(), issuing warnings for inaccessible data instead of failing. Unlike monitoring tools, it focuses exclusively on static capabilities with consistent interfaces across modules and no runtime metrics.

Use Cases
  • Go developers querying CPU topology and cache hierarchy
  • Infrastructure teams inventorying server hardware in Linux environments
  • Performance tools detecting NUMA node cache sharing
Similar Projects
  • shirou/gopsutil - includes hardware discovery but also tracks dynamic usage metrics
  • elastic/go-sysinfo - collects host facts with similar no-root approach but different API structure
  • prometheus/procfs - reads kernel files for metrics rather than providing structured hardware inspection

More Projects

awesome-iot 🔗

HQarroum/awesome-iot · Unknown · 3.9k stars Est. 2015

Curated list of awesome Internet of Things projects and resources.

Actively updated as of 2025 with new edge AI and protocol entries, this list solves the problem of navigating the overwhelming IoT ecosystem by maintaining structured categories across hardware, software, and standards. It works as a living reference document that aggregates projects, libraries, and papers so builders can quickly locate relevant tools. Its longevity and consistent community maintenance make it distinct from one-off resource collections.

Use Cases
  • Makers prototyping connected devices with recommended hardware boards
  • Developers integrating open source libraries into IoT applications
  • Engineers researching current protocols and network technologies
Similar Projects
  • awesome-arduino - narrows focus specifically to Arduino platform resources
  • awesome-esp - provides deeper coverage of ESP32 and ESP8266 projects
  • awesome-mqtt - specializes exclusively in MQTT protocol tools and implementations

project_aura 🔗

21cncstudio/project_aura · C · 533 stars 2mo old · Latest: v1.1.2

ESP32-S3 air quality station with LVGL UI and realtime AQI.

This firmware creates a complete indoor air quality monitoring device that measures PM, CO2, VOC, NOx, HCHO and environmental data using Sensirion sensors. It delivers realtime AQI calculations simultaneously through the LVGL touchscreen, local web dashboard, MQTT payloads and Home Assistant. Hardened web OTA updates, automatic hardware detection, clock format options and stable MQTT behavior differentiate it from basic sensor implementations.

Use Cases
  • Makers assembling no-solder air quality stations with touch interfaces
  • Homeowners monitoring indoor pollutants through Home Assistant dashboards
  • Developers customizing firmware for local web-based air quality control
Similar Projects
  • esphome - offers broader device support but requires custom YAML configuration
  • airgradient - provides commercial kits with less open firmware flexibility
  • openair - focuses on basic sensor logging without LVGL UI or realtime AQI

EuroPi 🔗

Allen-Synthesis/EuroPi · Python · 538 stars Est. 2021 · Latest: v0.21.2

EuroPi is a reprogrammable Eurorack module based on Raspberry Pi Pico.

The v0.21.2 release fixes UF2 builds to include the tools directory, resolving setup issues for users. It solves the rigidity of fixed-function Eurorack hardware by letting builders write and flash MicroPython scripts that define complete module behavior. Its open-source hardware with six CV outputs, OLED display, I2C expansion, and full API access makes it uniquely extensible compared to commercial modules.

Use Cases
  • Modular musicians write MicroPython scripts to create custom sequencers
  • Synth builders program unique LFOs and quantizers for live patches
  • Hardware developers add sensors through the I2C expansion header
Similar Projects
  • Electrosmith-Daisy - uses C++ for programmable audio DSP hardware
  • Axoloti - relies on visual patching instead of MicroPython coding
  • Ornament-and-Crime - offers preset functions with limited user reprogramming

Quick Hits

espectre ESPectre turns WiFi CSI signals into camera-free motion detection that integrates directly with Home Assistant for smart security. 6.9k
iiab Internet-in-a-Box builds a complete offline Library of Alexandria on a Raspberry Pi, delivering knowledge without internet. 1.8k
streamdeck Build custom apps and plugins for Elgato Stream Decks with this official TypeScript SDK for advanced control workflows. 222
vdbrink.github.io Master Node-RED and Home Assistant through practical tips, tricks, and documentation that accelerate home automation projects. 42
litex LiteX lets you rapidly design and build custom FPGA hardware and SoCs with minimal complexity. 3.8k

JoltPhysics 🔗

jrouwe/JoltPhysics · C++ · 9.9k stars Est. 2021 · Latest: v5.5.0

Jolt Physics is a multi-core rigid body physics and collision detection library.

v5.5.0 adds JPH_TRACK_SIMULATION_STATS for per-body cost tracking, RagdollSettings::CalculateConstraintPriorities, and automatic convex radius reduction for shapes. It solves concurrent data access problems by allowing collision queries to run parallel to simulation updates and body changes, with background batch preparation that avoids locks or wake-up storms. The deterministic simulation, non-automatic body activation, and consistent before/after query states differentiate it from engines that require read/write worlds or cause frame spikes during content loading.

Use Cases
  • Game studios simulate ragdolls and vehicles across multiple threads
  • VR teams run collision queries during real-time physics steps
  • Engine developers load physics batches in background threads
Similar Projects
  • Bullet Physics - open-source alternative that lacks Jolt's concurrent query safety and deterministic guarantees
  • PhysX - NVIDIA's engine with strong GPU support but more restrictive locking during simulation
  • Box2D - lightweight 2D solver that doesn't address the 3D multi-core game/VR threading model

More Projects

Yugens-Terrain-Authoring-Toolkit 🔗

ToumaKamijou/Yugens-Terrain-Authoring-Toolkit · GDScript · 458 stars 2mo old · Latest: v1.2.4

Godot plugin for authoring 3D pixel art terrain with marching squares.

This plugin solves the problem of creating editable terrain in Godot without complex voxel systems or external tools. It operates on a chunk-based cell grid where users raise, lower, smooth, level, and texture terrain, draw bridges, and paint grass masks using up to 16 textures. It differs by focusing on simple cell-based editing with adjustable marching squares thresholds for blocky or smooth results.

Use Cases
  • Game developers edit heightmap terrain directly in Godot editor
  • Artists paint multiple textures and grass masks on 3D terrain
  • Indie creators build bridges and smooth pixel art landscapes
Similar Projects
  • Zylann/godot_voxel - offers full 3D voxel editing instead of 2.5D cell terrain
  • TokageGodot/Terrain3D - uses heightmap brushes rather than marching squares grid
  • Godot-Resources/MarchingCubes - implements 3D marching cubes for different geometry style

entt 🔗

skypjack/entt · C++ · 12.5k stars Est. 2017 · Latest: v3.16.0

EnTT is a header-only ECS library for modern C++.

The v3.16.0 release delivers huge performance improvements to entt::any, better swap-only policy support for runtime views, and various container optimizations. It solves the challenge of managing thousands of entities and components efficiently without sacrificing flexibility or adding dependencies. Its pay-for-what-you-use design, built-in RTTI, and production-ready stability differentiate it for demanding applications.

Use Cases
  • C++ game developers implementing high-performance entity systems
  • Mojang engineers integrating components into Minecraft engines
  • Esri developers building features for ArcGIS Runtime SDKs
Similar Projects
  • flecs - C99 ECS with stronger query focus but less C++ integration
  • entityx - Signal-based ECS with simpler design and fewer utilities
  • Ginseng - Lightweight C++ ECS lacking EnTT's reflection tools

Starship-EVO 🔗

tsunamayo/Starship-EVO · HLSL · 137 stars Est. 2017

Starship EVO bug tracking repository for issues and blueprints.

Years after launch this repository continues to manage bug reports and community ship submissions for the voxel construction game. It solves the problem of organizing player feedback and integrating custom designs into the procedural galaxy by using structured templates and NPC blueprint guides. The process keeps the game updated through direct community contributions rather than one-way development.

Use Cases
  • Players submit detailed bug reports using issue templates
  • Builders upload custom ships for civilian and pirate NPCs
  • Contributors create faction vessels for game integration
Similar Projects
  • SpaceEngineers - similar voxel-based spaceship construction
  • KerbalSpaceProgram - shares complex vehicle building challenges
  • Minetest - comparable open-ended voxel world creation

Quick Hits

engine Build high-performance 3D web experiences with PlayCanvas, a powerful runtime harnessing WebGL, WebGPU, WebXR and glTF for browser-based graphics. 14.6k
godot Craft 2D and 3D games across platforms using Godot Engine, a lightweight multi-platform powerhouse with visual scripting and node-based scenes. 108.8k
libgdx Create cross-platform Java games for desktop, Android, HTML5 and iOS with libGDX, delivering powerful 2D and 3D development tools. 25k
OpenRA Revive and mod classic RTS games like Command & Conquer with OpenRA, a modern C# engine running on Windows, Linux and Mac. 16.6k
phaser Rapidly build fun 2D HTML5 games for web and mobile with Phaser, a fast framework powered by Canvas and WebGL rendering. 39.3k