The ArchMeta Viewer: an architecture model authored as text, beside a C4 container diagram and a deployment view.
ArchMeta

The model

You write text. It draws the picture

No canvas to fight, no proprietary file to export. An element is nine lines, and an agent can write a thousand of them without an adapter or an API.

element example-business-process {
  type             "archimate:businessprocess"
  displayName      "Business Process"
  description-file "business.md"
  status           "live"
  data-points {
    RTO "020 Day"   // one of the declared values
  }
}

relationship example-application-serves {
  source example-application
  target example-business-process
  type   "archimate:serving"
}

03 / 11

contact@archmeta.eu