Skip to content

Releases: SocketDev/socket-btm

onnxruntime 20260424-18f0f46

24 Apr 23:31
Immutable release. Only release title and notes can be modified.
2c2a52a

Choose a tag to compare

ONNX Runtime v1.24.4 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
  • checksums.txt.asc - GPG signature (if available)

Usage

Import the module in your project:

import ort from './ort.mjs';

models 20260424-18f0f46

24 Apr 23:32
Immutable release. Only release title and notes can be modified.
f7e5aea

Choose a tag to compare

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

Platforms

  • Platform-independent ONNX models (universal)

Files

  • models-20260424-18f0f46.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-20260424-18f0f46.tar.gz

iocraft 20260424-18f0f46

24 Apr 23:20
Immutable release. Only release title and notes can be modified.
be046a0

Choose a tag to compare

iocraft v0.8.0 native Node.js bindings via napi-rs.

Files

  • iocraft-20260424-18f0f46-linux-x64.node - Linux x64 glibc native module
  • iocraft-20260424-18f0f46-linux-arm64.node - Linux ARM64 glibc native module
  • iocraft-20260424-18f0f46-linux-x64-musl.node - Linux x64 musl native module
  • iocraft-20260424-18f0f46-linux-arm64-musl.node - Linux ARM64 musl native module
  • iocraft-20260424-18f0f46-darwin-x64.node - macOS Intel native module
  • iocraft-20260424-18f0f46-darwin-arm64.node - macOS Apple Silicon native module
  • iocraft-20260424-18f0f46-win-x64.node - Windows x64 native module
  • iocraft-20260424-18f0f46-win-arm64.node - Windows ARM64 native module
  • checksums.txt - SHA256 checksums

Usage

Load the native module in your Node.js project:

const iocraft = require('./iocraft-20260424-18f0f46-${platform}-${arch}.node');

node-smol 20260418-50af4c8

18 Apr 03:11
Immutable release. Only release title and notes can be modified.
c660e88

Choose a tag to compare

Node.js v25.9.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

binpress 20260418-92ef656

18 Apr 01:35
Immutable release. Only release title and notes can be modified.
04d0358

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 20260418-92ef656

18 Apr 01:35
Immutable release. Only release title and notes can be modified.
04d0358

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 20260418-92ef656

18 Apr 01:35
Immutable release. Only release title and notes can be modified.
04d0358

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