awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 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/ollamaAvatar de jmorganca

    jmorganca/ollama

    174,350Ver en 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
    Ver en GitHub↗174,350
  • nvidia/tensorrt-llmAvatar de NVIDIA

    NVIDIA/TensorRT-LLM

    12,913Ver en 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
    Ver en GitHub↗12,913
  • mudler/localaiAvatar de mudler

    mudler/LocalAI

    46,889Ver en 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
    Ver en GitHub↗46,889

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • langchain-ai/langchainAvatar de langchain-ai

    langchain-ai/langchain

    139,458Ver en 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
    Ver en GitHub↗139,458
  • ggerganov/llama.cppAvatar de ggerganov

    ggerganov/llama.cpp

    116,912Ver en 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++
    Ver en GitHub↗116,912
  • ggml-org/llama.cppAvatar de ggml-org

    ggml-org/llama.cpp

    116,799Ver en 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
    Ver en GitHub↗116,799
  • janhq/janAvatar de janhq

    janhq/jan

    43,043Ver en 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
    Ver en GitHub↗43,043
  • michael-a-kuykendall/shimmyAvatar de Michael-A-Kuykendall

    Michael-A-Kuykendall/shimmy

    5,428Ver en 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
    Ver en GitHub↗5,428
  • oobabooga/text-generation-webuiAvatar de oobabooga

    oobabooga/text-generation-webui

    47,323Ver en 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
    Ver en GitHub↗47,323
  • acrotron/aye-chatAvatar de acrotron

    acrotron/aye-chat

    64Ver en GitHub↗

    Aye Chat: AI-powered terminal workspace

    Python
    Ver en GitHub↗64
  • ai4finance-llc/finrlAvatar de AI4Finance-LLC

    AI4Finance-LLC/FinRL

    15,518Ver en 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
    Ver en GitHub↗15,518
  • ai-dynamo/dynamoAvatar de ai-dynamo

    ai-dynamo/dynamo

    6,112Ver en 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
    Ver en GitHub↗6,112
  • aikorea/awesome-rlAvatar de aikorea

    aikorea/awesome-rl

    9,812Ver en GitHub↗

    Reinforcement learning resources curated

    Ver en GitHub↗9,812
  • ajaymache/machine-learning-yearningAvatar de ajaymache

    ajaymache/machine-learning-yearning

    1,135Ver en GitHub↗

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

    andrew-ng-machine-learningandrew-ng-machine-learning-yearningdeep-learning
    Ver en GitHub↗1,135
  • abetlen/llama-cpp-pythonAvatar de abetlen

    abetlen/llama-cpp-python

    9,993Ver en 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
    Ver en GitHub↗9,993
  • 7df-lab/devoAvatar de 7df-lab

    7df-lab/devo

    295Ver en GitHub↗

    Open coding agent, provider agnositc.

    Rust
    Ver en GitHub↗295
  • agentset-ai/mcp-serverAvatar de agentset-ai

    agentset-ai/mcp-server

    30Ver en GitHub↗

    Agentset MCP Server - Build RAG with Agentic superpowers

    JavaScript
    Ver en GitHub↗30
  • antimatter15/ocrad.jsAvatar de antimatter15

    antimatter15/ocrad.js

    3,516Ver en GitHub↗

    OCR in Javascript via Emscripten

    JavaScript
    Ver en GitHub↗3,516
  • anomalyco/opencodeAvatar de anomalyco

    anomalyco/opencode

    175,152Ver en 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
    Ver en GitHub↗175,152
  • agenticenv/agent-sdk-goAvatar de agenticenv

    agenticenv/agent-sdk-go

    20Ver en 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
    Ver en GitHub↗20
  • aphrodite-engine/aphrodite-engineAvatar de aphrodite-engine

    aphrodite-engine/aphrodite-engine

    1,771Ver en GitHub↗
    C++api-restcudainference-engine
    Ver en GitHub↗1,771
  • arieltm/zsh-claude-code-shellAvatar de ArielTM

    ArielTM/zsh-claude-code-shell

    35Ver en 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
    Ver en GitHub↗35
  • arm-software/computelibraryAvatar de ARM-software

    ARM-software/ComputeLibrary

    3,160Ver en 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++
    Ver en GitHub↗3,160
  • asheshgoplani/agent-deckAvatar de asheshgoplani

    asheshgoplani/agent-deck

    931Ver en GitHub↗
    Goai-agentai-agentsai-coding-assistant
    Ver en GitHub↗931
  • augustdev/enchantedAvatar de AugustDev

    AugustDev/enchanted

    5,967Ver en 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
    Ver en GitHub↗5,967
  • automatic1111/stable-diffusion-webuiAvatar de AUTOMATIC1111

    AUTOMATIC1111/stable-diffusion-webui

    163,743Ver en 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
    Ver en GitHub↗163,743
  • b4rtaz/distributed-llamaAvatar de b4rtaz

    b4rtaz/distributed-llama

    2,837Ver en 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
    Ver en GitHub↗2,837
  • benedekrozemberczki/awesome-community-detectionAvatar de benedekrozemberczki

    benedekrozemberczki/awesome-community-detection

    2,447Ver en GitHub↗

    A curated list of community detection research papers with implementations.

    Pythonbigclamclusteringcommunity-detection
    Ver en GitHub↗2,447
  • benedekrozemberczki/awesome-decision-tree-papersAvatar de benedekrozemberczki

    benedekrozemberczki/awesome-decision-tree-papers

    2,473Ver en GitHub↗

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

    Python
    Ver en GitHub↗2,473
  • aannoo/hcomAvatar de aannoo

    aannoo/hcom

    342Ver en 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
    Ver en GitHub↗342