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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 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 jmorganca

    jmorganca/ollama

    174,350Vezi pe 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
    Vezi pe GitHub↗174,350
  • nvidia/tensorrt-llmAvatar NVIDIA

    NVIDIA/TensorRT-LLM

    12,913Vezi pe 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
    Vezi pe GitHub↗12,913
  • mudler/localaiAvatar mudler

    mudler/LocalAI

    46,889Vezi pe 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
    Vezi pe GitHub↗46,889

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

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

    langchain-ai/langchain

    139,458Vezi pe 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
    Vezi pe GitHub↗139,458
  • ggerganov/llama.cppAvatar ggerganov

    ggerganov/llama.cpp

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

    ggml-org/llama.cpp

    116,799Vezi pe 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
    Vezi pe GitHub↗116,799
  • janhq/janAvatar janhq

    janhq/jan

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

    Michael-A-Kuykendall/shimmy

    5,428Vezi pe 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
    Vezi pe GitHub↗5,428
  • oobabooga/text-generation-webuiAvatar oobabooga

    oobabooga/text-generation-webui

    47,323Vezi pe 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
    Vezi pe GitHub↗47,323
  • acrotron/aye-chatAvatar acrotron

    acrotron/aye-chat

    64Vezi pe GitHub↗

    Aye Chat: AI-powered terminal workspace

    Python
    Vezi pe GitHub↗64
  • ai4finance-llc/finrlAvatar AI4Finance-LLC

    AI4Finance-LLC/FinRL

    15,518Vezi pe 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
    Vezi pe GitHub↗15,518
  • ai-dynamo/dynamoAvatar ai-dynamo

    ai-dynamo/dynamo

    6,112Vezi pe 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
    Vezi pe GitHub↗6,112
  • aikorea/awesome-rlAvatar aikorea

    aikorea/awesome-rl

    9,812Vezi pe GitHub↗

    Reinforcement learning resources curated

    Vezi pe GitHub↗9,812
  • ajaymache/machine-learning-yearningAvatar ajaymache

    ajaymache/machine-learning-yearning

    1,135Vezi pe GitHub↗

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

    andrew-ng-machine-learningandrew-ng-machine-learning-yearningdeep-learning
    Vezi pe GitHub↗1,135
  • abetlen/llama-cpp-pythonAvatar abetlen

    abetlen/llama-cpp-python

    9,993Vezi pe 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
    Vezi pe GitHub↗9,993
  • 7df-lab/devoAvatar 7df-lab

    7df-lab/devo

    295Vezi pe GitHub↗

    Open coding agent, provider agnositc.

    Rust
    Vezi pe GitHub↗295
  • agentset-ai/mcp-serverAvatar agentset-ai

    agentset-ai/mcp-server

    30Vezi pe GitHub↗

    Agentset MCP Server - Build RAG with Agentic superpowers

    JavaScript
    Vezi pe GitHub↗30
  • antimatter15/ocrad.jsAvatar antimatter15

    antimatter15/ocrad.js

    3,516Vezi pe GitHub↗

    OCR in Javascript via Emscripten

    JavaScript
    Vezi pe GitHub↗3,516
  • anomalyco/opencodeAvatar anomalyco

    anomalyco/opencode

    175,152Vezi pe 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
    Vezi pe GitHub↗175,152
  • agenticenv/agent-sdk-goAvatar agenticenv

    agenticenv/agent-sdk-go

    20Vezi pe 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
    Vezi pe GitHub↗20
  • aphrodite-engine/aphrodite-engineAvatar aphrodite-engine

    aphrodite-engine/aphrodite-engine

    1,771Vezi pe GitHub↗
    C++api-restcudainference-engine
    Vezi pe GitHub↗1,771
  • arieltm/zsh-claude-code-shellAvatar ArielTM

    ArielTM/zsh-claude-code-shell

    35Vezi pe 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
    Vezi pe GitHub↗35
  • arm-software/computelibraryAvatar ARM-software

    ARM-software/ComputeLibrary

    3,160Vezi pe 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++
    Vezi pe GitHub↗3,160
  • asheshgoplani/agent-deckAvatar asheshgoplani

    asheshgoplani/agent-deck

    931Vezi pe GitHub↗
    Goai-agentai-agentsai-coding-assistant
    Vezi pe GitHub↗931
  • augustdev/enchantedAvatar AugustDev

    AugustDev/enchanted

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

    AUTOMATIC1111/stable-diffusion-webui

    163,743Vezi pe 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
    Vezi pe GitHub↗163,743
  • b4rtaz/distributed-llamaAvatar b4rtaz

    b4rtaz/distributed-llama

    2,837Vezi pe 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
    Vezi pe GitHub↗2,837
  • benedekrozemberczki/awesome-community-detectionAvatar benedekrozemberczki

    benedekrozemberczki/awesome-community-detection

    2,447Vezi pe GitHub↗

    A curated list of community detection research papers with implementations.

    Pythonbigclamclusteringcommunity-detection
    Vezi pe GitHub↗2,447
  • benedekrozemberczki/awesome-decision-tree-papersAvatar benedekrozemberczki

    benedekrozemberczki/awesome-decision-tree-papers

    2,473Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗2,473
  • aannoo/hcomAvatar aannoo

    aannoo/hcom

    342Vezi pe 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
    Vezi pe GitHub↗342