Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions source/more-info/unsupported/system_architecture.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "System architecture"
description: "More information on why System Architecture marks the installation as unsupported."
---

## The issue

Supervisor considers `i386`, `armhf` and `armv7` (all 32-bit system architectures)
as unsupported. Home Assistant announced sunset of these architectures in May 2025
Comment on lines +8 to +9
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Supervisor considers `i386`, `armhf` and `armv7` (all 32-bit system architectures)
as unsupported. Home Assistant announced sunset of these architectures in May 2025
Supervisor considers `i386`, `armhf`, and `armv7` (all 32-bit system architectures)
as unsupported. Home Assistant announced the sunset of these architectures in May 2025

(see [this blog post for more information](https://www.home-assistant.io/blog/2025/05/22/deprecating-core-and-supervised-installation-methods-and-32-bit-systems/)).
On these system architectures Supervisor stops refreshing its update
information. This means you will no longer receive updates for any component,
including Home Assistant Core or Add-on updates.
Comment on lines +11 to +13
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
On these system architectures Supervisor stops refreshing its update
information. This means you will no longer receive updates for any component,
including Home Assistant Core or Add-on updates.
On these system architectures, the Supervisor stops refreshing its update
information. This means you will no longer receive updates for any component,
including Home Assistant Core or Add-on updates.


## The solution

You'll be able to continue to use the system as is, but we recommend to move your
Home Assistant installation onto supported hardware. This makes sure that you'll
continue to receive software updates, including security updates.
Comment on lines +17 to +19
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
You'll be able to continue to use the system as is, but we recommend to move your
Home Assistant installation onto supported hardware. This makes sure that you'll
continue to receive software updates, including security updates.
You can continue to use the system as is, but it is recommended to move your
Home Assistant installation onto supported hardware. This makes sure that you'll
continue to receive software updates, including security updates.


To migrate to a supported architecture, [create a full backup](/common-tasks/general/#backups)
and download it. Install Home Assistant OS on supported 64-bit hardware. Use the
[restore from backup feature during on-boarding](https://www.home-assistant.io/getting-started/onboarding/) (Option 2).
If you use a Raspberry Pi 3 or Raspberry Pi 4, you can install the 64-bit variants
of Home Assistant OS. See the [Raspberry Pi installation documentation](https://www.home-assistant.io/installation/raspberrypi/) for detailed instructions.
Comment on lines +21 to +25
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To migrate to a supported architecture, [create a full backup](/common-tasks/general/#backups)
and download it. Install Home Assistant OS on supported 64-bit hardware. Use the
[restore from backup feature during on-boarding](https://www.home-assistant.io/getting-started/onboarding/) (Option 2).
If you use a Raspberry Pi 3 or Raspberry Pi 4, you can install the 64-bit variants
of Home Assistant OS. See the [Raspberry Pi installation documentation](https://www.home-assistant.io/installation/raspberrypi/) for detailed instructions.
1. To migrate to a supported architecture, [create a full backup](/common-tasks/general/#backups)
and download it.
2. Install Home Assistant OS on supported 64-bit hardware.
- Use the [restore from backup feature during onboarding](https://www.home-assistant.io/getting-started/onboarding/) (Option 2).
- If you use a Raspberry Pi 3 or Raspberry Pi 4, you can install the 64-bit variants
of Home Assistant OS.
- See the [Raspberry Pi installation documentation](https://www.home-assistant.io/installation/raspberrypi/) for detailed instructions.

I think numbered steps would be helpful here.