Arcane OS Docs Development only

Reference

Arcane.machine

Machine status available to the bound application.

  • Reference

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

Syntax

Arcane.machine

Member kind

Namespace

Description

Machine status available to the bound application.

Overview

Arcane.machine exposes the Provisioner's bounded machine readiness and status view. It is intended for planning and reconciliation, not general application fingerprinting or unrestricted hardware inspection.

Availability and security

machine.status requires provisioning.manage and the provisioner app type. Other applications cannot gain this authority by calling the shared JavaScript function directly.

Example

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

console.log('Machine readiness admitted:', canReadMachineStatus);

Members

Reference group

Namespace, constructor, and values

Repository and reviewed source access