Skip to content

Releases: ingo6/birnpack

birnpack v0.1.1 — macOS fix

Choose a tag to compare

@ingo6 ingo6 released this 11 Jul 05:05

Fixes #1 (bus error on macOS / Apple Silicon): the >1MB model lived on the worker-thread stack — fine on Linux (8MB default), fatal on macOS (512KB). Models are now heap-allocated and worker threads request 8MB stacks.

New: birnpack-macos-arm64 binary, and CI now builds + regression-tests on Apple Silicon (16MB multi-threaded roundtrip).

Binaries below (all CI-built and byte-exact-tested): win64, linux-x64, macos-arm64.
Linux/Windows output is byte-identical to v0.1.0.

birnpack v0.1.0

Choose a tag to compare

@ingo6 ingo6 released this 10 Jul 18:51

⚠️ Superseded by v0.1.1 — binaries on THIS release have been updated to the fixed v0.1.1 builds (crash on files >128 KB fixed: model moved from thread stack to heap). Output format unchanged.

Original notes: first public release. birnpack c IN OUT / birnpack d IN OUT. Windows may show a SmartScreen warning (unsigned build) — More info → Run anyway.