Skip to content

Releases: iyulab/U-APS

Release list

Release v1.0.2

Choose a tag to compare

@github-actions github-actions released this 03 Sep 05:12

UAPS v1.0.2

Installation

CLI (dotnet tool - Recommended)

dotnet tool install -g UAPS.CLI

CLI (Quick Install - Self-contained)

# Windows (PowerShell)
irm https://raw.githubusercontent.com/iyulab/U-APS/main/install.ps1 | iex

# Linux/macOS
curl -fsSL https://raw.githubusercontent.com/iyulab/U-APS/main/install.sh | bash

SDK (NuGet)

dotnet add package UAPS.SDK --version 1.0.2

Manual Download

Native Libraries

  • uaps_engine-win-x64.dll - Windows x64
  • uaps_engine-linux-x64.so - Linux x64
  • uaps_engine-osx-x64.dylib - macOS x64
  • uaps_engine-osx-arm64.dylib - macOS ARM64

CLI Bundles

  • uaps-cli-win-x64.zip - Windows x64
  • uaps-cli-linux-x64.tar.gz - Linux x64
  • uaps-cli-osx-x64.tar.gz - macOS x64
  • uaps-cli-osx-arm64.tar.gz - macOS ARM64