About Arxo


Arxo is an architecture analysis tool that helps teams understand and govern their codebase structure. It builds dependency and call graphs from source code, detects cycles and structural issues, and evaluates configurable policies.

It supports TypeScript, JavaScript, and Python. You run it via CLI (npx arxo analyze --path .), with optional presets (e.g. ci, quick, full), and get console or HTML reports. Documentation and detailed metric guides live in the main repository.

For setup, configuration, and releases, see the project documentation and GitHub repository.