kr icon indicating copy to clipboard operation
kr copied to clipboard

support raspberry pi

Open kcking opened this issue 7 years ago • 12 comments

kcking avatar May 04 '17 14:05 kcking

Hey, been almost a year, any hint when it's going to be available? Thanks!

GAZ082 avatar Mar 13 '18 01:03 GAZ082

We will have a platform-support push in the coming months after the launch of our teams product (coming very soon!)

Thanks for being patient!

kcking avatar Mar 13 '18 05:03 kcking

Any updates about this? Thanks!

GAZ082 avatar Jun 19 '18 13:06 GAZ082

Any Updates on this?

itsbhanusharma avatar Aug 08 '18 12:08 itsbhanusharma

Bumping this again! Any chance on this rolling out in Q1 2019?

itsbhanusharma avatar Dec 30 '18 21:12 itsbhanusharma

The Raspberry Pi doesn’t get much love here

SebDominguez avatar May 29 '20 06:05 SebDominguez

The Raspberry Pi doesn’t get much love here

The entire project has been abandoned as far as I know

itsbhanusharma avatar May 29 '20 06:05 itsbhanusharma

The Raspberry Pi doesn’t get much love here

The entire project has been abandoned as far as I know

This is sad, this project was pretty cool

SebDominguez avatar May 29 '20 06:05 SebDominguez

This is not the case, still very much alive. But unfortunately don’t have plans currently to add Rpi support at this time. Contributions/pull requests on this are welcome!

agrinman avatar May 29 '20 10:05 agrinman

Considering raspi support is pretty much arm64 support, which is pretty similar I imagine to apple silicon (another arm64 architecture), is this being reconsidered?

balupton avatar Nov 09 '20 02:11 balupton

Anyone have any suggestions for alternatives?

Or is there a bounty amount that would make this happen?

balupton avatar Jan 05 '21 07:01 balupton

Actually, it works fine for raspberry pi 4 if you build from source

sudo snap install go --classic
sudo apt install make
git clone https://github.com/kryptco/kr.git
cd kr
make install
make start
kr pair

All that is needed is for a prebuilt binary to be published and added to the installer.

balupton avatar Jan 05 '21 07:01 balupton