ArcoreFoundry
Deterministic, safe, and observable executor runtime for scaffolding and maintenance. ArcoreFoundry separates the Brain (knowledge graph + contracts) from the Hands (DAG executor + transactional VFS) so every change is ordered, diffable, and secure before touching disk.
Key Features
- DAG-based executor with explicit dependency ordering
- Transactional VFS for dry-run diffs and atomic commits
- Knowledge graph and schema-backed contracts for generators
- Template registry and plugin system for Turborepo/NestJS/Next.js stacks
- Local-only Forge Service on 127.0.0.1 with ephemeral ports and one-time tokens
- Studio (Next.js) UI for DAG/diff visualization; CLI parity for plan/diff/generate
Usage Example
# 1) Plan actions for a Turborepo/NestJS/Next.js scaffold
arcore plan
# 2) Preview changes in transactional VFS
arcore diff
# 3) Execute and commit deterministic DAG
arcore generateTech Stack
Authentication
- •**Header:** `Authorization: Bearer <one-time-token>`
- •**Scopes:** Session-bound; expires after configured TTL.
Compliance & Security
Compliance
- ✓Deterministic DAG with produces/touches ordering and full action logs
- ✓Transactional VFS prevents unintended writes until commit
- ✓Localhost-only Forge Service with ephemeral ports and one-time tokens
- ✓Schema-backed templates reduce invalid outputs; audit-friendly diffs
Security
- ✓TLS 1.3
- ✓AES-256 encryption
Related Products
Arcor Parkour
CI/CD Orchestration Platform. ArcorParkour provides a universal runner architecture to execute YAML-defined pipelines, providing real-time log streaming, encrypted secret management, and multi-cloud CLI integration for automated delivery. It serves as the primary engine for automating the software delivery lifecycle across the Arcore ecosystem.
Arcore Phantom
Platform engineering tool for creating backend-free, believable demos. ArcorePhantom captures live API traffic, infers entities and routes, and compiles a browser-only runtime so teams can ship portable demos without exposing production systems.
Arcore Blueprint
Hybrid platform that compiles anchored Markdown into strictly typed artifacts. ArcoreBlueprint runs a Meta-Schema → Artifact Definition → Zod/TS pipeline so documentation stays human-readable, machine-validatable, and agent-ready.