Graphical User Interface for the Semantic Web of Linked Data
Corese-GUI is the desktop application of the Corese Semantic Web stack. It provides a visual workspace to load RDF data, execute SPARQL queries, inspect results, validate SHACL constraints, and run reasoning workflows.
- Load and explore RDF datasets
- Execute SPARQL queries (SELECT, CONSTRUCT, ASK, UPDATE)
- Visualize graph results
- Validate data with SHACL
- Apply reasoning with built-in and custom rules
- Manage data, query, validation, logs, and settings from dedicated views
- Installer for Apple Silicon (arm64, .dmg)
- Installer for Intel (x64, .dmg)
- Standalone JAR for Apple Silicon (arm64)
- Standalone JAR for Intel (x64)
- Flatpak (recommended)
- App archive (x64, .tar.gz)
- App archive (arm64, .tar.gz)
- Standalone JAR (x64)
- Standalone JAR (arm64)
See the latest stable release and the development pre-release.
Standalone JAR files require Java 25 to be installed manually.
./gradlew clean check
./gradlew runBuild artifacts for the current platform:
./gradlew packageCurrentPlatform