Windows support
Windows Releases & Setup
Every official Windows package from v1.0.1 through v1.4.0 Stable.
| Release | Published assets | Package guidance |
|---|---|---|
| v1.4.0 Stable ↗ | AsaDB-1.4.0-windows-source.zipAsaDB-1.4.0-windows-source.zip.sha256 | Current source-launcher package, including run_asadb.bat and run_panel.bat. Install compatible SWI-Prolog and place swipl on PATH; this is not a relabelled native executable. |
| v1.3.1 RC ↗ | AsaDB-1.3.1-windows-source.zipAsaDB-1.3.1-windows-source.zip.sha256 | Source-launcher package. Install compatible SWI-Prolog and place swipl on PATH; use the included batch launchers. |
| v1.3.0 Stable ↗ | AsaDB-1.3.0-windows-x86.zipAsaDB-1.3.0-windows-x86.zip.sha256 | Published Windows x86 portable package. See the official release page for its current checksum and release notes. |
| v1.2.1 ↗ | AsaDB-v1.2.1-Windows.zipAsaDB-v1.2.1-Windows.zip.sha256 | Historical Windows package and checksum. |
| v1.2.0 ↗ | AsaDB-v1.2.0-Windows.zipAsaDB-v1.2.0-Windows.zip.sha256 | Historical Windows package and checksum. |
| v1.0.2 ↗ | AsaDB-v1.0.2-Windows.zipAsaDB-v1.0.2-Windows.zip.sha256 | Historical Windows package and checksum. |
| v1.0.1 ↗ | AsaDB-v1.0.1-Windows.zipAsaDB-v1.0.1-Windows.zip.sha256 | Initial public Windows package and checksum. |
Release-page links: package names are documented here, while every link opens the official GitHub release page. This keeps download and checksum publication authoritative at the repository. The v1.4.0 release verifies the Windows source-package structure and archive integrity, but does not claim a native Windows execution audit; the ZIP requires a compatible SWI-Prolog runtime on PATH.
Current stable source-launcher setup
- Install compatible SWI-Prolog and confirm
swiplis onPATH. - Open PowerShell or Command Prompt in the extracted AsaDB directory.
- Run the included launcher scripts:
scripts\run_asadb.bat data.asa examples\demo.sql scripts\run_panel.bat data.asa 8088
Open http://127.0.0.1:8088/ after starting the panel. Keep the panel local and preserve the .asa catalog with its matching sidecars when moving data.
