this post was submitted on 12 Jul 2024
444 points (99.3% liked)

Open Source

29862 readers
232 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 month ago (1 children)

You can use Waydroid to run Android apps on Linux.

[–] [email protected] 3 points 1 month ago (1 children)

I'm an OpenBSD user, not a Linux user, and Waydroid isn't ported. find /usr/ports -type f -name DESCR -exec grep -li android {} + | awk -F/ '{printf "%s ", $5}' | sed 's/ $//'; echo gives me fdk-aac musikcube opencore-amr adb apktool jadx kf5 py-filebytes clearsans roboto-fonts chiaki libgdx libgdx kdeconnect-kde ntfs-3g selfoss, none of which seem to be an android emulator.

Either way, using a youtube client through an android emulator seems silly, especially when there are native clients like minitube and pipe-viewer that work on any platform.

[–] [email protected] 2 points 1 month ago

It’s not run through a specific port, but through binderfs, a filesystem which indeed seems to be not ported to BSD.