New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@aios-fullstack/pro

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aios-fullstack/pro

AIOS Pro: Premium features for Synkra AIOS

Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
444
-59.12%
Maintainers
1
Weekly downloads
 
Created
Source

AIOS Pro

Premium features for Synkra AIOS.

Overview

AIOS Pro extends the open-source AIOS 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

AIOS Pro requires an active license and is distributed via npm.

# Install
npm install @aios-fullstack/pro

# Activate license
aios pro activate --key PRO-XXXX-XXXX-XXXX-XXXX

Usage with aios-core

AIOS Pro is designed to work as a git submodule of aios-core:

# Clone aios-core with pro submodule
git clone --recurse-submodules https://github.com/SynkraAI/aios-core.git

# Or add to existing clone
cd aios-core
git submodule update --init pro

Activate License

aios pro activate --key PRO-XXXX-XXXX-XXXX-XXXX
aios pro status

Structure

aios-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
  • aios-core >= 3.12.0
  • Active AIOS Pro license

License

Proprietary - Copyright (c) 2026 SynkraAI. All rights reserved.

FAQs

Package last updated on 16 Feb 2026

Related posts