Skip to content
@Mesh-LLM

Mesh LLM

Democratize and Decentralized Models and Agents.

Mesh LLM logo

Mesh LLM

mesh-llm turns spare compute into a peer-to-peer inference cloud for open models.

mesh-llm pools GPUs across macOS and Linux machines so teams, researchers, and agents can run local or open-weight models through one OpenAI-compatible endpoint. It can serve a model on one node, distribute large models across nearby peers, route requests to specialized models, and let agents coordinate through mesh gossip.

Work in progress — use with caution.

What it is for

  • Share spare GPU capacity across trusted machines.
  • Run open models locally without a centralized inference provider.
  • Serve an OpenAI-compatible API at http://localhost:9337/v1.
  • Route requests across multiple nodes, models, and capabilities.
  • Experiment with distributed inference, MoE expert sharding, and agent collaboration.

Quick start

curl -fsSL https://github.com/Mesh-LLM/mesh-llm/releases/latest/download/mesh-bundle.tar.gz | tar xz \
  && mkdir -p ~/.local/bin \
  && mv mesh-bundle/* ~/.local/bin/

Join the public mesh:

mesh-llm --auto

Or start your own mesh with a model:

mesh-llm --model GLM-4.7-Flash

Learn more

Built with Rust, iroh, and llama.cpp.

Pinned Loading

  1. mesh-llm mesh-llm Public

    Distributed AI/LLM for the people. Share compute privately or publicly to power your agents and chat.

    Rust 3.4k 409

Repositories

Showing 10 of 17 repositories
  • mesh-llm Public

    Distributed AI/LLM for the people. Share compute privately or publicly to power your agents and chat.

    Mesh-LLM/mesh-llm's past year of commit activity
    Rust 3,398 Apache-2.0 409 88 (4 issues need help) 31 Updated Sep 13, 2026
  • homebrew-tap Public

    Canonical Homebrew tap for mesh-llm

    Mesh-LLM/homebrew-tap's past year of commit activity
    Ruby 0 0 0 0 Updated Sep 12, 2026
  • openai-endpoint Public

    OpenAI-compatible endpoint plugin for mesh-llm

    Mesh-LLM/openai-endpoint's past year of commit activity
    Rust 1 1 0 2 Updated Sep 12, 2026
  • mesh-packaging Public

    Native packages, Homebrew formulas, and OCI images for mesh-llm

    Mesh-LLM/mesh-packaging's past year of commit activity
    TypeScript 0 1 0 0 Updated Sep 12, 2026
  • mesh-llm-runner-images Public

    Docker runner images for CI runner nodes

    Mesh-LLM/mesh-llm-runner-images's past year of commit activity
    Shell 0 0 0 0 Updated Sep 10, 2026
  • llama.cpp Public Forked from ggml-org/llama.cpp

    LLM inference in C/C++

    Mesh-LLM/llama.cpp's past year of commit activity
    C++ 1 MIT 23,573 0 0 Updated Aug 30, 2026
  • hf-hub Public Forked from huggingface/hf-hub

    Rust client for the huggingface hub aiming for minimal subset of features over `huggingface-hub` python package

    Mesh-LLM/hf-hub's past year of commit activity
    Rust 1 Apache-2.0 138 0 0 Updated Aug 17, 2026
  • desktop-app Public

    examplar app using Mesh SDK and Goose SDK for a peer to peer experience

    Mesh-LLM/desktop-app's past year of commit activity
    TypeScript 3 2 1 0 Updated Aug 5, 2026
  • openclaw-meshllm Public

    OpenClaw model-provider plugin for MeshLLM client and serving-node modes

    Mesh-LLM/openclaw-meshllm's past year of commit activity
    TypeScript 1 MIT 0 0 0 Updated Jul 23, 2026
  • flash-moe Public

    Flash-MoE inference endpoint plugin for mesh-llm

    Mesh-LLM/flash-moe's past year of commit activity
    Rust 1 Apache-2.0 1 0 0 Updated May 30, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Most used topics

Loading…