github marawny/sip v1.0.1

10 months ago

Installation

Linux

wget https://github.com/allocata/sip/releases/download/v1.0.1/sip
chmod +x sip
sudo mv sip /usr/local/bin/

Windows

# Download sip.exe from the Windows release assets
# The executable is self-contained and doesn't require additional DLLs
wget https://github.com/allocata/sip/releases/download/v1.0.1/sip.exe
# Run directly - no external dependencies needed
./sip.exe --version

From Source

git clone https://github.com/allocata/sip.git
cd sip
make

What's Changed

See the commits below for detailed changes.

Don't miss a new sip release

NewReleases is sending notifications on new releases.