Synkra AIOS is an AI-orchestrated system framework designed for full-stack development, written in JavaScript and TypeScript. The core framework, now distributed under the npm namespace @aiox-squads/core as a successor to the unscoped aiox-core package, provides a CLI-first architecture that prioritizes command-line interfaces as the primary execution layer where intelligence, decisions, and automation occur. The framework emphasizes that dashboards and UI components serve observability purposes only, with all new functionality required to work completely through the CLI before receiving UI implementations.
The repository is classified across multiple AI infrastructure categories including autonomous agents, agent orchestration, multi-agent systems, AI frameworks, task execution, agent communication, and agent platforms. The framework supports specialized agents for different domains and includes workflow orchestration capabilities. According to GitGenius activity tracking, the repository has moderate engagement with a median issue and pull request response latency of 23.7 hours and a mean latency of 46.3 hours across 217 tracked items. The most active issue label is status: needs-triage with 171 occurrences, followed by area: core with 52 occurrences and status: confirmed with 34 occurrences.
The primary contributors tracked by GitGenius are nikolasdehor with 309 events, Pedrovaleriolopez with 241 events, and rafaelscosta with 116 events. The repository shares overlapping contributors with openclaw/openclaw, n8n-io/n8n, and anthropics/claude-code, indicating connections to broader automation and AI agent ecosystems.
AIOX implements two key innovations in its approach to AI-assisted development. The first is agentic planning, where dedicated agents including analyst, product manager, and architect roles collaborate to create detailed and consistent PRD and architecture documents through advanced prompt engineering and human-in-the-loop refinement. The second is contextualized development through engineering, where a Scrum Master agent transforms these detailed plans into hyperdetailed development stories containing complete context, implementation details, and architectural guidance directly embedded in story files.
The framework supports multiple IDE integrations including Claude Code, Gemini CLI, Codex CLI, Cursor, GitHub Copilot, and AntiGravity, with varying levels of hook compatibility and lifecycle event support. Claude Code provides complete hook parity as the reference implementation, while other platforms offer partial or workflow-based integration approaches. The installation process includes a modern interactive installer inspired by tools like Vite and Next.js, featuring colored prompts, real-time validation, progress indicators, multi-component selection, package manager choice, and installation duration tracking.
The repository requires Node.js version 18.0.0 or higher with version 20 or later recommended, and npm 9.0.0 or higher. Documentation is available in multiple languages including English, Portuguese, Spanish, and Chinese. The framework supports both new project installation and integration into existing projects, with automatic detection of existing installations and selective file updates that preserve customizations through backup files.