torproject / torbrowser-launcher

Securely and easily download, verify, install, and launch Tor Browser in Linux. This repository is a mirror of https://gitlab.torproject.org/tpo/applications/torbrowser-launcher
MIT License
784 stars 184 forks source link

Whenever i run the command it gives me this error: error: Nothing matches com.github.micahflee.torbrowser-launcher in remote flathub #686

Open torbrowsergithub opened 1 year ago

torbrowsergithub commented 1 year ago

Whenever I run the command to install the launcher it gives me this error: error: Nothing matches com.github.micahflee.torbrowser-launcher in remote flathub

I have both flatpak and flathub installed.

Not sure what to do, anyone get this error as well and if you resolved it, how?

torbrowsergithub commented 1 year ago

I'm on chrome os, btw

ghost commented 1 year ago

This happens because your chrome os has an arm64 architecture and the flatpak for torbrowser-launcher was only built for x86_64. I don't know why they would release the flatpak like that since torbrowser itself has an aarch64 version.

I wish I could install the flatpak on my raspberry pi but that's also not possible. If they could build the flatpak for aarch64 as well that would be nice for arm users.

ghost commented 1 year ago

https://github.com/flathub/com.github.micahflee.torbrowser-launcher/issues/53 there is an open issue for adding aarch64 architecture to the flatpak, but im not sure if anyone has taken a look at this.