MCPcopy
hub / github.com/yggdrasil-network/yggdrasil-go

github.com/yggdrasil-network/yggdrasil-go @v0.5.14 sqlite

repository ↗ · DeepWiki ↗ · release v0.5.14 ↗
511 symbols 1,545 edges 85 files 144 documented · 28%
README

Yggdrasil

Build status

Introduction

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.

Supported Platforms

Yggdrasil works on a number of platforms, including Linux, macOS, Ubiquiti EdgeRouter, VyOS, Windows, FreeBSD, OpenBSD and OpenWrt.

Please see our Installation page for more information. You may also find other platform-specific wrappers, scripts or tools in the contrib folder.

Building

If you want to build from source, as opposed to installing one of the pre-built packages:

  1. Install Go (requires Go 1.22 or later)
  2. Clone this repository
  3. Run ./build

Note that you can cross-compile for other platforms and architectures by specifying the GOOS and GOARCH environment variables, e.g. GOOS=windows ./build or GOOS=linux GOARCH=mipsle ./build.

Running

Generate configuration

To generate static configuration, either generate a HJSON file (human-friendly, complete with comments):

./yggdrasil -genconf > /path/to/yggdrasil.conf

... or generate a plain JSON file (which is easy to manipulate programmatically):

./yggdrasil -genconf -json > /path/to/yggdrasil.conf

You will need to edit the yggdrasil.conf file to add or remove peers, modify other configuration such as listen addresses or multicast addresses, etc.

Run Yggdrasil

To run with the generated static configuration:

./yggdrasil -useconffile /path/to/yggdrasil.conf

To run in auto-configuration mode (which will use sane defaults and random keys at each startup, instead of using a static configuration file):

./yggdrasil -autoconf

You will likely need to run Yggdrasil as a privileged user or under sudo, unless you have permission to create TUN/TAP adapters. On Linux this can be done by giving the Yggdrasil binary the CAP_NET_ADMIN capability.

Documentation

Documentation is available on our website.

Communities

A number of IRC communities exist, including the #yggdrasil IRC channel on libera.chat and various others on Yggdrasil-internal IRC networks.

License

This code is released under the terms of the LGPLv3, but with an added exception that was shamelessly taken from godeb. Under certain circumstances, this exception permits distribution of binaries that are (statically or dynamically) linked with this code, without requiring the distribution of Minimal Corresponding Source or Minimal Application Code. For more details, see: LICENSE.

Extension points exported contracts — how you extend this code

SetupOption (Interface)
(no doc) [3 implementers]
src/tun/options.go
AddHandler (Interface)
Hack to get the admin stuff working, TODO something cleaner [1 implementers]
src/core/api.go
SetupOption (Interface)
(no doc) [3 implementers]
src/multicast/options.go
SetupOption (Interface)
(no doc) [3 implementers]
src/admin/options.go
ReadWriteCloser (Interface)
(no doc)
src/tun/tun.go
SetupOption (Interface)
(no doc) [3 implementers]
src/core/options.go
AddHandlerFunc (FuncType)
(no doc)
src/core/api.go
PeerFilter (FuncType)
(no doc)
src/core/options.go

Core symbols most depended-on inside this repo

Errorf
called by 87
src/core/core.go
String
called by 74
src/admin/admin.go
Println
called by 49
src/core/core.go
Infof
called by 28
src/core/core.go
Close
called by 27
src/core/link_ws.go
Stop
called by 20
src/core/core.go
AddrForKey
called by 19
src/address/address.go
Addr
called by 17
src/core/link.go

Shape

Method 270
Struct 105
Function 100
TypeAlias 26
Interface 8
FuncType 2

Languages

Go100%

Modules by API surface

src/core/proto.go26 symbols
src/core/link.go26 symbols
src/core/api.go23 symbols
src/ipv6rwc/ipv6rwc.go22 symbols
src/core/core.go22 symbols
contrib/mobile/mobile.go21 symbols
src/tun/tun.go18 symbols
src/core/nodeinfo.go18 symbols
src/core/options.go17 symbols
src/admin/admin.go15 symbols
src/multicast/multicast.go14 symbols
src/core/core_test.go14 symbols

Dependencies from manifests, versioned

github.com/Arceliar/ironwoodv0.0.0-2026061302501 · 1×
github.com/Arceliar/phonyv0.0.0-2022090310135 · 1×
github.com/VividCortex/ewmav1.2.0 · 1×
github.com/bits-and-blooms/bitsetv1.24.5 · 1×
github.com/cespare/xxhash/v2v2.3.0 · 1×
github.com/clipperhouse/displaywidthv0.10.0 · 1×
github.com/clipperhouse/uax29/v2v2.7.0 · 1×
github.com/gologme/logv1.3.0 · 1×

For agents

$ claude mcp add yggdrasil-go \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact