Skip to content

Releases: SocketDev/socket-btm

yoga-layout 20260107-9838002

07 Jan 01:23

Choose a tag to compare

Yoga Layout v3.1.0 compiled to WebAssembly.

Files

  • yoga-20260107-9838002.wasm - WASM binary
  • yoga-20260107-9838002.mjs - ES module loader
  • yoga-sync-20260107-9838002.cjs - Synchronous CommonJS wrapper
  • yoga-sync-20260107-9838002.mjs - Synchronous ES module wrapper
  • checksums.txt - SHA256 checksums

Usage

Import the module in your project:

import yoga from './yoga-20260107-9838002.mjs';

onnxruntime 20260107-9838002

07 Jan 01:37

Choose a tag to compare

ONNX Runtime v1.20.1 compiled to WebAssembly with SIMD and threading support.

Files

  • ort.wasm - WASM binary with SIMD + threading
  • ort.mjs - ES module loader
  • ort-sync.cjs - Synchronous CommonJS wrapper
  • ort-sync.mjs - Synchronous ES module wrapper
  • checksums.txt - SHA256 checksums

Usage

Import the module in your project:

import ort from './ort.mjs';

models 20260107-9838002

07 Jan 01:33

Choose a tag to compare

INT4 quantized ONNX models: codet5-base and all-MiniLM-L6-v2.

Files

  • models-20260107-9838002.tar.gz - All production models (INT4 quantized)
  • checksums.txt - SHA256 checksums

Included Models

  • minilm-l6/model.onnx - Sentence embeddings model
  • codet5/model.onnx - Code understanding model

Usage

Extract the archive and load models with ONNX Runtime:

tar -xzf models-20260107-9838002.tar.gz

stubs 20260106-f40fda4

06 Jan 20:47

Choose a tag to compare

SMOL decompression stub binaries for all platforms.

Platforms

  • darwin-arm64
  • darwin-x64
  • linux-arm64
  • linux-x64
  • linux-arm64-musl
  • linux-x64-musl
  • win-arm64
  • win-x64

Files

Each platform archive contains a small stub binary used by binpress to create self-extracting executables.

Usage

Download the appropriate stub for your platform and extract:

tar -xzf smol_stub_<platform>-<arch>[-<libc>].tar.gz

binpress 20260106-1df5745

06 Jan 21:00

Choose a tag to compare

Binary compression tool for Mach-O, ELF, and PE executables.

Platforms

  • darwin-arm64
  • darwin-x64
  • linux-arm64
  • linux-x64
  • linux-arm64-musl
  • linux-x64-musl
  • win-arm64
  • win-x64

Files

  • binpress-darwin-arm64 - macOS Apple Silicon
  • binpress-darwin-x64 - macOS Intel
  • binpress-linux-arm64 - Linux ARM64 (glibc)
  • binpress-linux-x64 - Linux x64 (glibc)
  • binpress-linux-arm64-musl - Linux ARM64 (musl/Alpine)
  • binpress-linux-x64-musl - Linux x64 (musl/Alpine)
  • binpress-win-arm64.exe - Windows ARM64
  • binpress-win-x64.exe - Windows x64
  • checksums.txt - SHA256 checksums

Usage

Download the appropriate binary for your platform and run it:

./binpress-darwin-arm64 --help

binject 20260106-1df5745

06 Jan 21:00

Choose a tag to compare

Binary resource injection tool for Mach-O, ELF, and PE executables.

Platforms

  • darwin-arm64
  • darwin-x64
  • linux-arm64
  • linux-x64
  • linux-arm64-musl
  • linux-x64-musl
  • win-arm64
  • win-x64

Files

  • binject-darwin-arm64 - macOS Apple Silicon
  • binject-darwin-x64 - macOS Intel
  • binject-linux-arm64 - Linux ARM64 (glibc)
  • binject-linux-x64 - Linux x64 (glibc)
  • binject-linux-arm64-musl - Linux ARM64 (musl/Alpine)
  • binject-linux-x64-musl - Linux x64 (musl/Alpine)
  • binject-win-arm64.exe - Windows ARM64
  • binject-win-x64.exe - Windows x64
  • checksums.txt - SHA256 checksums

Usage

Download the appropriate binary for your platform and run it:

./binject-darwin-arm64 --help

binflate 20260106-1df5745

06 Jan 21:00

Choose a tag to compare

Binary decompression tool for extracting compressed executables.

Platforms

  • darwin-arm64
  • darwin-x64
  • linux-arm64
  • linux-x64
  • linux-arm64-musl
  • linux-x64-musl
  • win-arm64
  • win-x64

Files

  • binflate-darwin-arm64 - macOS Apple Silicon
  • binflate-darwin-x64 - macOS Intel
  • binflate-linux-arm64 - Linux ARM64 (glibc)
  • binflate-linux-x64 - Linux x64 (glibc)
  • binflate-linux-arm64-musl - Linux ARM64 (musl/Alpine)
  • binflate-linux-x64-musl - Linux x64 (musl/Alpine)
  • binflate-win-arm64.exe - Windows ARM64
  • binflate-win-x64.exe - Windows x64
  • checksums.txt - SHA256 checksums

Usage

Download the appropriate binary for your platform and run it:

./binflate-darwin-arm64 --help

node-smol 20260105-c47753c

05 Jan 04:15

Choose a tag to compare

Node.js v24.12.0 minimal binaries for all platforms.

Platforms

  • darwin-arm64
  • darwin-x64
  • linux-arm64
  • linux-x64
  • linux-arm64-musl
  • linux-x64-musl
  • win-arm64
  • win-x64

Files

  • node-darwin-arm64 - macOS Apple Silicon
  • node-darwin-x64 - macOS Intel
  • node-linux-arm64 - Linux ARM64 (glibc)
  • node-linux-x64 - Linux x64 (glibc)
  • node-linux-arm64-musl - Linux ARM64 (musl/Alpine)
  • node-linux-x64-musl - Linux x64 (musl/Alpine)
  • node-win-arm64.exe - Windows ARM64
  • node-win-x64.exe - Windows x64
  • checksums.txt - SHA256 checksums

Usage

Download the appropriate binary for your platform and run it:

./node-darwin-arm64 script.js

lief 20260102-e962fe7

02 Jan 14:15

Choose a tag to compare

LIEF v0.17.0 library for binary parsing and manipulation.

Platforms

  • darwin-arm64
  • darwin-x64
  • linux-arm64
  • linux-x64
  • linux-arm64-musl
  • linux-x64-musl
  • win-arm64
  • win-x64

Files

  • lief-{platform}-{arch}[-{libc}].tar.gz - Prebuilt LIEF libraries and headers

Usage

Download the appropriate archive for your platform and extract:

tar -xzf lief-darwin-arm64.tar.gz -C packages/bin-infra/build/prod/lief/