Build infrastructure for Socket's binary artifacts and ML models.
Monorepo containing:
- Binary Tools - binject, binpress, binflate (C/C++ binary manipulation)
- Node.js - Custom Node.js v24 with Socket security patches
- WASM - ONNX Runtime and Yoga Layout
- ML Models - Quantized AI models (CodeT5, MiniLM)
# Install dependencies
pnpm install
# Build binary tools
cd packages/binject && make
cd packages/binpress && make
cd packages/binflate && make
# Build Node.js
cd packages/node-smol-builder && pnpm build
# Build WASM
cd packages/onnxruntime-builder && pnpm build
cd packages/yoga-layout-builder && pnpm build
# Build ML models
cd packages/codet5-models-builder && pnpm build- binject - Binary injection
- binpress - Binary compression
- binflate - Binary decompression
- node-smol-builder - Custom Node.js builds
- build-infra - Shared build utilities
MIT