ArcoreFoundry icon

ArcoreFoundry

ProductionDeveloper Tooling

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

bash
# 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 generate

Tech Stack

TypeScriptNode.js (Fastify)Next.js/ReactPostgreSQLRedispnpmTurborepo

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