NobodyWho
Local-first LLM inference for your apps
Run open-weight language models directly inside your software. Streaming chat, tool calling, structured output, embeddings, text to speech, speech to text and RAG. All offline with GPU acceleration. No servers, no API keys, no Docker. Built on llama.cpp.
Get started
New to local LLMs?
Start here if you are new to running language models locally. These guides cover the core concepts โ what models are, how to pick one, and how quantization works.
Using an AI coding agent?
Install the NobodyWho skill so your agent can look up the current APIs and documentation.
npx skills add https://github.com/nobodywho-ooo/nobodywho --skill nobodywho
Choose your binding
Python
Batteries-included bindings with sync and async APIs.
pip install nobodywhoSwift
Native Swift package for macOS and iOS apps.
Swift Package ManagerReact Native
Drop-in module for React Native on Android and iOS.
npm install react-native-nobodywhoFlutter
Cross-platform plugin for Flutter on mobile and desktop.
flutter pub add nobodywhoGodot
GDExtension for Godot 4.x game projects.
Asset Library or GitHub releaseKotlin
Native Kotlin library for Android and desktop JVM apps.
implementation("ai.nobodywho:nobodywho-android:2.2.0")