
honeycombOS the IOTA Embedded Linux Distribution
honeycombOS is an Embedded Linux Distribution tailored for IOTA nodes, clients and Tangle related tools. It is mainly based on Poky, and it is built with tools from Yocto Project and OpenEmbedded.
Each build is based on machine configurations from the OpenEmbedded BSP layer tailored for the board. This allows for better performance when compared to one-fits-all kinds of Distros such as DietPi, Armbian and Raspbian, which usually provide a single binary image for many different board versions (to ensure backwards compatibility).
For Raspberry Pis 3 and 4, honeycombOS is also 64bit compatible, which means RPi’s SoC 64bit architecture is fully taken advantage of and data is moved around faster.

- Raspberry Pi builds are available here:
https://github.com/bernardoaraujor/meta-iota/releases - Useful information is available here:
https://github.com/bernardoaraujor/meta-iota/wiki/honeycombOS - Instructions on how to build honeycombOS here:
https://github.com/bernardoaraujor/meta-iota/wiki/BitBaking-honeycombOS
honeycombOS is meant to be as minimalist and light as possible, so all CPU power is used for Tangle related computations. Therefore, there’s no GUI, and everything needs to be done via terminal.
At the moment, honeycombOS only contains Hornet v0.3.0, a lightweight alternative to IOTA’s fullnode software IRI.
Future releases could also potentially include GoShimmer, Chronicle, and Bee, depending on community reception and requests.
honeycombOS is 100% cross-compiled from source, which means community feedback will drive improvements for next iterations. That includes (but not limited to) modifications to:

