I have installed PowerShell 7 on my Windows and MacOS machines and today I decided – just for fun – to install it also to my Turris Omnia Wi-Fi router. And it works.
And there is the way I went to get it running:
- I created Debian LXC container ,
- installed libicu – apt install libicu63,
- installed less apt install less,
- installed official prerequisites apt-get install '^libssl1.0.[0-9]$' libunwind8 -y,
- downloaded preview installation package from this site for Raspbian (Stretch) 32bits,
- unpacked the tar and started pwsh
- and it simply works…
Now I am going to test what is really working and what not. But it seems promising. At least remoting to Turris also works fine:

