← all repositories
nobodywho-ooo/nobodywho

An inference engine that speaks six SDKs and zero cloud bills

NobodyWho wraps llama.cpp in language bindings so you can ship local LLMs to mobile, desktop, and game engines without API keys or cloud costs.

nobodywho
Not currently ranked — collecting fresh signals.
star history

What it does NobodyWho is essentially a set of language bindings around llama.cpp that lets you run GGUF-format LLMs locally on phones, desktops, and inside game engines. It targets Kotlin, Swift, Python, Flutter, React Native, and Godot with a uniform API for offline chat, multimodal input, and tool calling. No API keys, no cloud round-trips.

The interesting bit The engine auto-generates structured grammars from your function signatures for type-safe tool calling, sparing you from hand-written JSON schemas. It also claims to preemptively shift conversation context to retain full memory without hard message limits, which is a tidy workaround for finite context windows.

Key highlights

  • GPU-accelerated via Vulkan or Metal across Linux, macOS, Windows, Android, and iOS.
  • Supports text, image, and audio inputs.
  • Pulls models directly from Hugging Face or any URL.
  • Licensed for proprietary commercial use, provided you don’t fork the engine itself closed-source.
  • Covers niche platforms like visionOS, watchOS, and the Godot Engine.

Caveats

  • Web/HTML5 exports are unsupported for now (see issue #111).
  • Mobile OS coverage is uneven: Android and iOS are not available in every binding (e.g., no iOS for Kotlin or Godot).

Verdict Ideal for mobile and game developers who want offline LLM features without managing cloud infrastructure. If you need browser-based inference or a single binding that works on every OS, look elsewhere.

Frequently asked

What is nobodywho-ooo/nobodywho?
NobodyWho wraps llama.cpp in language bindings so you can ship local LLMs to mobile, desktop, and game engines without API keys or cloud costs.
Is nobodywho open source?
Yes — nobodywho-ooo/nobodywho is open source, released under the EUPL-1.2 license.
What language is nobodywho written in?
nobodywho-ooo/nobodywho is primarily written in Rust.
How popular is nobodywho?
nobodywho-ooo/nobodywho has 1k stars on GitHub.
Where can I find nobodywho?
nobodywho-ooo/nobodywho is on GitHub at https://github.com/nobodywho-ooo/nobodywho.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.