Arcane OS Docs Development only

Reference

Arcane.runtime

Local renderer and detected-host surface information.

  • Reference

This focused page is derived from the mechanically checked full member inventory.

Syntax

Arcane.runtime

Member kind

Namespace

Description

Local renderer and detected-host surface information.

Overview

Arcane.runtime owns renderer-local transport inspection. Its snapshot is synchronous and frozen, and obtaining it sends no RPC. Transport connection, native-host class, and managed-local-AI host class are descriptive facts rather than health, admission, or trust claims.

When to use

Use this namespace to adapt presentation to standalone, development HTTP, WebView2, WebKitGTK, or Android WebView environments. Use Arcane.capabilities.list() and method-specific status calls for authority and service readiness.

Example

const runtime = globalThis.Arcane?.runtime?.current?.();

if (runtime) {
    console.log(runtime.transport, runtime.connected, runtime.native);
}

Members

  • Arcane.runtime.current() — Synchronously describes this document's detected Arcane host surface without sending an RPC.

Reference group

Namespace, constructor, and values

Repository and reviewed source access