Skip to content

Releases: quinlan-lab/bedder-rs

Release v0.1.2

11 Jun 20:38
Compare
Choose a tag to compare

Changes in v0.1.2

Downloads

  • bedder-static-linux-x86_64: Static binary for Linux x86_64 (no dependencies required)
  • bedder-static-macos-x86_64: Mostly static binary for macOS x86_64 (minimal system dependencies)

Installation

Linux

# Download and make executable
wget https://github.com/quinlan-lab/bedder-rs/releases/download/v0.1.2/bedder-static-linux-x86_64
chmod +x bedder-static-linux-x86_64

# Optional: Move to PATH
sudo mv bedder-static-linux-x86_64 /usr/local/bin/bedder

macOS

# Download and make executable
wget https://github.com/quinlan-lab/bedder-rs/releases/download/v0.1.2/bedder-static-macos-x86_64
chmod +x bedder-static-macos-x86_64

# Optional: Move to PATH
sudo mv bedder-static-macos-x86_64 /usr/local/bin/bedder

Binary Info

  • Linux binary: Fully static (~6MB, no dependencies)
  • macOS binary: Mostly static (~6MB, minimal system dependencies)
  • Python: Works with any Python 3.8+ system
  • Architecture: x86_64

Release v0.1.1

30 May 20:11
Compare
Choose a tag to compare

Changes in v0.1.1

Downloads

  • bedder-static-linux-x86_64: Static binary for Linux x86_64 (no dependencies required)

Installation

# Download and make executable
wget https://github.com/quinlan-lab/bedder-rs/releases/download/v0.1.1/bedder-static-linux-x86_64
chmod +x bedder-static-linux-x86_64

# Optional: Move to PATH
sudo mv bedder-static-linux-x86_64 /usr/local/bin/bedder

Binary Info

  • Size: ~6MB
  • Dependencies: None (fully static)
  • Python: Works with any Python 3.8+ system
  • Architecture: x86_64 Linux