TribeWarez

Nysiris

Private browsing and chat over the Nym mixnet

Cross-platform browser client (web / PWA / Android / desktop) plus ways to host a service on the mixnet. Built on the defunct Osiris Portal System idea — independent forums, blogs, and portals with data replicated across participant computers via P2P / Nym / Sphinx.

Apache-2.0 Rust React PWA Experimental / pre-audit

What it does

Private by design

Mixing and cover traffic hide who talks to whom, and when, from network observers. Services never learn client addresses (SURB replies).

Tunnel, leak guard, Nym-address messaging

fetchNym with parallel tagged requests against mainnet — delivery and SURB reply verified live.

Community timelines, threads & E2E DMs

Trust dots, petnames, invites, and encrypted attachments through a nysiris-social provider you run yourself.

Host on the mixnet

Pure-mixnet providers, hybrid clearnet+mixnet bridges, and self-hosted gateways with reference configs in the repo.

Status

Tests passing

  • 63 Rust tests (reference Sphinx core + controls)
  • 135 web unit tests (React PWA + social)

Live network

  • ≈7.6 s delivery
  • ≈7.1 s SURB reply

Explore

Reference Sphinx core

A faithful, tested mirror of Nym's sphinx-packet: X25519 key schedule + per-hop blinding, AES-128-CTR header onion with the Sphinx filler, HMAC-SHA256 header integrity, Lioness (BLAKE2b + ChaCha) payload onion, SURBs and Nym address parsing — producing the regular 2413-byte packet.

Experimental / pre-audit. The Sphinx core is a reference implementation, never production crypto — real software must use Nym's audited packages.