Unsterwerx

Installation

Unsterwerx is distributed as a single static binary for Linux x86_64.

Quick Install

bash
curl -fsSL https://unsterwerx.run/install.sh | sh

The installer downloads the latest release, places the binary in /usr/local/bin/, and verifies the installation.

Manual Install

Download the latest tarball from https://unsterwerx.run/releases/, extract it, and place the binary on your PATH:

bash
tar xzf unsterwerx-linux-x86_64.tar.gz
sudo mv unsterwerx /usr/local/bin/
unsterwerx --version
unsterwerx 0.4.9

Verify Installation

bash
unsterwerx --version
unsterwerx 0.4.9

If you see unsterwerx: command not found, ensure /usr/local/bin is on your PATH:

bash
export PATH=$PATH:/usr/local/bin

Add that line to your ~/.zshrc or ~/.bashrc to make it permanent.

Upgrading

Use the built-in upgrade command:

bash
unsterwerx upgrade --check
Checking for updates...
  Installed:  0.4.4
  Latest:     0.4.4

Already up to date (0.4.4).

See upgrade for details.

System Requirements