Skip to content

BioZig v0.1.0

Choose a tag to compare

@Sulkysubject37 Sulkysubject37 released this 10 Jul 09:09
· 44 commits to 37 since this release

BioZig v0.1.0

Version 0.1.0 defines the static memory boundary between biological data and hardware execution.

This deployment establishes the O(1) arena allocators and zero-copy parsers for Genomics, Structural Biology, Systems, and single-cell Transcriptomics. It finalizes the C-ABI boundary (libbiozig.so / .dll), enabling native matrix offloading for Python and R.

Standalone Binaries

BioZig is distributed as a set of fully static, native executables cross-compiled via Zig 0.16.0. (Note: 32-bit architectures are strictly unsupported due to physical address space limitations when memory-mapping large genomic datasets).

Attached are 64-bit binaries for: [Update includes ATLAZ binaries as well]

  • macOS: aarch64 (Apple Silicon), x86_64 (Intel)
  • Windows: x86_64 (64-bit)
  • Linux (musl): x86_64, aarch64, riscv64

(No external dependencies, Conda environments, or system libraries are required. Download the static binary for your architecture and execute directly.)


Creator and Curator: MD. Arshad (BioZig Software Foundation)
License: 3-Clause BSD