[GH-ISSUE #640] Add release for aarch64-linux-android #387

Closed
opened 2026-04-08 16:52:31 +03:00 by zhus · 4 comments
Owner

Originally created by @ahaoboy on GitHub (Oct 24, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/640

Specific Demand

Added aarch64-linux-android precompiled resources so that it can be installed directly using cargo binstall dufs without recompiling

Originally created by @ahaoboy on GitHub (Oct 24, 2025). Original GitHub issue: https://github.com/sigoden/dufs/issues/640 ## Specific Demand Added aarch64-linux-android precompiled resources so that it can be installed directly using `cargo binstall dufs` without recompiling
zhus closed this issue 2026-04-08 16:52:31 +03:00
Author
Owner

@sigoden commented on GitHub (Oct 27, 2025):

We will not support this feature. On Android, use dufs-v0.45.0-aarch64-unknown-linux-musl.tar.gz instead.

<!-- gh-comment-id:3449016901 --> @sigoden commented on GitHub (Oct 27, 2025): We will not support this feature. On Android, use dufs-v0.45.0-aarch64-unknown-linux-musl.tar.gz instead.
Author
Owner

@ahaoboy commented on GitHub (Oct 27, 2025):

aarch64-unknown-linux-musl doesn't seem to run in termux.

If anyone else is looking for something similar, you can download the aarch64-linux-android build from https://github.com/ahaoboy/dufs-build/releases/tag/nightly

Error: Failed to get local interface addresses

Caused by:
    Permission denied (os error 13)
<!-- gh-comment-id:3449299557 --> @ahaoboy commented on GitHub (Oct 27, 2025): aarch64-unknown-linux-musl doesn't seem to run in termux. If anyone else is looking for something similar, you can download the aarch64-linux-android build from https://github.com/ahaoboy/dufs-build/releases/tag/nightly ``` Error: Failed to get local interface addresses Caused by: Permission denied (os error 13) ```
Author
Owner

@sigoden commented on GitHub (Oct 27, 2025):

I didn't know this error would occur, so please use the dufs package in Termux:

pkg install dufs
<!-- gh-comment-id:3450416449 --> @sigoden commented on GitHub (Oct 27, 2025): I didn't know this error would occur, so please use the dufs package in Termux: ``` pkg install dufs ```
Author
Owner

@ahaoboy commented on GitHub (Oct 27, 2025):

pkg install dufs

THX

<!-- gh-comment-id:3450900806 --> @ahaoboy commented on GitHub (Oct 27, 2025): > ``` > pkg install dufs > ``` THX
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#387