Reference
Arcane.version
Arcane bundle version and installation status aliases.
This focused page is derived from the mechanically checked full member inventory.
Syntax
Arcane.version
Member kind
Namespace
Description
Arcane bundle version and installation status aliases.
Overview
Arcane.version separates the Arcane OS bundle or host version from
installation status. current() is the session's OS version even when an
application owns a different package version; installation() is an alias-like
read of the installation-status method.
Availability and security
version.current is capability-free on Core and Android.
version.installation requires installation.read and may not be admitted to
the same applications. Neither result proves signing, update continuity, or
release-candidate acceptance.
Example
const version = await globalThis.Arcane.version.current();
console.log('Arcane OS host version:', version);
Members
Arcane.version.current()— Gets the Arcane OS bundle/host version bound to this session. It does not become an application's independently owned version and is not signer, update, or RC attestation.Arcane.version.installation()— Alias-like access to installation status.