Skip to content

riteshrajas/APEX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

APEX

APEX (Autonomous Physical-Digital Ecosystem) is a multi-module automation stack that bridges the gap between high-level AI reasoning and low-level physical hardware control. It combines an AI terminal runtime, a real-time web dashboard, hardware firmware, and electronics design assets into a unified repository.

Modules

Module Purpose README
Core Software runtime layer (CLI + RAM) Core/README.md
Core/CLI Terminal AI runtime and orchestration engine Core/CLI/README.md
Core/RAM Next.js dashboard + knowledge base Core/RAM/README.md
MicroMax Hardware execution layer MicroMax/README.md
MicroMax/OS PlatformIO firmware for Uno + RP2040 MicroMax/OS/README.md
MicroMax/OS Client Browser/Rust-based control + flashing helper MicroMax/OS Client/README.md
IOT KiCad schematics + PCB layout IOT/README.md
conductor Product context, tracks, and workflow docs conductor/README.md

Quick Start

1) Clone

git clone <repo-url> APEX
cd APEX

2) Run the dashboard

cd .\Core\RAM
npm install
npm run dev

3) Build firmware

cd ..\..\MicroMax\OS
platformio run -e uno
platformio run -e pico

Common Commands

# Core/RAM
cd .\Core\RAM
npm run dev
npm run build
npm run lint

# Core/CLI
cd ..\CLI
bun run dev
bun run build

# MicroMax firmware
cd ..\..\MicroMax\OS
platformio run -e uno
platformio run -e pico
platformio run -e uno -t upload --upload-port COM4

# MicroMax OS Client (Rust server)
cd "..\OS Client"
cargo run

Documentation

Community & Policies

About

APEX is a multi-module automation stack combining an AI terminal runtime, realtime web dashboard, embedded firmware, and electronics design in a single repository. Control hardware through natural language via the CLI, visualize workflows on the dashboard, and deploy to Arduino/RP2040 boards

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors