Skip to content

Running in a Raspberry Pi Zero #1283

Answered by BlackDex
JuanM04 asked this question in Q&A
Discussion options

You must be logged in to vote

Have you tried running docker with the --platform linux/arm/v6 option on the Pi it self with the docker command?

You can also try to use the docker/arm32v6/Dockerfile to build it on bigger hardware and extract the bitwarden_rs binary from it, and just copy that over to your Pi it self. That together with the web-vault from https://github.com/dani-garcia/bw_web_builds/releases should work just fine without docker running (Depending on which OS you have installed on the Pi. But if it is based upon the latest Debian, it should be fine.

Also, if you want to compile it manually on the Pi it self, which indeed takes a very long time, you probably should run that command within a tmux or screen …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JuanM04
Comment options

Answer selected by JuanM04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants