diff --git a/cli-windows-amd64/pom.xml b/cli-windows-amd64/pom.xml
new file mode 100644
index 0000000..ad09357
--- /dev/null
+++ b/cli-windows-amd64/pom.xml
@@ -0,0 +1,61 @@
+
+
+
+ 4.0.0
+
+ com.manorrock.sphynx
+ project
+ 24.5.0-SNAPSHOT
+
+ sphynx-cli-windows-amd64
+ jar
+ Manorrock Sphynx - CLI - Windows amd64
+
+
+ com.manorrock.sphynx
+ sphynx-cli
+ ${project.version}
+ all
+ compile
+
+
+
+
+ native
+
+
+ os_and_arch
+ windows-amd64
+
+
+
+
+
+ org.graalvm.buildtools
+ native-maven-plugin
+ ${native-image-maven-plugin.version}
+ true
+
+
+
+ compile-no-fork
+
+ package
+
+
+
+ si
+ -H:+ReportExceptionStackTraces --no-fallback
+ com.manorrock.sphynx.cli.Cli
+ false
+ true
+
+
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index c49f640..c60af3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,6 +156,7 @@
cli
cli-macos-aarch64
+ cli-windows-amd64
desktop
shared
server