Install OpenUnum

The current public download paths respond successfully, but this audit did not perform a clean installation.

Verified download paths

On 2026-09-13, the bootstrap scripts, release manifest, Linux x64 and arm64 archives, Windows x64 archive and their SHA-256 sidecars responded with HTTP 200. The manifest reports version main-a383957, channel stable and publishedAt 2026-09-12T08:44:24Z. This verifies downloads and metadata, not a completed installation.

  • Linux bootstrap: bash <(curl -fsSL https://install.corpunum.com/install.sh)
  • Linux release installer: bash <(curl -fsSL https://install.corpunum.com/install-release.sh)
  • Windows installer: powershell -ExecutionPolicy Bypass -Command "iwr -useb https://install.corpunum.com/install-windows.ps1 | iex"
  • Uninstall script: bash <(curl -fsSL https://install.corpunum.com/uninstall.sh)

Requirements and limits

The Linux release installer expects Bash, curl, Python 3, tar and sha256sum. It resolves the manifest, verifies the archive checksum, extracts a versioned runtime and invokes the bundled installer. The bundled installer can configure Node.js, pnpm and optional local model backends; model downloads and provider credentials remain environment and machine dependent. Windows uses the PowerShell installer. macOS prebuilt release support is not claimed by the current release installer.

  • Run in a disposable or understood environment and review the script before execution
  • Use installer options such as --skip-models when model downloads are not wanted
  • The uninstall script offers preservation or purge choices for user data and model/runtime assets