AIOX Pro
Premium features for Synkra AIOX.
New npm namespace: AIOX Pro is published as @aiox-squads/pro. This is the canonical successor to the unpublished @aiox-fullstack/pro target and the legacy @aios-fullstack/pro package.
Overview
AIOX Pro extends the open-source AIOX framework with premium capabilities:
- Premium Squads - Pre-built squads for SaaS, e-commerce, and fintech
- Persistent Memory - Cross-session context and memory analytics
- Usage Metrics - Dashboards, team analytics, and cost tracking
- Enterprise Integrations - ClickUp, Google Drive, GitLab, Jira, Azure DevOps
Installation
AIOX Pro requires an active license and is distributed via npm.
npm install @aiox-squads/pro
npx aiox-pro install
aiox pro activate --key PRO-XXXX-XXXX-XXXX-XXXX
Usage with aiox-core
AIOX Pro is designed to work as a git submodule of aiox-core:
git clone --recurse-submodules https://github.com/SynkraAI/aiox-core.git
cd aiox-core
git submodule update --init pro
Activate License
aiox pro activate --key PRO-XXXX-XXXX-XXXX-XXXX
aiox pro status
Version 0.4.0 - Stable License Machine ID
AIOX Pro now derives machineId from the native OS machine UUID instead of hostname, CPU, and MAC address. This prevents Wi-Fi MAC rotation, VPN changes, and network interface ordering from consuming extra license seats on the same computer.
Existing encrypted license caches are migrated automatically on next read: the client opens the legacy cache key, re-encrypts with the new native machine ID key, and keeps a 90-day legacy fallback window for already activated installations.
Structure
aiox-pro/
├── squads/ # Premium squad definitions
├── memory/ # Persistent memory modules
├── metrics/ # Usage dashboards and analytics
├── integrations/ # Enterprise integration adapters
├── license/ # License infrastructure
└── pro-config.yaml # Pro extension configuration
Requirements
- Node.js >= 18
- aiox-core >= 5.0.8
- Active AIOX Pro license
License
Proprietary - Copyright (c) 2026 SynkraAI. All rights reserved.