## Installation ### Linux
```bash 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 ```bash 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) ```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 `--help` to see all available options.