5 Commits

Author SHA1 Message Date
TRI-PI Builder e92ac468a6 Auto-build: TRI-PI v5.5.1 ARM64 release - Native ARM64 binary, GitHub Actions QEMU 2026-04-02 22:07:34 +00:00
TRI-PI Builder 1dce5dd2db Auto-build: TRI-PI v5.5.0 ARM64 release - Native ARM64 binary, GitHub Actions QEMU 2026-04-02 09:26:10 +00:00
Krystie 4309fadf21 Revert "Add UPX compression - 80% binary size reduction"
This reverts commit 9bc2f7be11.
2026-04-01 11:50:44 -07:00
Krystie 9bc2f7be11 Add UPX compression - 80% binary size reduction
Binary size: 5.1MB → 1.6MB (stripped + UPX --best --lzma)

Changes:
- Updated binary with UPX compression
- Added UPX to GitHub Actions build workflow
- Documented UPX compression in README and BUILD.md
- No functionality loss, no performance penalty
- Decompresses automatically on execution

Benefits:
- Faster downloads
- Less storage/bandwidth usage
- Same performance (decompresses to RAM)
- Fully reversible (upx -d)
2026-04-01 04:14:09 -07:00
Krystie bd8183d642 TRI-PI v5.4.4 ARM64 release - Complete package with Tor integration
- Native ARM64 trianglesd binary (built from source on Ubuntu 24.04 ARM)
- Full Tor integration with embedded management
- Updated onion seed nodes (7 total)
- One-command installer script
- Comprehensive build documentation
- README with usage guide and troubleshooting

Built on: Hetzner Cloud CAX11 (ARM64)
Tested with: Raspberry Pi 4/5 64-bit compatible
Package size: 2.3MB compressed
Binary size: 85MB (40MB stripped)
2026-04-01 03:55:00 -07:00