StructOptimizer

Go struct alignment optimization tool — Package Repository

APT YUM/DNF Homebrew Go Install

View on GitHub →

🐧 Homebrew


brew tap gamelife1314/structoptimizer
brew install structoptimizer

📦 APT (Debian / Ubuntu)


echo "deb [trusted=yes] https://gamelife1314.github.io/structoptimizer/apt stable main" \
  | sudo tee /etc/apt/sources.list.d/structoptimizer.list
sudo apt update && sudo apt install structoptimizer

🐋 YUM / DNF (RHEL / Fedora)


sudo tee /etc/yum.repos.d/structoptimizer.repo <<EOF
[structoptimizer]
name=StructOptimizer
baseurl=https://gamelife1314.github.io/structoptimizer/yum
enabled=1
gpgcheck=0
EOF
sudo yum install structoptimizer
# or: sudo dnf install structoptimizer

⚙ Go Install


go install github.com/gamelife1314/structoptimizer/cmd/structoptimizer@latest

🌐 Universal Installer


curl -fsSL https://raw.githubusercontent.com/gamelife1314/structoptimizer/main/install.sh | bash