casey / intermodal

A command-line utility for BitTorrent torrent file creation, verification, and more
https://imdl.io
Creative Commons Zero v1.0 Universal
473 stars 25 forks source link

Feature request: compile for ARM (apple silicon) on macos #539

Closed wally-crunk closed 1 month ago

wally-crunk commented 1 month ago

When Rosetta is not installed (e.g., on a fresh install of macOS), the provided commands


curl --proto '=https' --tlsv1.2 -sSf https://imdl.io/install.sh | bash
cd ~/bin && ./imdl 

result in:

zsh: bad CPU type in executable: ./imdl

casey commented 1 month ago

This is done! I just released 0.1.14, which adds prebuilt binaries for a bunch of different platforms:

https://github.com/casey/intermodal/releases/tag/v0.1.14

Let me know if it works for you!

wally-crunk commented 1 month ago

Tested and verified on an M1 chip with os 14.6.1!

Thank you — Imdl is a pleasure to use.

casey commented 1 month ago

Nice, glad to hear it. And thank you for the kind words!