Complete ArchiMate palette
Use every ArchiMate 3.2 element and relationship type with live relationship validity feedback.
ArchiMate 3.2Local first
Create architecture models, validate relationships, exchange native Archi files, and automate repetitive work—without sending your model to a server.
No backend required
Open source under MIT
Models stay local by default
Modeling workspace
Move from an idea to a validated, reusable model in one browser workspace.
Use every ArchiMate 3.2 element and relationship type with live relationship validity feedback.
Open, edit, and save .archimate models for the documented desktop-compatible feature set.
Keep multiple model roots and views open, arrange docked panels, and restore the workspace between sessions.
Find invalid relationships, unresolved references, and structural issues before sharing or exporting a model.
Create and query model content through a jArchi-compatible JavaScript API with editor IntelliSense.
Autosave the workspace in browser storage and choose explicitly when a file leaves the device.
Desktop continuity
Archi Online uses native .archimate files and treats desktop Archi as
the reference for file behavior, notation, relationship rules, and supported visual details.
// Create a service and place it in a view
var service = model.createElement(
"application-service",
"Claims API"
);
var view = model.createArchimateView(
"Service landscape"
);
view.add(service, 40, 80, 180, 60);
view.openInUI();
One script run becomes one undoable model operation.
Practical details
Archi Online is a browser-based ArchiMate 3.2 modeling application for creating, editing, validating, and scripting enterprise architecture models.
Yes. Archi Online opens and saves native .archimate files for the documented supported feature set, so models can move between Archi Online and desktop Archi.
Model data stays in your browser by default using local browser storage. Files are uploaded only when you explicitly choose a sharing workflow.
No. Open the editor in a modern browser, or install it as a progressive web app when your browser offers that option.
Yes. Archi Online is open-source software released under the MIT License and can be used without charge.
Browser ready