How Foundries.io and Mender differ on target hardware, rollback, deployment and cost.
| Foundries.io | Mender | |
|---|---|---|
| Type | Managed Linux platform | Linux OTA |
| Targets | Linux + Zephyr | Embedded Linux |
| Deployment | SaaS (FoundriesFactory) | SaaS + self-hosted |
| Rollback | OSTree-based atomic updates with rollback | A/B partitions with automatic rollback on failed boot |
| How it works | FoundriesFactory gives you a per-customer Linux build with CI, signed OSTree updates, secure boot and a maintained CVE stream. You are buying ongoing platform maintenance — the part that quietly consumes an embedded team a year after launch — rather than an update tool. | Writes the new root filesystem to the inactive partition, reboots into it, and rolls back automatically if the device fails to check in. Delta updates and phased rollouts sit in the paid tiers; the update mechanism itself is open source and self-hostable. |
| Pricing* | Subscription, tiered by devices | OSS free; hosted from $34/mo |
| Free tier | No | Yes |
| Open source | Linux microPlatform (open) | Apache-2.0 (client + server) |
| Best for | Teams who do not want to maintain a distro | Linux fleets that must never brick |
Choose Foundries.io for teams who do not want to maintain a distro. Choose Mender for linux fleets that must never brick.
* Published list pricing (vendor pricing pages, August 2026).