This package browser is in early development. Mind the rough edges.

nebula

Scalable, peer-to-peer overlay networking tool

Nebula is a peer-to-peer networking tool based on the Noise Protocol Framework. It is not a fully decentralized network, but instead uses central discovery nodes and a certificate authority to facilitate direct, encrypted peer-to-peer connections from behind most firewalls and NAT layers.

Installation

Install the latest version of nebula as follows:

guix install nebula

Or install a particular version:

guix install nebula@1.9.6

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 nebula about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/nebula'><img src='https://packages.guix.gnu.org/packages/nebula/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/nebula/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/nebula)

Example Org:

[[https://packages.guix.gnu.org/packages/nebula][https://packages.guix.gnu.org/packages/nebula/badges/latest-version.svg]]