Installation#
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 (e.g.
--install 4.6.0) by rerunning the same script — use--helpto see all available options.