Skip to content

v1.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Aug 12:24

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.