https://github.com/eepnet/emissary
Rust implementation of the I2P protocol stack
https://github.com/eepnet/emissary
anonymity cryptography i2p networking peer-to-peer rust
Last synced: about 12 hours ago
JSON representation
Rust implementation of the I2P protocol stack
- Host: GitHub
- URL: https://github.com/eepnet/emissary
- Owner: eepnet
- License: mit
- Created: 2023-12-31T08:54:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-05-16T15:17:26.000Z (about 1 month ago)
- Last Synced: 2026-05-16T17:37:09.810Z (about 1 month ago)
- Topics: anonymity, cryptography, i2p, networking, peer-to-peer, rust
- Language: Rust
- Homepage: https://eepnet.github.io/emissary
- Size: 4.75 MB
- Stars: 210
- Watchers: 8
- Forks: 18
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## emissary
[](https://github.com/eepnet/emissary/blob/master/LICENSE) [](https://crates.io/crates/emissary-core) [](https://docs.rs/emissary-core/latest/emissary_core/)
**`emissary` is a lightweight and embeddable [I2P](https://i2p.net/) router**

### Features
* Transports:
* NTCP2
* SSU2
* Client protocols:
* I2CP
* SAMv3
* Proxies:
* HTTP
* SOCKSv5
### Directory layout
* `emissary-core/` - I2P protocol implementation as an asynchronous library
* `emissary-util/` - `emissary-core`-related utilities, such as runtime implementations and reseeder
* `emissary-cli/` - `tokio`-based I2P router implementation
### Usage
1) Install from [crates.io](https://crates.io/crates/emissary-cli): `cargo install emissary-cli`
2) Build from sources: `cargo build --release`
Router installs its files under `$HOME/.emissary`, automatically reseeds over HTTPS on first boot and creates a default configuration. For instructions on how to browse and host eepsites, use torrents, or chat on Irc2P, visit [documentation](https://eepnet.github.io/emissary/).
### Third-Party Licenses
Google Material Icons (optional), Apache 2.0