Skip to content

KCC 1.3.1

Latest

Choose a tag to compare

@navywakura navywakura released this 07 Aug 18:51
· 20 commits to main since this release

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.tgznpm i -g ./kcc-cli-1.3.1.tgz

Web

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)