offline-first privacy AI system that visualizes codebase into explainable system architecture for education, onboarding, and safer software development/maintenance
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Offline-first privacy VS Code extension that visualizes your codebase as a high-level architecture diagram.
CodeArchy is an open-source offline-first privacy AI system that parse codebase into explainable system architecture for education, onboarding, and safer software development/maintenance.
# Install dependencies
npm install
# Compile
npm run compile
# Watch mode
npm run watch
# Lint
npm run lint
# Press F5 in VS Code to launch in dev mode