4
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-06-26 14:09:25 +00:00

Slight website refresh

This commit is contained in:
Neil Alexander
2021-06-06 12:14:51 +01:00
parent 37c3f22333
commit 80921fb557
17 changed files with 316 additions and 650 deletions

View File

@ -4,21 +4,40 @@ sitemap: true
# Installation
Installation guides are available for the following platforms/distributions.
Yggdrasil can be downloaded for major platforms from our [GitHub Releases](https://github.com/yggdrasil-network/yggdrasil-go/releases) page. Additionally, installation guides are available for the following platforms/distributions.
## Linux
Yggdrasil is well supported on Linux. There are a number of distribution packages and additional installation instructions available:
- [Debian, Ubuntu, elementaryOS, Linux Mint and similar](installation-linux-deb.md)
- [Red Hat Enterprise Linux, Fedora, CentOS and similar](installation-linux-rpm.md)
- [Gentoo Linux](installation-linux-gentoo.md)
- [Ubiquiti EdgeOS](installation-linux-edgeos.md)
- [Manual install or build from source](installation-linux-other.md)
## macOS
Yggdrasil is well supported on macOS. The preferred installation method is the `.pkg` installer:
- [macOS `.pkg` installer](installation-macos-pkg.md)
- [Manual install or build from source](installation-macos-other.md)
## Windows
- [Windows `.msi` installer](installation-windows.md)
Yggdrasil works on Windows and [an MSI installer is available](installation-windows.md), but the installer is supported on a best-effort basis only and may have bugs:
## FreeBSD
Yggdrasil is well supported on FreeBSD and [an official `net/yggdrasil` port](https://www.freshports.org/net/yggdrasil/) is available.
## Ubiquiti EdgeRouter
Yggdrasil is well supported on EdgeOS 2.x and [packages are available](installation-linux-edgeos.md).
## Android
An [Yggdrasil port to Android](https://github.com/yggdrasil-network/yggdrasil-android/releases) has been contributed by the community:
## iOS
Yggdrasil is supported on iOS but no binary builds exist at this time. You will need an Apple Developer subscription, access to the Network Extensions entitlements and to [build the app from source](https://github.com/yggdrasil-network/yggdrasil-ios).