yggdrasil
Experiment in scalable routing as an encrypted IPv6 overlay network
Yggdrasil is an early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. Yggdrasil does not require you to have IPv6 Internet connectivity - it also works over IPv4.
- Versions: 0.5.12
- Website: https://yggdrasil-network.github.io/blog.html
- Licenses: LGPL 3
- Package source: gnu/packages/networking.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of yggdrasil
as follows:
guix install yggdrasil
Or install a particular version:
guix install yggdrasil@0.5.12
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of yggdrasil about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/yggdrasil'><img src='https://packages.guix.gnu.org/packages/yggdrasil/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/yggdrasil)
Example Org:
[[https://packages.guix.gnu.org/packages/yggdrasil][https://packages.guix.gnu.org/packages/yggdrasil/badges/latest-version.svg]]