Welcome to ArchiCore
Your AI-powered architecture digital twin. Select a project from the sidebar or upload a new one to visualize and analyze your codebase.
Your AI-powered architecture digital twin. Select a project from the sidebar or upload a new one to visualize and analyze your codebase.
Click "Generate" to create project documentation
AI will analyze the codebase and generate comprehensive documentation
Connect your GitHub account to import repositories directly
Use ArchiCore directly in your terminal
# Windows / macOS
npm install -g archicore
# Linux (requires sudo)
sudo npm install -g archicore
cd /path/to/your/project
archicore init
This creates a .archicore/ folder in your project
archicore
Interactive mode with semantic search, impact analysis, and more
/index - Index codebase/search - Semantic search/analyze - Impact analysis/dead-code - Find dead code/security - Security scan/metrics - Code metrics/duplication - Code duplicates/refactoring - Suggestions/rules - Architecture rules/export - Export reportLarge projects may take several minutes to index. You can close this dialog and continue working - indexing will run in the background.
Project indexed successfully.
An error occurred during indexing.