Getting Started
Axon Struct
AI Engine
Advanced

Quick Start

Get Axon Struct running on any project in under 2 minutes — zero configuration required.

GUI mode (recommended first run):

$ mvn clean javafx:run

Click 📂 Scan → select your project → 🔍 Detect✅ Approve All🚀 Execute.

CLI mode:

$ axon struct run --ai .          # AI-powered
$ axon struct run --blueprint .   # Blueprint rules
$ axon struct run --dry-run .     # Preview only
$ axon struct rollback .          # Undo last run
CommandDescription
axon struct scan .Scan and display file tree
axon struct run --ai .Full AI plan + execute
axon struct rollback .Reverse last execution
axon struct validate blueprint.txtValidate DSL syntax
axon struct diagnoseFull system state dump