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.
| App | Description | Link |
|---|---|---|
| AE SKOS | SKOS vocabulary browser | Open AE SKOS |
| AE SKOS (ERA) | Pre-configured for ERA vocabularies | Open 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
| Platform | Download |
|---|---|
| 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:skosSee the GitHub repository for build instructions and contribution guidelines.