Skip to content

MultiModel Dev OSPortable, validation-first workspace & localhost gateway

Centralize rules, skills, registries, adapters, and local gateway metadata in one auditable zero-dependency foundation for governed multi-agent development.

Explore by Developer Goal

Choose the path tailored to your current objective:

Architecture Overview

MultiModel Dev OS sits between developer intent, AI coding tools, and localhost gateway mock foundations:

text
+-----------------------------------------------------------------------------------+
|                            DEVELOPER WORKSPACE                                    |
|   AGENTS.md  *  MEMORY.md  *  TASKS.md  *  RUNBOOK.md  *  .ai/ Governance Rules   |
+-----------------------------------------------------------------------------------+
                                         |
                                         v
+-----------------------------------------------------------------------------------+
|                        MULTI-AGENT ADAPTER SYNCHRONIZER                           |
|   Antigravity (.gemini)  *  Claude Code (CLAUDE.md)  *  Cursor (.cursorrules)     |
|   Codex (.codex/)  *  Gemini  *  VS Code (.vscode/settings.json)                  |
+-----------------------------------------------------------------------------------+
                                         |
                                         v
+-----------------------------------------------------------------------------------+
|                     SKILL OS & TRUSTED REGISTRY ENGINE                            |
|   Declarative Skills  *  RACE+ Prompts  *  Ed25519 Signatures  *  Policy Engine    |
+-----------------------------------------------------------------------------------+
                                         |
                                         v
+-----------------------------------------------------------------------------------+
|                       LOCALHOST GATEWAY FOUNDATION (v4.2.0)                       |
|   127.0.0.1 Server  *  Mock OpenAI Provider  *  SSE Streaming  *  Client Previews   |
|   Deterministic Routing  *  Resilience Simulator  *  In-Memory Usage Accounting   |
+-----------------------------------------------------------------------------------+

Non-Negotiable Safety Boundaries

MultiModel Dev OS is designed for total transparency and local safety:

Zero Runtime Dependencies
Uses Node.js standard library built-in modules only (crypto, fs, http, path).
Approval-Gated Writes
All file mutations require explicit approval. Onboarding and planning are read-only.
Mock-Only Provider
The v4.2 gateway executes bundled mock models only. No external APIs are called.
Preview-Only Configs
Client configuration plans are preview-only. No third-party tools are modified silently.
Local Observability
Traces, metrics, and usage logs stay local, bounded, redacted, and in-memory. Zero telemetry.
Maintainer Publication
Package publishing is maintainer-controlled with strict pre-publish security checks.

Key Documentation Routes

Released under the MIT License.