Download

Get UAS

Install via npm for the CLI, or grab the Desktop app for a graphical experience.

CLI Tool

Recommended for most users

Install via npm
# Install globally
npm install -g uas

# Verify installation
uas --version

# Start using UAS
uas list
uas install node
uas save

Requirements

  • • Node.js ≥ 20.0.0
  • • Windows 10/11 (Build 19041+)
  • • npm ≥ 10

From Source

For contributors and developers

Build from source
# Clone the repository
git clone https://github.com/user/uas.git
cd uas

# Build all 5 packages
.\infra\scripts\build-all.ps1

# Run all 125 tests
.\infra\scripts\test-all.ps1

# Link CLI globally
cd cli && npm link
# Now you can use: uas list, uas install, etc.

Desktop App

Electron-powered GUI

The desktop app provides a visual interface for catalog browsing, profile management, and installation tracking. Same engine, graphical interface.

Coming soon: Pre-built installers will be available on the GitHub Releases page. For now, run from source:

cd desktop && npx electron .

Need help getting started?

Check out the full getting started guide for step-by-step instructions.