awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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/ollamajmorganca का अवतार

    jmorganca/ollama

    174,350GitHub पर देखें↗

    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-llmNVIDIA का अवतार

    NVIDIA/TensorRT-LLM

    12,913GitHub पर देखें↗

    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/localaimudler का अवतार

    mudler/LocalAI

    46,889GitHub पर देखें↗

    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

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • langchain-ai/langchainlangchain-ai का अवतार

    langchain-ai/langchain

    139,458GitHub पर देखें↗

    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.cppggerganov का अवतार

    ggerganov/llama.cpp

    116,912GitHub पर देखें↗

    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.cppggml-org का अवतार

    ggml-org/llama.cpp

    116,799GitHub पर देखें↗

    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/janjanhq का अवतार

    janhq/jan

    43,043GitHub पर देखें↗

    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/shimmyMichael-A-Kuykendall का अवतार

    Michael-A-Kuykendall/shimmy

    5,428GitHub पर देखें↗

    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-webuioobabooga का अवतार

    oobabooga/text-generation-webui

    47,323GitHub पर देखें↗

    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-chatacrotron का अवतार

    acrotron/aye-chat

    64GitHub पर देखें↗

    Aye Chat: AI-powered terminal workspace

    Python
    GitHub पर देखें↗64
  • ai4finance-llc/finrlAI4Finance-LLC का अवतार

    AI4Finance-LLC/FinRL

    15,518GitHub पर देखें↗

    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/dynamoai-dynamo का अवतार

    ai-dynamo/dynamo

    6,112GitHub पर देखें↗

    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-rlaikorea का अवतार

    aikorea/awesome-rl

    9,812GitHub पर देखें↗

    Reinforcement learning resources curated

    GitHub पर देखें↗9,812
  • ajaymache/machine-learning-yearningajaymache का अवतार

    ajaymache/machine-learning-yearning

    1,135GitHub पर देखें↗

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

    andrew-ng-machine-learningandrew-ng-machine-learning-yearningdeep-learning
    GitHub पर देखें↗1,135
  • abetlen/llama-cpp-pythonabetlen का अवतार

    abetlen/llama-cpp-python

    9,993GitHub पर देखें↗

    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/devo7df-lab का अवतार

    7df-lab/devo

    295GitHub पर देखें↗

    Open coding agent, provider agnositc.

    Rust
    GitHub पर देखें↗295
  • agentset-ai/mcp-serveragentset-ai का अवतार

    agentset-ai/mcp-server

    30GitHub पर देखें↗

    Agentset MCP Server - Build RAG with Agentic superpowers

    JavaScript
    GitHub पर देखें↗30
  • antimatter15/ocrad.jsantimatter15 का अवतार

    antimatter15/ocrad.js

    3,516GitHub पर देखें↗

    OCR in Javascript via Emscripten

    JavaScript
    GitHub पर देखें↗3,516
  • anomalyco/opencodeanomalyco का अवतार

    anomalyco/opencode

    175,152GitHub पर देखें↗

    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-goagenticenv का अवतार

    agenticenv/agent-sdk-go

    20GitHub पर देखें↗

    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-engineaphrodite-engine का अवतार

    aphrodite-engine/aphrodite-engine

    1,771GitHub पर देखें↗
    C++api-restcudainference-engine
    GitHub पर देखें↗1,771
  • arieltm/zsh-claude-code-shellArielTM का अवतार

    ArielTM/zsh-claude-code-shell

    35GitHub पर देखें↗

    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/computelibraryARM-software का अवतार

    ARM-software/ComputeLibrary

    3,160GitHub पर देखें↗

    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-deckasheshgoplani का अवतार

    asheshgoplani/agent-deck

    931GitHub पर देखें↗
    Goai-agentai-agentsai-coding-assistant
    GitHub पर देखें↗931
  • augustdev/enchantedAugustDev का अवतार

    AugustDev/enchanted

    5,967GitHub पर देखें↗

    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-webuiAUTOMATIC1111 का अवतार

    AUTOMATIC1111/stable-diffusion-webui

    163,743GitHub पर देखें↗

    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-llamab4rtaz का अवतार

    b4rtaz/distributed-llama

    2,837GitHub पर देखें↗

    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-detectionbenedekrozemberczki का अवतार

    benedekrozemberczki/awesome-community-detection

    2,447GitHub पर देखें↗

    A curated list of community detection research papers with implementations.

    Pythonbigclamclusteringcommunity-detection
    GitHub पर देखें↗2,447
  • benedekrozemberczki/awesome-decision-tree-papersbenedekrozemberczki का अवतार

    benedekrozemberczki/awesome-decision-tree-papers

    2,473GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗2,473
  • aannoo/hcomaannoo का अवतार

    aannoo/hcom

    342GitHub पर देखें↗

    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