Silent Install HQ
ZIP WinGet

ubi

A house for code · 0.7.0 · x86

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.

File Identity

SHA256 0d1a1d4ec686afda31195e5aecae617e113d14766c0b107e600d718a974a5137 VirusTotal ↗
Filename ubi-Windows-msvc-i686.zip

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID houseabsolute.ubi
Version 0.7.0
Description The Universal Binary Installer
License Apache-2.0 or MIT
Release Notes - Added a new --matching-regex CLI flag and UbiBuilder::matching_regex method. This regex is matched against potential release filenames before attempting to find a release with a matching OS, architecture, etc. This is useful for doing things like filtering for a single tool when a project releases multiple tools in a single GitHub release. PR by @yjoer (Yeoh Joer). GH #122. - The logic for determining whether or not to include a top-level directory when --extract-all is passed has been…