| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A verifiable OS to accompany our core software.
The benefits of this OS over Raspberry Pi OS Lite are:
There is substantial work left to complete the long-term goals of this repository. Notably, some things to-do are regular OS updates to patch CVEs via A/B, hardening the kernel, continue stripping out un-used parts of the OS, etc.
We provide an easy way to check that your SD card is running an official Secluso OS image!
This was made for macOS and Linux. On Windows, the steps are very similar, but you would need to find some way to install dd and hash the output test.bin. Windows has "cygwin" to help with this.
To build, run this command on x86-64 Linux from the meta-secluso-os directory:
kas build pi-official-image.ymlThe image can be found after building running this from the meta-secluso-os directory:
cd build/tmp/deploy/images/raspberrypi0-2w-64
bunzip2 -f secluso-pi-image-minimal-raspberrypi0-2w-64.rootfs.wic.bz2To check that our released image is reproducible, obtain a fresh image from above, and then compare to our released image file:
diff (our released image.wic) secluso-pi-image-minimal-raspberrypi0-2w-64.rootfs.wicIf they don't match, please make sure you've checked out the tag corresponding to the release.
This repository is licensed under GPL-3.0. See LICENSE, COPYRIGHT, and NOTICE for the applicable copyright and additional notice-preservation terms.
| Back | FazBrowse Home | New Git URL |