PhoenixCode.Lens 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global PhoenixCode.Lens --version 1.4.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local PhoenixCode.Lens --version 1.4.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PhoenixCode.Lens&version=1.4.0
                    
nuke :add-package PhoenixCode.Lens --version 1.4.0
                    

PhoenixCode Lens

Analyze legacy systems (Delphi, Angular, .NET), build a code graph, extract business rules with AI, and generate professional migration assessment reports.

Installation

dotnet tool install -g phoenixcode-lens

Requires .NET 10 SDK. Works on Windows, macOS, and Linux.

Quick Start

# Activate your license
phoenixcode-lens activate --key PX-2026-XXXX-XXXX

# Full pipeline: scan + analyze + report
phoenixcode-lens run --path ./src --type delphi --format docx,html

# Or run each step separately
phoenixcode-lens scan --path ./src --type delphi -o ./output
phoenixcode-lens analyze --scan-result ./output --extract-rules
phoenixcode-lens report --scan-result ./output --format docx,html,csv

Features

  • Code Graph - Maps dependencies, data flows, and relationships across your entire codebase
  • Business Rule Extraction - AI-powered analysis identifies and documents business logic in Spanish
  • Migration Assessment - Professional DOCX reports with effort estimates, risk matrix, and roadmap
  • Interactive Dashboard - HTML dashboard with D3.js graph visualization and filtering
  • 100% Local - All analysis runs on your machine. Only AI calls go through the proxy

Supported Stacks

Stack Extensions Status
Delphi .pas, .dfm, .db (Paradox) Available
Angular .ts, .html Planned
.NET .cs, .csproj Planned

License

Commercial software. Free tier available (10 files, 5K LOC). Visit phoenixcode.ai for pricing and licensing.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.4.2 75 2/16/2026
1.4.1 66 2/16/2026
1.4.0 70 2/16/2026
1.3.0 77 2/16/2026
1.2.0 72 2/16/2026
1.1.0 76 2/16/2026
1.0.0 73 2/15/2026