Is installing through Cargo or Prebuilt Binary better? #724
|
Hello! I wanted to start exporting many of my iMessages on my Silicon Apple Macbook M3 and was wondering if it is better to install iMessage Exporter through Cargo or Prebuilt Binary? |
Admin verified this answer by
ReagentX
Mar 22, 2026
Replies: 1 comment
|
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cargois the best option if you have Rust installed because you'll get a native binary built for your exact system. If you'd rather skip the Rust toolchain,brewis the next easiest path. Prebuilt binaries are a fallback for when neither of the above works for you.