Local Studio banner
0xSero 0xSero

Local Studio

Development community

Description

Control panel for VLLM, Sglang, llama.cpp, exllamav3

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Local Studio

Local Studio is a local-first workstation for running, managing, and using self-hosted LLM backends. One machine can launch models, watch GPU/runtime state, chat with OpenAI-compatible endpoints, and run agent sessions against local or remote controllers. Version 2.0 unifies day-to-day operation around Status, Workbench, Configure, and Usage instead of separate model, integration, and server surfaces.

Download

**[Download Local Studio for macOS (Apple Silicon)](https://github.com/sybil-solutions/local-studio/releases/latest/download/Local-Studio-arm64.dmg)** — signed and notarized; updates itself from GitHub releases. All versions on the [releases page](https://github.com/sybil-solutions/local-studio/releases), or via [localstudio.ai](https://localstudio.ai).

It is built from two modules that share one controller API:

  • `controller/` — Bun/Hono backend. Owns model lifecycle (launch, evict, recipes, downloads, runtime process coordination), an OpenAI-compatible proxy (chat, models, tokenization, audio), system state (GPU metrics, logs, usage, settings, SSE), and controller integrations.
  • `frontend/` — Next.js 16 + React 19 UI and the macOS Electron desktop shell. Hosts the Workbench (/agent), consolidated Configure surface, settings, usage, logs, and browser-facing API routes.

Mobile companion

[KittyLitter](https://kittylitter.app) connects to Local Studio so the same agent sessions, streaming content, reasoning, tool calls, and tool results are available on iPhone, iPad, and Android. Pair from **Settings → Profile & phone → Connect your phone**. The QR code and copied connection JSON are private controller credentials; share them only with a device you trust.

See the complete pairing, version, and security guide at [localstudio.ai/mobile](https://localstudio.ai/mobile). Mobile pairing requires Local Studio 2.9.0 or newer and KittyLitter 1.6.0 or newer.

What is a controller?