Skip to content

Forgevena Documentation

Current stable version: 1.3.0

Governed engineering from idea to production.

This portal is the canonical entry point for installing, operating, extending, and maintaining Forgevena. Existing historical, phase, release, and audit records remain available at the root of docs/.

npm install --global forgevena@1.3.0
forgevena version
forgevena doctor

Use the latest GitHub Release for verified archives, checksums, SBOMs, provenance, and Homebrew, Winget, or Chocolatey submission bundles.

For Linux or Intel macOS, install the published Homebrew formula with brew install rohitkumarnaidu/forgevena/forgevena. See the installation guide for supported architectures and package-channel status.

Start here

Platform domains

Domain Documentation
Modules and capabilities Modules, capabilities
Project generation Templates, bootstrap
AI services Providers, credentials
External tools Integrations, MCP and plugins
State Registry and managed assets, configuration
Delivery Deployment, operations
Engineering Developer guide, testing, maintainers
Releases Release engineering, package publishing

Architecture map

flowchart LR
  User --> CLI
  CLI --> Project[Project and Bootstrap]
  CLI --> Integration[Integration Manager]
  CLI --> Provider[Provider Runtime]
  CLI --> Operations[Cloud, Docker, Dashboard]
  Project --> Registry
  Project --> Templates
  Integration --> Registry
  Provider --> Credentials
  Provider --> Policy[Provider Policy]
  Operations --> Registry

Documentation conventions

Commands use forgevena; the legacy ai-workspace alias remains supported throughout 1.x. When running from source, substitute node ./bin/forgevena.js. Modifying commands preview by default. --apply enables local writes, and external actions additionally require --yes or interactive approval. Existing files are skipped.

See Documentation coverage for the audited source-to-document matrix.