@@ -60,26 +60,26 @@ If you're new to binary manipulation or Node.js customization, here are the key
6060
6161### Packages
6262
63- | Category | Package | Purpose |
64- | ------------------- | ---------------------------------------------------------------------- | -- --------------------------------------------------------------- |
65- | ** Binary tools** | [ binject] ( packages/binject/ ) | Binary injection (Mach-O, ELF, PE) |
66- | | [ binpress] ( packages/binpress/ ) | Binary compression (zstd) |
67- | | [ binflate] ( packages/binflate/ ) | Binary decompression utility |
68- | ** Infrastructure** | [ build-infra] ( packages/build-infra/ ) | Shared build utilities (checkpoints, CMake, Rust, WASM) |
69- | | [ bin-infra] ( packages/bin-infra/ ) | Binary infrastructure (LIEF, compression, format handling) |
70- | | [ stubs-builder] ( packages/stubs-builder/ ) | Self-extracting stub binaries for compressed executables |
71- | | [ curl-builder] ( packages/curl-builder/ ) | Curl static library builder |
72- | | [ lief-builder] ( packages/lief-builder/ ) | LIEF library builder |
73- | | [ libpq-builder] ( packages/libpq-builder/ ) | libpq PostgreSQL client library with OpenSSL support |
74- | ** Node.js** | [ node-smol-builder] ( packages/node-smol-builder/ ) | Custom Node.js v26 with Socket security patches |
75- | ** WASM builders** | [ onnxruntime-builder] ( packages/onnxruntime-builder/ ) | ONNX Runtime WASM module builder |
76- | | [ yoga-layout-builder] ( packages/yoga-layout-builder/ ) | Yoga Layout WASM module builder |
77- | ** UI libraries** | [ opentui-builder] ( packages/opentui-builder/ ) | Native Node.js bindings for OpenTUI library via Zig node-api |
78- | | [ ultraviolet-builder] ( packages/ultraviolet-builder/ ) | Charmbracelet Ultraviolet terminal decoder (kitty/fixterms/SGR) |
79- | ** N-API** | [ napi-go-infra] ( packages/napi-go-infra/ ) | Go → N-API framework (the napi-rs analog for Go) |
80- | ** ML models** | [ codet5-models-builder] ( packages/codet5-models-builder/ ) | CodeT5 model quantization |
81- | | [ minilm-builder] ( packages/minilm-builder/ ) | MiniLM model quantization |
82- | | [ models] ( packages/models/ ) | ML model distribution package |
63+ | Category | Package | Purpose |
64+ | ------------------ | -------------------------------------------------------- | --------------------------------------------------------------- |
65+ | ** Binary tools** | [ binject] ( packages/binject/ ) | Binary injection (Mach-O, ELF, PE) |
66+ | | [ binpress] ( packages/binpress/ ) | Binary compression (zstd) |
67+ | | [ binflate] ( packages/binflate/ ) | Binary decompression utility |
68+ | ** Infrastructure** | [ build-infra] ( packages/build-infra/ ) | Shared build utilities (checkpoints, CMake, Rust, WASM) |
69+ | | [ bin-infra] ( packages/bin-infra/ ) | Binary infrastructure (LIEF, compression, format handling) |
70+ | | [ stubs-builder] ( packages/stubs-builder/ ) | Self-extracting stub binaries for compressed executables |
71+ | | [ curl-builder] ( packages/curl-builder/ ) | Curl static library builder |
72+ | | [ lief-builder] ( packages/lief-builder/ ) | LIEF library builder |
73+ | | [ libpq-builder] ( packages/libpq-builder/ ) | libpq PostgreSQL client library with OpenSSL support |
74+ | ** Node.js** | [ node-smol-builder] ( packages/node-smol-builder/ ) | Custom Node.js v26 with Socket security patches |
75+ | ** WASM builders** | [ onnxruntime-builder] ( packages/onnxruntime-builder/ ) | ONNX Runtime WASM module builder |
76+ | | [ yoga-layout-builder] ( packages/yoga-layout-builder/ ) | Yoga Layout WASM module builder |
77+ | ** UI libraries** | [ opentui-builder] ( packages/opentui-builder/ ) | Native Node.js bindings for OpenTUI library via Zig node-api |
78+ | | [ ultraviolet-builder] ( packages/ultraviolet-builder/ ) | Charmbracelet Ultraviolet terminal decoder (kitty/fixterms/SGR) |
79+ | ** N-API** | [ napi-go-infra] ( packages/napi-go-infra/ ) | Go → N-API framework (the napi-rs analog for Go) |
80+ | ** ML models** | [ codet5-models-builder] ( packages/codet5-models-builder/ ) | CodeT5 model quantization |
81+ | | [ minilm-builder] ( packages/minilm-builder/ ) | MiniLM model quantization |
82+ | | [ models] ( packages/models/ ) | ML model distribution package |
8383
8484## Development
8585
0 commit comments