5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 21:52:31 +00:00
yggdrasil-network.github.io/index.md

27 lines
2.1 KiB
Markdown
Raw Normal View History

2018-03-11 21:22:45 +00:00
---
tags: dontlink
2018-07-23 16:39:34 +00:00
sitemap: true
2018-03-11 21:22:45 +00:00
---
2021-06-06 11:14:51 +00:00
# Yggdrasil
2018-03-06 14:02:44 +00:00
2021-06-06 13:32:17 +00:00
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. For more information, see our [about](about.md) page.
2018-03-06 14:02:44 +00:00
2018-03-06 17:39:25 +00:00
## Project Status
2018-03-06 17:36:02 +00:00
2021-06-06 13:32:17 +00:00
The project is currently in early stages, but it is being actively developed.
2018-03-06 17:36:02 +00:00
2021-06-06 13:32:17 +00:00
Yggdrasil is written in Go. The codebase is fairly small and easy to navigate. It has been tested on a number of platforms (including Linux, Windows, macOS, FreeBSD, OpenBSD and Ubiquiti EdgeRouter). See our [developers](developers.md) page for more info.
2021-06-06 11:19:40 +00:00
2021-06-06 13:32:17 +00:00
A small number of users have been using and stress-testing Yggdrasil quite heavily for a variety of use cases. We have a number of [internal services](services.md) available, contributed and operated by the community.
2018-06-29 22:06:16 +00:00
2021-06-06 13:32:17 +00:00
It is likely that occasional breaking changes will still happen in future versions, but generally Yggdrasil works well and has proven to be reasonably stable so far, with recent builds reaching weeks of uptime without crashes or failures.
2018-03-06 17:36:02 +00:00
2018-03-06 17:48:51 +00:00
## Get Involved
2018-05-08 23:19:32 +00:00
If you are interested in or would like to get involved in the Yggdrasil project, please feel free to join us!
2018-03-06 17:48:51 +00:00
2021-06-06 11:14:51 +00:00
- Set up Yggdrasil on your [own computer or router](installation.md) and join the network - the bigger the network grows, the better understanding we will get of how Yggdrasil can scale!
2018-03-06 17:48:51 +00:00
- Come and chat to us in our [Matrix channel](https://matrix.to/#/#yggdrasil:matrix.org) (or even [read our channel backlog](https://view.matrix.org/room/!DwmKuvGvRKciqyFcxv:matrix.org/))
2018-05-08 23:19:32 +00:00
- Take a look at our [GitHub](https://github.com/yggdrasil-network/yggdrasil-go), and in particular, the [Open Issues](https://github.com/yggdrasil-network/yggdrasil-go/issues) which contain bugs waiting to be fixed, problems waiting to be solved and plenty of in-depth discussions about our implementation or design choices