Installation#
Warning
You are reading the legacy Corese-GUI Swing 4.x documentation.
New releases (5.0.0+) are available in the new repository:
Docs (latest line): https://corese-stack.github.io/corese-gui/
Latest release: corese-stack/corese-gui
The install scripts below remain available to maintain/uninstall legacy 4.x, and can guide migration to 5.x.
Linux#
curl -fsSL https://raw.githubusercontent.com/corese-stack/corese-gui-swing/main/packaging/scripts/install-linux.sh -o /tmp/corese.sh && bash /tmp/corese.sh
macOS#
curl -fsSL https://raw.githubusercontent.com/corese-stack/corese-gui-swing/main/packaging/scripts/install-macos.sh -o /tmp/corese.sh && bash /tmp/corese.sh
Windows (Powershell)#
iwr -useb https://raw.githubusercontent.com/corese-stack/corese-gui-swing/main/packaging/scripts/install-windows.ps1 | iex
Manual / Cross-platform Installation#
You can update, uninstall, or install a specific Corese-GUI version by rerunning the same script — use
--helpto see all available options. If you select5.0.0or later in the script, it will remove the legacy 4.x installation and redirect you to the new repository installer flow.