Installation on PC? #2129
|
In the README Compatibility section, it says that Anthias is compatible with PCs (x86 64-bit). However, I can not find a build for PCs in the assets of the current release (v0.19.1). How can I install Anthias on a PC and is it its own OS (like for the Pi) or an application then? And if the last option is the case, with which Operating systems is it compatible? |
Answered by
nicomiguelino
Nov 18, 2024
Replies: 2 comments
|
For x86 devices, you have to install Debian 12 first, then run As of the moment, we don't have any pre-built images for x86 yet. |
0 replies
Answer selected by
dagadeta
|
Installing on x86 PCs is supported: install Debian, then run bash <(curl -sL https://install-anthias.srly.io). This thread already has an accepted answer, so closing as resolved. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For x86 devices, you have to install Debian 12 first, then run
bash <(curl -sL https://install-anthias.srly.io), as seen in this documentation.As of the moment, we don't have any pre-built images for x86 yet.