Skip to content

Downloads

Access Augmented Semantics tools online or download desktop versions for offline use.

Online Apps (GitHub Pages)

Use the tools directly in your browser — no installation required.

AppDescriptionLink
AE SKOSSKOS vocabulary browserOpen AE SKOS
AE SKOS (ERA)Pre-configured for ERA vocabulariesOpen ERA Edition

Desktop Apps

Download native desktop applications built with Tauri. Desktop apps provide:

  • Offline access
  • Native performance
  • System tray integration
  • Automatic updates

AE SKOS Desktop

PlatformDownload
Windows (.msi)Download for Windows
macOS (.dmg)Download for macOS
Linux (.AppImage)Download for Linux

TIP

Visit the GitHub Releases page to download specific versions or view release notes.

System Requirements

Web App

  • Modern browser (Chrome, Firefox, Edge, Safari)
  • JavaScript enabled
  • Network access to SPARQL endpoints

Desktop App

  • Windows: Windows 10 or later
  • macOS: macOS 10.15 (Catalina) or later
  • Linux: Ubuntu 20.04+ or equivalent

Source Code

Augmented Semantics is open source. Clone the repository to build from source or contribute:

bash
git clone https://github.com/cognizone/augmented-semantics.git
cd augmented-semantics
pnpm install
pnpm dev:skos

See the GitHub repository for build instructions and contribution guidelines.