How to install runtipi on MacOS?
I've run curl -L https://setup.runtipi.io | bash
And it says (within seconds) that it is installed. But I can't find it anywhere nor does the web interface works. How can I proceed?
6 Replies
Hello, Runtipi does not support MacOS.
You can download the CLI repo and build from source with Go
GitHub
GitHub - runtipi/cli: The command line interface to configure and i...
The command line interface to configure and interact with Runtipi - runtipi/cli
Ok, why is that not on the website. The only thing the website claims is that there is nothing easier then setting up runtipi. But in fact, it's not even possible. Speaking of missing opportunities.
Runtipi is super easy to install on supported operating systems. MacOS is not one of them and we have chosen not to support it because it doesn't work the same way as linux and you may experience issues. Additionally MacOS is not an operating system designed for server usage and you will see that multiple similar projects to Runtipi have chosen not to support it. Nevertheless if you still would like to run Runtipi in MacOS you can do so by building the CLI yourself. You can do this by either forking the CLI repo and changing the CI to build for MacOS (by changing the
GOOS
and GOARCH
environment variables in the CD pipeline). You can also clone the repository localy, install Go and build with go mod download && go build
. Keep in mind that even if Runtipi works on your setup we offer no support for it and we can't ensure that you will not have issues.not on the websitehttps://runtipi.io/docs/getting-started/installation#os-requirements
Ubuntu 18.04 LTS or higher is recommended. However other major Linux distribution are supported but may lead to installation issues.
Installation
Homeserver management made easy