AxiomCore
Introduction

Support and availability

Current implementation boundaries by language, framework, artifact, and target.

This matrix separates an implemented path from the broader AxiomCore product direction. It was last reviewed against the local repositories on September 16, 2026.

Status definitions

StatusMeaning
AvailableImplemented, documented, and usable on the stated path. It does not imply a stable major release or universal production certification.
AlphaImplemented and testable, but APIs or workflows can change.
ExperimentalA bounded implementation exists; parity, compatibility, or distribution is incomplete.
Coming soonPlanned or in development, with no supported user workflow today.

Language, contracts, and packages

Capability availability
CapabilityStatusCurrent scope
Acore language toolchainAlphaParser, evaluator, standard library, diagnostics, and language-server foundations.
.axiom service contractsAlphaBuild, inspect, semantic diff, local test/mock, release, pull, and runtime workflows.
Typed package envelopeAlphaService, theme, component-library, database-schema, extension, and application-policy kinds with canonical encoding and validation.
Theme and component packagesAlphaTyped exports, targets, roles/props/slots/composition constraints, lock resolution, and semantic change classification.
Executable extensionsExperimentalPackages carry reviewed metadata and a module digest; executable bytes are deliberately outside the declarative package envelope.

Backend and schema inputs

Capability availability
CapabilityStatusCurrent scope
Python / FastAPIAvailablePrimary extraction and local contract-build path. The service dependencies must be installed in the build environment.
GoAlphaRoute and type extraction exists; review the extracted surface before release.
OpenAPI inputExperimentalBounded composition/domain bootstrap path. It is not full parity with every Acore behavior.
SQL schema inputExperimentalBounded domain bootstrap path, not a complete database runtime or management UI.
Other backend languagesComing soonNo supported first-party extractor is documented today. Custom integration work is required.

Frontend and application targets

Capability availability
CapabilityStatusCurrent scope
Vanilla web / ATMXAvailableGenerated client and web runtime path. Validate target browsers and application CORS policy.
React / ATMXAlphaBindings exist; validate bundler integration and application boot order.
Flutter / DartAlphaBindings and runtime path exist; validate platform storage and consumer release builds.
Swift / Apple platformsExperimentalRuntime distribution exists; full binding and lifecycle parity is not claimed.
Acore UI hostsAlphaBrowser, Android Emulator, and iOS Simulator development paths, including assets, interaction, diagnostics, and hot reload.
.axiomappAlphaTarget-specific and multi-target builds plus inspect/install/package/run workflows. App-store signing and publishing are outside this boundary.
Physical-device certificationComing soonCurrent documentation does not claim a certified physical-device or store-distribution matrix.

Cloud and applications

Capability availability
CapabilityStatusCurrent scope
Cloud accounts, projects, releases, and pullAlphaConnected workflows require a live account and configured control plane.
Axiom Cloud DashboardAlphaImplemented control-plane views; the broader collaborative vision is not all shipped.
Axiom StudioComing soonPlanned visual and collaborative software workspace; not installable today.
AcodeComing soonPlanned contract-aware IDE; existing language-server/editor foundations are not the product.
Axiom MarketplaceComing soonThe package format exists, but catalog browsing and supported installation do not.

Before adopting an alpha or experimental path, add an end-to-end example for your application, run the owning repositories' checks in CI, and inspect the semantic diff for every contract or package upgrade.

On this page