KCC 1.3.1
Desktop (Electron)
- KCC-Nexo-Setup-1.3.1.exe — instalador Windows x64
- KCC-Nexo-Portable-1.3.1.exe — portable
- Auto-update Windows:
latest.yml(electron-updater) - KCC-Nexo-1.3.1-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
- KCC-Nexo-1.3.1-x64.dmg — macOS Intel
- Auto-update macOS:
latest-mac.yml
macOS sin firma de Apple: al abrir la primera vez, clic derecho → Abrir (o xattr -cr "/Applications/KCC Nexo.app").
CLI
kcc-cli-1.3.1.tgz—npm i -g ./kcc-cli-1.3.1.tgz
Web
- La UI de /nexo se sirve desde producción; no hace falta reinstalar por cambios de foro/chat.
- Links de descarga: https://www.knightscomputer.club/descargar
Install CLI
# macOS / Linux (detecta versión sola):
curl -fsSL https://raw.githubusercontent.com/navywakura/knightscomputerclub/main/scripts/install-kcc-cli.sh | bash
# o manual:
VER=1.3.1
curl -fsSL -o kcc-cli-$VER.tgz \
https://github.com/navywakura/knightscomputerclub/releases/download/v$VER/kcc-cli-$VER.tgz
npm i -g ./kcc-cli-$VER.tgz
kcc-cli --version # NO uses "kcc" en macOS (es Kerberos)