Oddbean new post about | logout
 Ok team, updating Tor Browser Android apk. What version is best to use for a pixel? And the difference between them?

aarch64
arm
x86-64
x86

#asknostr 
 The difference between those is just CPU architecture, some 32 bit, some are 64-bit. On a pixel 6 w/ graphine I need 64-bit.  
 Do you roll aarch64 or x86-64? 
 I think on the pixels its aarch64 
 aarch64 
 What App Source URL do you use? 
 For Tor Browser, currentlt directly from their website download page. 
 Ah. Okay cool. Finally got this working.

Using the source url:
https://www.torproject.org/download

And adding a custom APK Link Filter with a regexp:

(.*)\-arch\-(.*).apk$

Replacing arch with the available options: aarch64, arm, x86_64 or x86. 
 Was this done in obtainium? 
 Yeah 
 I keep getting errors 
 Got it by removing the - in front of aarch64 
 Cool. I also added that regexp to Version String Extraction and $2 as the match group. Gives a version number instead of the hash. 
 Dope! Thanks. I have wanted to get Tor into Obtainium for a while.