awesome-repositories.comالتصنيفاتالمدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

113.5K مستودعات

تصفح جميع المستودعات

تصفح كل مستودع مفتوح المصدر منسق في الدليل. قم بتضييق القائمة باستخدام فلاتر التصنيف، أو الترتيب حسب النجوم أو الحداثة، أو اترك البحث للذكاء الاصطناعي.

تصفح المستودعات

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • jakewharton/butterknifeالصورة الرمزية لـ JakeWharton

    JakeWharton/butterknife

    25,364عرض على GitHub↗

    ButterKnife is an Android view binding library and Java annotation processor that automates the linking of UI elements and resources to class fields and methods. It functions as a system for managing view references and event listeners to reduce repetitive setup code in Android applications. The library uses compile-time code generation to replace manual view lookups and type casting with generated helper classes, ensuring a reflection-free runtime. It differentiates itself by providing mechanisms for binding interaction events directly to methods, eliminating the need for anonymous inner cla

    Android View BindingView BindingsAndroid Development
    عرض على GitHub↗25,364
  • iptv-org/iptvالصورة الرمزية لـ iptv-org

    iptv-org/iptv

    127,909عرض على GitHub↗

    This project is a community-maintained, open-source repository that functions as a centralized directory for streaming metadata. It aggregates publicly available network stream links and organizes them into standardized, machine-readable playlist formats. By acting strictly as a metadata-only index, the platform enables users to access and organize live broadcast content across various third-party media playback applications without hosting or distributing any actual video files. The repository distinguishes itself through a collaborative, crowdsourced workflow where contributors actively mai

    IPTV & Live TVLive Television StreamsPlaylist Aggregators
    عرض على GitHub↗127,909
  • google-deepmind/mujocoالصورة الرمزية لـ google-deepmind

    google-deepmind/mujoco

    13,957عرض على GitHub↗

    MuJoCo is a physics simulation engine designed for the dynamics of multi-joint articulated structures. It provides a computational framework for calculating the forces, velocities, and physical interactions of complex models within a virtual environment, supporting research in robotics, biomechanics, and machine learning. The engine utilizes a constraint-based dynamics solver and recursive algorithms to manage the motion of articulated systems. It includes a native graphical interface for real-time visualization, allowing users to inspect physical behaviors and contact dynamics as they occur.

    Physics EnginesPhysics SimulationsPhysics
    عرض على GitHub↗13,957
  • jetbrains/kotlinالصورة الرمزية لـ JetBrains

    JetBrains/kotlin

    52,880عرض على GitHub↗

    Kotlin is a statically typed, general-purpose programming language designed for type safety and concise syntax. It functions as a cross-platform development toolkit that enables the sharing of business logic across mobile, web, and server-side environments by compiling a unified intermediate representation into platform-specific machine code, bytecode, or source code. The project distinguishes itself through a multi-target build orchestration model that manages complex compilation units and hierarchical source sets. Developers can define common interface logic that is satisfied by platform-sp

    Compiler BackendsMultiplatform Code SharingMultiplatform Project Configurations
    عرض على GitHub↗52,880
  • chatgptnextweb/nextchatالصورة الرمزية لـ ChatGPTNextWeb

    ChatGPTNextWeb/NextChat

    88,256عرض على GitHub↗

    NextChat is a self-hosted web application that provides a unified interface for interacting with multiple large language models. It functions as a conversational platform where users can manage and switch between diverse AI providers through configurable API backends, maintaining full control over their data and infrastructure. The platform features a persistent session layer designed to handle long-running dialogues by managing message history and context. It distinguishes itself through a structured prompt engineering environment that allows for the development and application of templates

    Conversational State ManagersLanguage Model Interaction PatternsLLM Chat Interfaces
    عرض على GitHub↗88,256
  • coollabsio/coolifyالصورة الرمزية لـ coollabsio

    coollabsio/coolify

    57,055عرض على GitHub↗

    This project is a self-hosted platform-as-a-service that provides a centralized management interface for deploying, configuring, and monitoring containerized applications and databases on private infrastructure. It functions as a visual control plane, automating the end-to-end lifecycle of services from source code to production. By managing container orchestration, networking, and resource allocation, it allows users to maintain full control over their own hardware while streamlining the delivery of software. The platform distinguishes itself through its agentless architecture, which uses se

    Container Deployment EnginesContainer OrchestratorsSelf-Hosted PaaS Platforms
    عرض على GitHub↗57,055
  • imba/imbaالصورة الرمزية لـ imba

    imba/imba

    6,498عرض على GitHub↗

    Imba is a programming language that compiles to JavaScript, designed for building web applications with a focus on performance and developer productivity. Its core identity centers on a unique approach to reactive programming, where the language itself handles efficient DOM updates through a compiler that produces highly optimized JavaScript output. The language distinguishes itself through its integrated syntax for both markup and logic, allowing developers to write components using a single, cohesive syntax that blends HTML-like templates with JavaScript expressions. Imba's compiler leverag

    declarativedomframework
    عرض على GitHub↗6,498
  • go-sql-driver/mysqlالصورة الرمزية لـ go-sql-driver

    go-sql-driver/mysql

    15,424عرض على GitHub↗

    This project is a native Go driver for the MySQL protocol, providing a communication layer that enables applications to interact with relational database management systems. It implements the standard database interface, allowing developers to manage persistent connections, execute queries, and handle transactions within their applications. The driver functions by translating high-level database commands into the specific binary packet format required for communication with MySQL servers. It manages network sessions through a connection pooling mechanism and supports context-aware query cance

    MySQL ConnectorsRelational Database ConnectorsSQL Database Connectors
    عرض على GitHub↗15,424
  • skeeto/endlesshالصورة الرمزية لـ skeeto

    skeeto/endlessh

    8,477عرض على GitHub↗

    Endlessh is an SSH tarpit and network honeypot designed to mitigate automated SSH brute force attacks. It acts as a defensive layer that protects servers by diverting malicious connection attempts into a slow-motion trap. The project implements a tarpit by sending endless, throttled banners to clients, which keeps connections open indefinitely to occupy attacker resources and slow down network scans. The service includes connection rate limiting to prevent system resource exhaustion and provides monitoring through connection activity and diagnostic data logging to system logs. Process manage

    SSH Brute Force MitigationAutomated Attack DiversionService Abuse Protections
    عرض على GitHub↗8,477
  • openzipkin/zipkinالصورة الرمزية لـ openzipkin

    openzipkin/zipkin

    17,431عرض على GitHub↗

    Zipkin is an open-source distributed tracing system designed to collect, store, and visualize timing data across complex service architectures. It provides a platform for monitoring request lifecycles, enabling developers to identify latency bottlenecks and performance issues by tracking operations as they move through heterogeneous service environments. The system distinguishes itself through a standardized data model and a pluggable storage architecture that supports various backend databases. It utilizes sampling strategies to manage telemetry volume and employs asynchronous collection met

    Distributed Tracing SystemsApplication Performance Monitoring PlatformsDistributed Tracing
    عرض على GitHub↗17,431
  • expressjs/expressالصورة الرمزية لـ expressjs

    expressjs/express

    69,235عرض على GitHub↗

    Express is a minimalist web server framework that provides a foundational runtime environment for building backend web APIs and applications. It operates through a central application object that orchestrates the entire request-response lifecycle, allowing developers to define routes, manage server settings, and process incoming HTTP traffic. The framework is defined by its middleware-based routing engine, which sequences request handlers and logic blocks to process traffic based on path patterns and HTTP methods. This architecture supports a highly modular approach, enabling the creation of

    Application MiddlewareBackend Web APIsCustom Middleware Implementations
    عرض على GitHub↗69,235
  • panjiachen/vue-element-adminالصورة الرمزية لـ PanJiaChen

    PanJiaChen/vue-element-admin

    90,260عرض على GitHub↗

    vue-element-admin is a Vue.js admin dashboard template and frontend project boilerplate designed for building administrative interfaces. It functions as a single page application that integrates the Element UI component framework to provide a structured starting point for web portals. The project provides scaffolding for enterprise web applications, specifically focusing on admin dashboard development. It includes built-in support for role-based access control to manage user permissions and restrict access to specific application views. The system covers broad capabilities in frontend build

    Admin DashboardsAdmin TemplatesApplication Scaffolding
    عرض على GitHub↗90,260
  • github/awesome-copilotالصورة الرمزية لـ github

    github/awesome-copilot

    35,119عرض على GitHub↗

    Awesome Copilot is a comprehensive framework for autonomous software development, providing the infrastructure to orchestrate multi-agent teams and automate complex coding workflows. It functions as a centralized platform for managing AI-driven development, enabling developers to deploy specialized agents that interact with local files, terminal commands, and external APIs to execute end-to-end software delivery tasks. The project distinguishes itself through its focus on governance and extensibility, offering a suite of security controls, policy-based execution guardrails, and audit trails t

    Awesome ListAgent GovernanceAI Assistant Integrations
    عرض على GitHub↗35,119
  • locustio/locustالصورة الرمزية لـ locustio

    locustio/locust

    27,516عرض على GitHub↗

    Locust is a distributed performance testing framework that allows users to define complex system stress scenarios using standard Python code. By modeling concurrent users as classes with weighted tasks and lifecycle hooks, it enables the simulation of realistic user behavior across large-scale environments. The tool functions as a scalable load generator capable of orchestrating traffic across multiple worker nodes to measure system stability and responsiveness under heavy, real-world conditions. The framework is distinguished by its protocol-agnostic architecture, which supports diverse comm

    Load Testing ToolsPerformance TestingLoad Testing Orchestrators
    عرض على GitHub↗27,516
  • logseq/logseqالصورة الرمزية لـ logseq

    logseq/logseq

    43,419عرض على GitHub↗

    Logseq is a privacy-focused, local-first knowledge base designed for personal information management and networked thought mapping. It functions as a bi-directional graph editor that organizes content into hierarchical, outliner-based structures, allowing users to connect related concepts through automated backlinking and visual relationship mapping. The platform distinguishes itself by maintaining all user data in plain text markdown files stored directly on the local device, ensuring offline availability and long-term portability. It employs a logic-based query engine to perform complex rel

    Graph-Based EditorsLocal-First Knowledge BasesNetworked Thought Tools
    عرض على GitHub↗43,419
  • xtls/xray-coreالصورة الرمزية لـ XTLS

    XTLS/Xray-core

    39,605عرض على GitHub↗

    Xray-core is a high-performance, cross-platform networking engine designed to manage secure data transmission and traffic routing. At its core, the project utilizes an asynchronous, event-driven runtime model capable of handling thousands of concurrent connections through non-blocking input and output. It functions as a central traffic controller, employing a sophisticated routing engine that dynamically matches incoming network requests to specific outbound proxies based on user-defined criteria. The project distinguishes itself through a modular architecture that decouples proxy and transpo

    Event-Driven NetworkingProxy ServersRuntime Environments
    عرض على GitHub↗39,605
  • kamranahmedse/developer-roadmapالصورة الرمزية لـ kamranahmedse

    kamranahmedse/developer-roadmap

    357,434عرض على GitHub↗

    Developer Roadmap هي منصة يقودها المجتمع توفر مسارات تعليمية منظمة وقائمة على الرسوم البيانية لهندسة البرمجيات. تعمل كمستودع معرفي شامل حيث يتم تنظيم المجالات التقنية في تسلسلات مرئية لتوجيه اكتساب المهارات المهنية والنمو الوظيفي. يتميز المشروع بنظام بيئي تعاوني يتيح للمستخدمين المساهمة في خرائط الطريق، وتنظيم أفضل ممارسات الصناعة، والحفاظ على الملفات الشخصية المهنية. يدمج أطر تقييم تشخيصية لتقييم الكفاءة التقنية، مما يساعد المطورين على تحديد فجوات المعرفة والتحضير للمقابلات المهنية من خلال تسلسلات تعليمية مستهدفة. إلى جانب قدرات التخطيط الأساسية، توفر المنصة أفكاراً لمشاريع عملية ودروساً تفاعلية لتعزيز المفاهيم الهندسية. وتوفر مساحة مركزية للمجتمع لمشاركة الموارد، وتتبع تطوير المهارات التدريجي، والتنقل في المشاهد التقنية المعقدة.

    Software Engineering RoadmapsTechnical Learning PathsAI-Driven Personalization
    عرض على GitHub↗357,434
  • px4/firmwareالصورة الرمزية لـ PX4

    PX4/Firmware

    11,967عرض على GitHub↗

    هذا المشروع عبارة عن برمجيات طيار آلي للتحكم في الطيران مصممة كنظام تشغيل في الوقت الفعلي لإدارة ديناميكيات الطيران والملاحة للمروحيات المتعددة ذاتية القيادة، والطائرات ذات الأجنحة الثابتة، والمركبات الجوالة. وهو يعمل كإطار عمل طيار آلي متعدد المركبات يدعم تكوينات طائرات مختلفة، بما في ذلك منصات الإقلاع والهبوط العمودي عبر البيئات الصناعية. يتضمن النظام حزمة اتصالات MAVLink لتبادل بيانات القياس عن بُعد والأوامر بين المركبات غير المأهولة ومحطات التحكم الأرضية. كما يوفر محاكي طيران داخل البرنامج لاختبار منطق الطيار الآلي وسلوك الطيران في بيئة افتراضية دون الحاجة إلى أجهزة فعلية. يدمج إطار العمل طبقة تجريد الأجهزة لدمج المستشعرات والمشغلات وأجهزة راديو القياس عن بُعد في لوحات التحكم في الطيران. كما يغطي اتصالات المركبات غير المأهولة باستخدام بروتوكولات قياسية وإدارة ديناميكيات الطيران للمنصات غير المأهولة الهجينة.

    Autonomous Flight ControllersAutopilot SystemsBinary Communication Protocols
    عرض على GitHub↗11,967
  • mattermost/mattermost-serverالصورة الرمزية لـ mattermost

    mattermost/mattermost-server

    37,981عرض على GitHub↗

    Mattermost Server هو مجموعة تعاون مفتوحة المصدر ومنصة اتصالات فريق مستضافة ذاتياً. يعمل كخادم دردشة للمؤسسات وواجهة خلفية للمراسلة قابلة للتوسيع توفر بيئة آمنة للمؤسسات المهنية لتبادل الرسائل وتنسيق تطوير البرمجيات. تم تصميم المنصة كمركز اتصالات متكامل مع الذكاء الاصطناعي، حيث تدمج الذكاء الاصطناعي في تدفقات المراسلة لمساعدة المستخدمين في استرجاع المعلومات وإكمال المهام. وهي تدعم درجة عالية من التخصيص من خلال نموذج توسيع قائم على المكونات الإضافية، مما يسمح بإنشاء واجهات برمجة تطبيقات مخصصة، وwebhooks، وأوامر مائلة (slash commands). يغطي النظام مجالات قدرات واسعة بما في ذلك مزامنة الفريق في الوقت الفعلي عبر مكالمات النص والصوت والفيديو، بالإضافة إلى أتمتة دردشة المؤسسات للتعامل مع العمليات التشغيلية المتكررة. وهي تمكن من دمج خدمات الطرف الثالث وتدعم الوصول عبر العديد من عملاء الأجهزة المحمولة وسطح المكتب. يمكن نشر الخادم على بنية تحتية خاصة باستخدام تنسيق الحاويات أو حزم نظام التشغيل المباشرة.

    Enterprise Messaging ServersTeam Chat ServicesAI-Enhanced Messaging
    عرض على GitHub↗37,981
  • yalter/niriالصورة الرمزية لـ YaLTeR

    YaLTeR/niri

    25,282عرض على GitHub↗

    Niri is a Wayland compositor that provides a desktop environment for Linux. Its primary purpose is to implement a scrollable tiling window management system, which organizes application windows in a non-overlapping layout that allows horizontal scrolling to access content beyond the screen edge. The compositor features multi-monitor workspace coordination, managing window arrangements and fractional scaling across displays with different resolutions and pixel densities. It supports a dynamic workspace organization model where independent vertical workspace stacks are maintained per monitor.

    Display CompositorsColumn-Based TilingDensity-Independent Scaling
    عرض على GitHub↗25,282
السابق12345678…5675التالي