اشرح بلغة بسيطة ما تقوم ببنائه واحصل على أفضل مستودعات GitHub المطابقة.
awesome-repositories.com يساعدك في العثور على مشروع المصدر المفتوح المناسب على GitHub. أخبر بحث الذكاء الاصطناعي بما تريد بناءه، بلغة إنجليزية بسيطة، وسيقوم بترتيب آلاف المستودعات المنسقة بناءً على مدى ملاءمتها. كل مشروع مراقب باستمرار، مُصنفة في فئات واضحة، ومُصوّت عليها من قبل مطورين آخرين. تصفح المختارات أدناه، أو ابدأ بالبحث.
أبرز المشاريع في الدليل — مجموعة متجددة كل بضع ساعات.
عمليات بحث شائعة، منظمة في شجرة قابلة للتصفح.
دليل منسق لمستودعات GitHub مفتوحة المصدر يمكنك البحث فيها بلغة إنجليزية بسيطة. صف ما تقوم ببنائه وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع الموثوقة بناءً على مدى ملاءمتها، مع ملاحظة قصيرة حول سبب اختيار كل منها.
بحث GitHub يطابق الكلمات المفتاحية التي تكتبها. هنا، أنت تصف المشكلة بلغة إنجليزية بسيطة ويقوم الذكاء الاصطناعي بالمطابقة بناءً على القصد، لذا سيظهر المشروع الذي يحل حاجتك حتى لو لم يستخدم كلماتك الدقيقة.
اكتب ما تريد بناءه، على سبيل المثال: "صفحة حالة مستضافة ذاتياً تقوم بعمل ping لخدماتي وتنبيهي على Discord". ستحصل على مستودعات مطابقة مرتبة حسب الملاءمة بدلاً من عدد النجوم.
منسقة، وليست مجرد بيانات مجمعة. يقوم الذكاء الاصطناعي بتحليل كل مشروع، وتصنيفه في فئة، وترتيبه حسب الصلة بناءً على قواعد نقوم بضبطها ومراجعتها، كما يتم استبعاد الإدخالات المكررة أو ذات الجودة المنخفضة.
نعم. البحث وتصفح الدليل مجانيان.
LLMs, agents, and the tools to build with them.
Notes, tasks, docs, and knowledge bases.
Chat, calls, photos, music, and personal files.
Databases, pipelines, and analytics.
Containers, deployment, monitoring, and automation.
Passwords, secrets, and offensive security.
Languages, CLIs, frameworks, and version control.
Courses, books, interviews, and CS foundations.
ComfyUI is a node-based generative AI orchestration engine designed for constructing, testing, and executing complex image and video synthesis pipelines. By utilizing a directed acyclic graph execution model, the platform allows users to build reproducible workflows through modular, interconnected processing blocks without requiring manual code implementation. It serves as both a local environment for high-performance model inference and a production-ready server for deploying generative capabilities. The platform distinguishes itself through its focus on workflow portability and extensibilit
This project is a community-maintained directory of technical resources, tools, and services that offer free tiers for developers. It serves as a centralized reference point for discovering infrastructure, software, and educational materials, helping individuals and teams minimize operational costs while building and scaling applications. The directory distinguishes itself through a collaborative, community-driven curation model that aggregates metadata about third-party services. By utilizing a hierarchical taxonomy and storing all content in version-controlled, plain-text files, the project
Redis is an in-memory, key-value database designed to provide sub-millisecond latency for read and write operations. It functions as a versatile data platform, serving as a distributed cache, a message broker, a NoSQL document store, and a vector database. The system utilizes an event-driven, single-threaded loop to process requests efficiently, while maintaining data durability through append-only persistence logs and asynchronous snapshotting mechanisms. What distinguishes Redis is its ability to handle complex data structures—including strings, hashes, lists, sets, and sorted sets—alongsid
Expo is a universal mobile framework designed to build native iOS and Android applications from a single codebase using web-standard technologies. It provides a comprehensive development environment that includes a unified runtime for testing, cloud-based infrastructure for compiling and signing native binaries, and automated tools for managing the entire mobile release lifecycle, including app store submission. The framework distinguishes itself through a plugin-based native configuration engine that programmatically modifies project files, allowing developers to integrate native modules wit