🪟
Windows
PowerShell script para Windows 10/11. Instala Python, Node.js, Git y todas las dependencias automáticamente.
Set-ExecutionPolicy Bypass -Scope Process
iex ((New-Object System.Net.WebClient)
.DownloadString('https://aerospace.zicore.space/installers/install_zicore.ps1'))
Descargar .ps1
PowerShell Script — ~3 KB
🐧
Linux
Bash script para Ubuntu, Debian, Fedora, Arch y derivados. Soporte para systemd services.
curl -sL https://aerospace.zicore.space/
installers/install_zicore.sh | bash
Descargar .sh
Bash Script — ~4 KB
🍎
macOS
Script optimizado para macOS 12+. Usa Homebrew para instalar dependencias. Soporta Apple Silicon e Intel.
curl -sL https://aerospace.zicore.space/
installers/install_zicore_mac.sh | bash
Descargar .sh
Bash Script — ~4 KB
📱
Android
APK nativo para Android 7.0+. WebView wrapper con SSO integrado, modo VR estéreo, soporte Termux.
Descargar zicore-android.apk
Habilitar "Fuentes desconocidas"
Instalar y abrir ZICORE
Descargar .apk
APK — ~3 MB
Requisitos del Sistema
Python 3.10+
Motor principal del servidor web, Materializer Engine, y generación 3D procedural.
Node.js 20+
Núcleo neuronal distribuido, LLM pipeline, y cliente Next.js para el dashboard.
Git
Clonar el repositorio y mantener actualizaciones del sistema.