awesome-repositories.com
المدونة
MCP
awesome-repositories.com

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

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

Open-source alternatives to Cortex.cpp

30 open-source projects similar to janhq/cortex.cpp, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cortex.cpp alternative.

  • jmorganca/ollamaالصورة الرمزية لـ jmorganca

    jmorganca/ollama

    174,350عرض على GitHub↗

    Ollama is a cross-platform runtime for managing, serving, and executing large language models on local hardware. It functions as a model manager and orchestrator that allows for the downloading, updating, and organization of model weights and configurations to ensure private and offline inference. The system provides a local inference API and a RESTful interface for programmatic model lifecycle management and text generation. It utilizes a compiled C++ backend to handle tensor operations and memory management. To support various hardware configurations, the runtime employs dynamic GPU offloa

    Go
    عرض على GitHub↗174,350
  • nvidia/tensorrt-llmالصورة الرمزية لـ NVIDIA

    NVIDIA/TensorRT-LLM

    12,913عرض على GitHub↗

    TensorRT-LLM is a platform and toolkit designed for compiling, optimizing, and serving transformer-based models on accelerated hardware. It functions as a framework that transforms machine learning models into efficient execution graphs, providing an engine to refine these models for specific hardware to maximize throughput and minimize latency during text generation. The project distinguishes itself through advanced execution strategies that manage the entire inference pipeline. It utilizes kernel-level fusion and static graph execution to optimize mathematical operations and computational f

    Pythonblackwellcudallm-serving
    عرض على GitHub↗12,913
  • mudler/localaiالصورة الرمزية لـ mudler

    mudler/LocalAI

    46,889عرض على GitHub↗

    LocalAI is a self-hosted inference server that enables the execution of machine learning models directly on local hardware. By providing a unified interface for text, image, and audio processing, it allows users to maintain full control over data privacy and infrastructure costs while eliminating dependencies on external network services. The platform functions as an API gateway that mimics standard cloud-based artificial intelligence interfaces, allowing existing applications to integrate local models as drop-in replacements. It utilizes a container-based architecture to package runtimes and

    Goaiapiaudio-generation
    عرض على GitHub↗46,889

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • langchain-ai/langchainالصورة الرمزية لـ langchain-ai

    langchain-ai/langchain

    139,458عرض على GitHub↗

    LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows that manage state, memory, and tool execution. The project distinguishes itself through a durable execution runtime that maintains persistent state across long-running processes by checkpointing progress to external storage. It models agent workflows as directed graphs, allowing

    Pythonagentsaiai-agents
    عرض على GitHub↗139,458
  • ggerganov/llama.cppالصورة الرمزية لـ ggerganov

    ggerganov/llama.cpp

    116,912عرض على GitHub↗

    llama.cpp is a high-performance C++ inference engine and runtime for executing large language models locally across various hardware architectures. It provides the core components for local model execution, including a dedicated model quantizer for compressing weights into the GGUF format and a system for generating text embeddings for semantic search. The project distinguishes itself through specialized memory and execution optimizations, such as block-wise weight quantization to reduce memory footprints and memory-mapped model loading. It supports structured text generation by using formal

    C++
    عرض على GitHub↗116,912
  • ggml-org/llama.cppالصورة الرمزية لـ ggml-org

    ggml-org/llama.cpp

    116,799عرض على GitHub↗

    Llama.cpp is an inference engine designed for the local execution of text-based and multimodal language models on consumer hardware. It provides a core environment for running models that process both text and image inputs, utilizing hardware-accelerated backends to optimize performance across diverse CPU and GPU architectures. The project distinguishes itself by offering a lightweight HTTP server that adheres to standard API specifications, enabling chat completion, embeddings, and reranking services. It includes a suite of tools for model quantization and conversion, which reduces memory us

    C++ggml
    عرض على GitHub↗116,799
  • janhq/janالصورة الرمزية لـ janhq

    janhq/jan

    43,043عرض على GitHub↗

    Jan is a desktop application that functions as a local artificial intelligence model runtime and an open-standard API server. It enables the execution of large language models directly on local hardware, ensuring that data remains private and accessible offline while providing a unified interface for managing model weights and inference runtimes. The platform distinguishes itself by offering a modular inference backend that allows users to swap execution engines based on hardware compatibility and performance needs. It acts as a cross-platform orchestrator, providing the ability to switch bet

    TypeScriptchatgptgptllamacpp
    عرض على GitHub↗43,043
  • michael-a-kuykendall/shimmyالصورة الرمزية لـ Michael-A-Kuykendall

    Michael-A-Kuykendall/shimmy

    5,428عرض على GitHub↗

    Shimmy is a local large language model inference engine and server that loads and serves GGUF formatted weights. It is distributed as a single binary runtime written in Rust, providing a standalone environment for running models without external runtime dependencies. The project utilizes WebGPU for hardware acceleration, allowing model compute kernels to execute across diverse graphics hardware through a standardized interface. It features a local server that implements an OpenAI-compatible API layer, enabling applications to interface with local models via standardized REST endpoints. Memor

    Rust
    عرض على GitHub↗5,428
  • oobabooga/text-generation-webuiالصورة الرمزية لـ oobabooga

    oobabooga/text-generation-webui

    47,323عرض على GitHub↗

    This project is a comprehensive platform for hosting and interacting with large language models directly on local hardware. It provides a web-based graphical interface that allows users to manage model loading, configure generation parameters, and execute text or chat interactions entirely offline. By running models locally, the software ensures complete data privacy and eliminates reliance on external cloud services for generative tasks. Beyond basic inference, the platform functions as a versatile workbench for generative AI development. It includes an integrated pipeline for fine-tuning mo

    Python
    عرض على GitHub↗47,323
  • acrotron/aye-chatالصورة الرمزية لـ acrotron

    acrotron/aye-chat

    64عرض على GitHub↗

    Aye Chat: AI-powered terminal workspace

    Python
    عرض على GitHub↗64
  • ai4finance-llc/finrlالصورة الرمزية لـ AI4Finance-LLC

    AI4Finance-LLC/FinRL

    15,518عرض على GitHub↗

    FinRL is a financial reinforcement learning framework and quantitative trading library. It provides a specialized system for developing, training, and simulating autonomous agents designed to automate financial trading and portfolio management. The project serves as an automated portfolio optimizer and financial market simulator. It enables the creation of decision-making policies to balance asset allocations, maximize potential returns, and minimize financial risk through reinforcement learning. The framework includes capabilities for financial market data engineering, algorithmic trading s

    Jupyter Notebook
    عرض على GitHub↗15,518
  • ai-dynamo/dynamoالصورة الرمزية لـ ai-dynamo

    ai-dynamo/dynamo

    6,112عرض على GitHub↗

    Dynamo is a distributed inference orchestration platform designed for large language models. It functions as a system to coordinate prefill and decode phases across GPU nodes, utilizing a multi-backend runtime adapter to connect engines like vLLM and TensorRT-LLM through a unified block-oriented memory interface. An OpenAI-compatible API server provides the frontend for integration with existing tools and clients. The project is distinguished by its disaggregated serving architecture, which separates prompt processing and token generation onto independent GPU pools to optimize throughput and

    Rust
    عرض على GitHub↗6,112
  • aikorea/awesome-rlالصورة الرمزية لـ aikorea

    aikorea/awesome-rl

    9,812عرض على GitHub↗

    Reinforcement learning resources curated

    عرض على GitHub↗9,812
  • ajaymache/machine-learning-yearningالصورة الرمزية لـ ajaymache

    ajaymache/machine-learning-yearning

    1,135عرض على GitHub↗

    Machine Learning Yearning book by 🅰️𝓷𝓭𝓻𝓮𝔀 🆖

    andrew-ng-machine-learningandrew-ng-machine-learning-yearningdeep-learning
    عرض على GitHub↗1,135
  • abetlen/llama-cpp-pythonالصورة الرمزية لـ abetlen

    abetlen/llama-cpp-python

    9,993عرض على GitHub↗

    llama-cpp-python provides a Python interface for the llama.cpp library, enabling the execution of large language models with hardware acceleration. It functions as a GGUF model loader and a structured text generator capable of running inference servers and multimodal runtimes for processing both text and image inputs. The project distinguishes itself through a local inference server that exposes model capabilities via an OpenAI-compatible web API. It supports advanced execution techniques including speculative decoding, weight quantization, and layer-based GPU offloading to manage memory acro

    Python
    عرض على GitHub↗9,993
  • 7df-lab/devoالصورة الرمزية لـ 7df-lab

    7df-lab/devo

    295عرض على GitHub↗

    Open coding agent, provider agnositc.

    Rust
    عرض على GitHub↗295
  • agentset-ai/mcp-serverالصورة الرمزية لـ agentset-ai

    agentset-ai/mcp-server

    30عرض على GitHub↗

    Agentset MCP Server - Build RAG with Agentic superpowers

    JavaScript
    عرض على GitHub↗30
  • antimatter15/ocrad.jsالصورة الرمزية لـ antimatter15

    antimatter15/ocrad.js

    3,516عرض على GitHub↗

    OCR in Javascript via Emscripten

    JavaScript
    عرض على GitHub↗3,516
  • anomalyco/opencodeالصورة الرمزية لـ anomalyco

    anomalyco/opencode

    175,152عرض على GitHub↗

    OpenCode is a framework for orchestrating autonomous AI agents within development environments. It provides a multi-tiered architecture where primary assistants manage user interaction while specialized subagents handle specific tasks like planning, research, and code generation. The system includes a comprehensive command-line interface for managing these workflows, configuring agent behavior, and defining custom tools or commands through metadata-rich files. The platform features a modular plugin system and extensive integration support, including standardized protocols for connecting local

    TypeScript
    عرض على GitHub↗175,152
  • agenticenv/agent-sdk-goالصورة الرمزية لـ agenticenv

    agenticenv/agent-sdk-go

    20عرض على GitHub↗

    AI agents in Go — Temporal for durable, crash-resilient execution or run in-process with zero setup. OpenAI, Anthropic, Gemini, tools, MCP, A2A, RAG, conversations, AG-UI, streaming, sub-agents & human-in-the-loop.

    Goa2aag-uiagent-sdk
    عرض على GitHub↗20
  • aphrodite-engine/aphrodite-engineالصورة الرمزية لـ aphrodite-engine

    aphrodite-engine/aphrodite-engine

    1,771عرض على GitHub↗
    C++api-restcudainference-engine
    عرض على GitHub↗1,771
  • arieltm/zsh-claude-code-shellالصورة الرمزية لـ ArielTM

    ArielTM/zsh-claude-code-shell

    35عرض على GitHub↗

    Zsh plugin that integrates Claude Code CLI into your shell. Chat with Claude and execute AI-generated commands directly from your terminal prompt

    Shell
    عرض على GitHub↗35
  • arm-software/computelibraryالصورة الرمزية لـ ARM-software

    ARM-software/ComputeLibrary

    3,160عرض على GitHub↗

    acl-release-shield: https://img.shields.io/badge/version-53.1.0-green acl-release: https://github.com/ARM-software/ComputeLibrary/releases/v53.1.0

    C++
    عرض على GitHub↗3,160
  • asheshgoplani/agent-deckالصورة الرمزية لـ asheshgoplani

    asheshgoplani/agent-deck

    931عرض على GitHub↗
    Goai-agentai-agentsai-coding-assistant
    عرض على GitHub↗931
  • augustdev/enchantedالصورة الرمزية لـ AugustDev

    AugustDev/enchanted

    5,967عرض على GitHub↗

    Enchanted is a privacy-focused, cross-platform chat frontend for interacting with self-hosted large language models on iOS and macOS. It serves as a native client for communicating with private model servers, specifically providing integration for the Ollama API. The application supports multimodal interactions, allowing users to combine text, image attachments, and voice prompts. It provides tools for local AI model management, including the ability to define persistent system prompts and switch between different models for specific tasks. The interface includes capabilities for rendering m

    Swift
    عرض على GitHub↗5,967
  • automatic1111/stable-diffusion-webuiالصورة الرمزية لـ AUTOMATIC1111

    AUTOMATIC1111/stable-diffusion-webui

    163,743عرض على GitHub↗

    Stable Diffusion Web UI is a browser-based interface designed for managing text-to-image generation tasks. It provides a centralized dashboard for controlling generative processes, including native support for multi-stage model architectures to facilitate high-quality image refinement. The platform distinguishes itself through granular control over the generation process, offering tools for precise parameter management and advanced prompt engineering. Users can customize generation styles and capabilities by integrating external model-extension formats, such as textual inversions, low-rank ad

    Pythonaiai-artdeep-learning
    عرض على GitHub↗163,743
  • b4rtaz/distributed-llamaالصورة الرمزية لـ b4rtaz

    b4rtaz/distributed-llama

    2,837عرض على GitHub↗

    Distributed-llama is a distributed inference engine and command line tool for running large language models across multiple networked machines. It functions as a compute cluster manager that coordinates worker nodes to share the computational load of a single model. The system utilizes tensor parallelism to shard model weights across different hosts, allowing the execution of models that exceed the memory capacity of a single piece of hardware. It includes a dedicated format converter to transform standard model files into a compatible binary layout optimized for distributed loading. The eng

    C++distributed-computingdistributed-llmllama2
    عرض على GitHub↗2,837
  • benedekrozemberczki/awesome-community-detectionالصورة الرمزية لـ benedekrozemberczki

    benedekrozemberczki/awesome-community-detection

    2,447عرض على GitHub↗

    A curated list of community detection research papers with implementations.

    Pythonbigclamclusteringcommunity-detection
    عرض على GitHub↗2,447
  • benedekrozemberczki/awesome-decision-tree-papersالصورة الرمزية لـ benedekrozemberczki

    benedekrozemberczki/awesome-decision-tree-papers

    2,473عرض على GitHub↗

    A collection of research papers on decision, classification and regression trees with implementations.

    Python
    عرض على GitHub↗2,473
  • aannoo/hcomالصورة الرمزية لـ aannoo

    aannoo/hcom

    342عرض على GitHub↗

    Let AI agents message, watch, and spawn each other across terminals. Claude Code, Codex, Antigravity CLI, Cursor CLI, OpenCode, Kilo, Pi, Kimi

    Rustagentagent-skillsai
    عرض على GitHub↗342