HACS not found

Hi,
I am currently trying to install HACS but no luck.
It does not appear in the app menu, integration addition menu and when I try to run
wget -O - https://get.hacs.xyz | bash -
I get an error
wget: bad address '|'
what am I doing wrong?

You need to know what HA install is setup. Follow this guide:

There are 3 choices (tabs) but you need to do the check for which first.

1.) OS/Supervised
2.) Container
3.) Core

Same issue here. I’m running OS/Supervised.
The App is not appearing in the Apps list.
And using the link in the instructions produces and error saying the App (Add-on) cannot be found.

I followed that guide. The provided link in the OS/Supervised section is dead, displaying
Error loading addon: Addon cb646a50_get does not exist"
Installing with terminal using wget shows a 404 error

Try the old school way:

Settings → Apps → Install App (lower right) → click 3 Dots (upper right) → Repositories, And add “https://github.com/hacs/addons.git" Close window

More info on this: My links with app repository_url does no longer add the repository · Issue #29455 · home-assistant/frontend · GitHub

1 Like

Thanks @Akriss. This worked for me!

Got it! Thank you for your help