keybase / keybase-issues

A single repo for managing publicly recognized issues with the keybase client, installer, and website.
902 stars 37 forks source link

Support for non-x86 architectures #3611

Open cwross opened 4 years ago

cwross commented 4 years ago

Hi,

I would love to see support for non-x86 platforms, particularly for Linux on ppc64le. The recent availability of somewhat-affordable IBM/OpenPOWER/POWER9 hardware is particularly appealing to privacy-concious individuals.

Thank you!

heronhaye commented 4 years ago

The CLI app should be easy to cross compile if Go supports it. You could give it a shot (https://github.com/keybase/client/blob/master/go/README.md).