https://github.com/mycoria/mycoria
Mycoria is an open and secure overlay network that connects all participants. It values freedom of connectivity and aims to imitate the curious and adventurous spirit of the early Internet.
https://github.com/mycoria/mycoria
mesh mesh-network mycoria vpn zero-trust-network
Last synced: 4 months ago
JSON representation
Mycoria is an open and secure overlay network that connects all participants. It values freedom of connectivity and aims to imitate the curious and adventurous spirit of the early Internet.
- Host: GitHub
- URL: https://github.com/mycoria/mycoria
- Owner: mycoria
- License: bsd-3-clause
- Created: 2023-12-04T22:30:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-09T08:30:34.000Z (5 months ago)
- Last Synced: 2025-05-09T09:31:58.353Z (5 months ago)
- Topics: mesh, mesh-network, mycoria, vpn, zero-trust-network
- Language: Go
- Homepage: https://mycoria.org
- Size: 1000 KB
- Stars: 217
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mycoria
Mycoria is an open and secure overlay network that connects all participants. It values freedom of connectivity and aims to imitate the curious and adventurous spirit of the early Internet:
- __Everyone is equal__: Easily connect to anyone
- __Everyone is welcome__: Open network without bureaucracy
- No spooking: Everthing is authenticated
- No surveillance: Everything is encrypted (+ Private Addresses!)
- No barriers: Connect via the Internet or extend Mycoria with your own mesh### Design Goals
- Keep it small and simple
- Compatible with existing infrastructure (eg. DNS)
- __Secure by default__
- Private by default (WIP)### Features
- __Automatic end-to-end encryption__
- Modern cryptography
- Smart and scalable routing
- Dashboard ([Screenshots](https://mycoria.org/#dashboard-impressions))
- Resolve .myco DNS (OS configuration required)
- Simple Service Discovery
- Auto-Optimization/Healing of Network (for Internet overlay) (WIP)
- Rotating private addresses (WIP)Read more on [mycoria.org](https://mycoria.org).
## Supported Platforms
- Linux (amd64, arm64)
- Windows (amd64, arm64)See [Quick Start](https://mycoria.org/quick-start/).
## Install
See [Install Guide](https://mycoria.org/install/).
## Building
0. Install Go
1. Run `./build` in `cmd/mycoria`