#25 · Primary category: Inference & Local Deploy
WasmEdge
WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.
Project last updated:08/28/26
GitHub Stars
10.8K
Forks
1.2K
Contributors
267
License
Apache-2.0
Why we included this project
Running large language models usually means renting a cloud GPU, but WasmEdge is aimed at teams that want those workloads closer to the data: on personal machines, edge nodes, or constrained IoT hardware. It is a WebAssembly runtime that executes GenAI models, including LLMs, speech-to-text, and image generation, on both CPUs and GPUs across servers, laptops, and edge devices, and it is the engine behind the LlamaEdge framework. Because models run inside a single runtime instead of depending on host libraries, the same pipeline can move from a developer's laptop to a cluster to an embedded target without the usual environment breakage. It also works as a general sandbox for safely executing untrusted code, which is useful if you want to host third-party or user-contributed model wrappers. Before committing, check the AI extensions and LlamaEdge documentation to confirm your model set and hardware targets are covered.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.