Arcane OS Docs Development only

Reference

Arcane.platform

Host platform and execution-evidence status.

  • Reference

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

Syntax

Arcane.platform

Member kind

Namespace

Description

Host platform and execution-evidence status.

Overview

Arcane.platform returns bounded host platform, renderer, permission, capability, and execution-evidence status. It distinguishes actual host platform from simulated effective platform and keeps presentation labels separate from authorization.

Availability and security

platform.status requires system.read and is available on admitted Core and Android hosts. Treat the result as status evidence, never as a substitute for a capability check or a publisher, update, or release attestation.

Example

const access = await globalThis.Arcane.capabilities.list();
const canReadPlatform = access.methods.includes('platform.status');

console.log('Platform evidence admitted:', canReadPlatform);

Members

Reference group

Namespace, constructor, and values

Repository and reviewed source access