Installation -- Alle Plattformen
SWAO ist als vorkompiliertes Binary fuer Windows, macOS und Linux verfuegbar. Kein Node.js, kein Buildprozess erforderlich -- Binary herunterladen, fertig.
Plattform auswaehlen
| Plattform | Anleitung |
|---|---|
| Windows (x64) | Windows-Anleitung |
| macOS (Intel / Apple Silicon) | macOS-Anleitung |
| Linux (x64) | Linux-Anleitung |
| Docker / Kubernetes | Docker-Anleitung |
Binary herunterladen
Alle Releases unter: https://github.com/Accenture/SWAO/releases
Dateinamen der Windows-Binaries:
| Edition | Dateiname |
|---|---|
| Community (Open Source) | swao-community-win.exe |
| Consultant | swao-consultant-win-x64.exe |
| Enterprise | swao-enterprise-win-x64.exe |
Fuer macOS und Linux entsprechend swao-community-darwin-x64, swao-community-linux-x64 usw.
Nach dem Download
bash
# Ausfuehrbar machen (macOS / Linux)
chmod +x swao-community-linux-x64
./swao-community-linux-x64 --version
# Windows: Binary per Doppelklick oder in PowerShell
.\swao-community-win.exe --versionAnschliessend mit Workspace-Setup fortfahren.
Checksums pruefen
Die Datei SHA256SUMS im Release enthaelt kryptografische Pruefwerte fuer alle Binaries:
bash
# Linux / macOS
sha256sum --check SHA256SUMS
# Windows (PowerShell)
Get-FileHash swao-community-win.exe -Algorithm SHA256