Skip to content
@emulebb

eMuleBB

Classic eMule, broadband-ready, with REST automation

eMuleBB

eMuleBB Baseline Controlled Smoke Nightly Fast Harness CI Docs Build Orchestration

This is the home of eMuleBB, the compact public name for eMule broadband edition.

eMuleBB began as a broadband-focused Windows eMule line — eD2K, Kad, rare files, deliberate sharing, long-running sessions — and is growing into a full peer-to-peer suite: a multiplatform core, a BitTorrent companion, and a cross-network controller, all behind shared, automatable contracts.

The organization around it is a practical P2P workshop. We build the clients, the controller, the release and test machinery, the public documentation, and the protocol work that keeps it honest — shipping a stable Windows client today while the multiplatform core takes shape.

The current public release candidate, 0.7.3-rc.2, is published on GitHub Releases with matching suite bootstrap and aMuTorrent controller packages.

What We Offer

eMuleBB is a complete, privacy-first peer-to-peer suite for people who take file sharing seriously — built on classic eD2K/Kad, extended to BitTorrent, and designed to run safely and automatically.

  • Two networks, one stack. A broadband-tuned eD2K/Kad client plus a BitTorrent companion, managed from a single controller — discover and move files across both worlds.
  • VPN-aware by design. The data plane is built to ride your VPN interface, so peer traffic stays on your tunnel. (Fail-closed binding is being hardened across the suite.)
  • No central servers or indexers required. Kad and the BitTorrent DHT do the discovery; you run your own search. Nothing to shut down.
  • Built for automation. A native REST API plus Torznab and qBittorrent-compatible adapters drop straight into Prowlarr, Sonarr, Radarr, and the aMuTorrent controller.

Today: run the Windows client (eMuleBB 0.7.3-rc.2) with the aMuTorrent controller and the one-line suite installer. Next: a multiplatform core (emulebb-rust) with autonomous Kad/eD2K indexing and cross-network library bridging — see the eMuleBB Suite direction below.

At A Glance

Area Current public status
Product eMuleBB — a cross-network P2P suite; the eMuleBB Windows client is the stable entry point
Shipping now eMuleBB 0.7.3-rc.2 (Windows) + aMuTorrent controller + one-line suite installer
Forward core emulebb-rust — multiplatform eD2K/Kad core + autonomous indexing (in development)
BitTorrent qBittorrentBB companion — DHT harvester + Torznab index (in development)
Networks eD2K/Kad and the BitTorrent DHT — discovery without central servers or indexers
Automation Native /api/v1 REST plus Torznab and qBittorrent-compatible adapters for Prowlarr/Arr
Windows build tracks aMule and MiniUPnP/miniupnpc
Lab goed2k-server — a deterministic eD2K server for tests

How It Fits Together

The suite is organized as clients behind shared controller contracts, so off-the-shelf tools drive every part without flattening native protocol behavior.

  • eMuleBB — the C++ MFC Windows desktop client and current flagship of the 0.7.3 line.
  • emulebb-rust — the headless, multiplatform eD2K/Kad core; the forward direction of the eMule-family work, and an autonomous Kad/eD2K indexer.
  • qBittorrentBB — the BitTorrent-side companion: a full BT client with a DHT harvester and a Torznab index.
  • aMuTorrent — the cross-network web-UI controller that manages the eD2K and BitTorrent clients together.

Both eD2K/Kad cores implement the same /api/v1 REST contract, and every client also exposes Torznab (indexer) and qBittorrent-compatible (download-client) surfaces, so Prowlarr and the Arr stack search and grab across both networks interchangeably. Data-plane traffic egresses a fail-closed VPN tunnel.

flowchart LR
    Amu["aMuTorrent<br/>web UI · cross-network controller"]
    Prowlarr["Prowlarr<br/>indexer federation"]
    Arr["Radarr · Sonarr<br/>Lidarr · Whisparr"]

    subgraph Cores["eD2K / Kad cores — shared /api/v1"]
        direction TB
        Cpp["eMuleBB<br/>C++ MFC desktop<br/>current flagship · 0.7.3"]
        Rust["emulebb-rust<br/>headless · multiplatform<br/>forward core + Kad/eD2K indexer"]
    end

    Qbbb["qBittorrentBB<br/>BitTorrent client<br/>DHT harvester + Torznab"]

    Ed2k[("eD2K / Kad")]
    Bt[("BitTorrent<br/>DHT · swarms")]
    Vpn{{"VPN — fail-closed data plane"}}

    Amu -->|"REST /api/v1"| Cores
    Amu -->|"qBit WebUI API"| Qbbb
    Arr -->|"qBit download client"| Cores
    Arr -->|"qBit download client"| Qbbb
    Prowlarr -->|"Torznab"| Cores
    Prowlarr -->|"Torznab"| Qbbb
    Prowlarr -. indexer sync .-> Arr

    Cores --> Vpn
    Qbbb --> Vpn
    Vpn --> Ed2k
    Vpn --> Bt

    style Rust fill:#dea584,stroke:#8b4513
    style Qbbb fill:#cfe8ff,stroke:#1c6fb4
Loading

This is the target suite architecture. Today, /api/v1 is shared by the C++ desktop and emulebb-rust, and the qBit /api/v2 and Torznab adapters ship as C++ desktop surfaces; emulebb-rust indexing and the qBittorrentBB companion are the active forward tracks.

Install Or Try eMuleBB

RC2 is published on GitHub Releases. Choose one install path:

Option 1: Manual Standalone ZIP

Use this path when you only want the eMuleBB desktop app.

  1. Open emulebb-v0.7.3-rc.2.
  2. Download emulebb-0.7.3-rc.2-x64.zip.
  3. Extract the ZIP into a new version-specific folder, for example C:\Apps\eMuleBB\0.7.3-rc.2.
  4. Run emulebb.exe.

Keep each version in its own application folder. Use a backed-up or disposable profile for RC testing and support testing.

Option 2: Full Suite PowerShell One-Liner

Use this path when you want eMuleBB plus aMuTorrent, Prowlarr, Radarr, and Sonarr integration out of the box.

irm https://github.com/emulebb/emulebb/releases/download/emulebb-v0.7.3-rc.2/Bootstrap-eMuleBBSuite.ps1 | iex

The bootstrapper downloads and verifies the matching release package, extracts the suite installer, resolves the matching aMuTorrent RC2 package, and starts the install flow. Advanced options and verification details are in the Setup guide.

Security And Provenance

All RC2 builds and packaging happen in GitHub Actions and are published through GitHub Releases. The release includes ZIPs, manifests, SHA-256 evidence, SPDX SBOMs, diagnostics packages, the suite bootstrapper, and the bootstrapper SHA-256 asset. The bootstrapper verifies package hashes from the release manifests before installing.

RC2 Testing

We are open for testers now. Use the published RC2 packages if you want to help shake out real Windows profiles, large libraries, controller/API workflows, package contents, startup/shutdown behavior, and public-network regressions.

Use a disposable or backed-up profile when testing RC builds. Report crashes, freezes, broken packages, UI regressions, REST/controller problems, and repeatable live-network issues in emulebb/issues.

Useful reports include the package name, architecture, Windows version, profile type, exact launch command, repro steps, logs, diagnostic snapshots, and dumps for crashes, hangs, or memory-growth cases.

Build And Package Status

Track Status Download
eMuleBB 0.7.3-rc.2 published as the first public release candidate download RC2
emulebb-rust Multiplatform eD2K/Kad core in development; no release yet source
qBittorrentBB BitTorrent companion in development; no release yet source
aMule Nightly Windows build track available releases / nightlies
aMuTorrent Matching eMuleBB RC2 controller package published download RC2
MiniUPnP/miniupnpc Windows upnpc package release available releases

What We Build

eMuleBB — Windows client (shipping today)

The eMuleBB desktop client keeps the familiar workflow at the center: servers, Kad search, shared files, upload queues, categories, known clients, and long-running control, plus broadband-aware upload policy, safer large-library operation, authenticated REST automation, and release evidence. It is the stable entry point to the suite and is maintained on the 0.7.x line.

emulebb-rust — the multiplatform forward core

emulebb-rust is where the eD2K/Kad client is headed: a headless, multiplatform core that implements the same /api/v1 contract as the desktop client and adds autonomous Kad/eD2K indexing exposed over Torznab. This is the strategic direction of the suite, not a side experiment. In development.

qBittorrentBB — the BitTorrent companion

qBittorrentBB brings the suite onto BitTorrent: a full client with a DHT harvester, a local searchable index, and a Torznab endpoint, so discovery spans both networks. In development.

aMuTorrent — the cross-network controller

The aMuTorrent fork manages the eD2K and BitTorrent clients from one web UI and validates controller workflows. It keeps the native /api/v1 contract as the source of truth and is an optional layer — the clients work standalone.

Windows build tracks

We provide Windows build and validation work for aMule and MiniUPnP/miniupnpc — ecosystem builds for users who want these tools in the same Windows P2P workflow.

Lab and adjacent work

goed2k-server is a deterministic eD2K server used for tests and parity work. p2p-overlord is a separate, server-oriented product line in the family — it can share contracts and infrastructure but is not part of the suite.

Why Trust The Work

The suite is built as tested products, not patched source trees. Public claims stay tied to evidence across the family: CI on every active repo (the rust core builds and tests on Windows, Linux, and macOS), native and harness tests, REST contracts, live eD2K/Kad scenarios, controller lanes, package provenance, GitHub Actions release packaging, SBOMs, SHA-256 hashes, manifests, and explicit operator gates. A tracked-content guard keeps secrets and private data out of the repositories.

Performance and behavior are treated the same way. Claims are tied to concrete operating surfaces: upload-slot policy, queue/source limits, socket and file buffers, startup behavior, large shared libraries, long paths, and controller responsiveness.

The result is a focused P2P organization: conservative where compatibility matters, aggressive about validation, and serious about making eD2K/Kad and BitTorrent usable, automatable, and honest on modern systems.

Quick Links

Start here Link
Website emulebb.github.io
Community Discord
Flagship source emulebb
eMuleBB downloads download RC2
aMule downloads releases / nightlies
aMuTorrent downloads download RC2
MiniUPnP downloads releases
User docs Product guide
Setup docs Setup guide
Use aMuTorrent with eMuleBB Stack integration guide
Tools menu actions Tools menu guide
Keyboard shortcuts Keyboard shortcuts
Adapter compatibility REST adapter contracts
Collect diagnostics for reports Diagnostics guide
Troubleshooting Troubleshooting guide
Developer docs Development guide
Release status 0.7.3 dashboard
Suite roadmap eMuleBB Suite board

Primary Repositories

Clients and core

  • emulebb-rust - multiplatform eD2K/Kad core + autonomous indexing (the forward core)
  • emulebb - eMuleBB Windows client (flagship; maintained on 0.7.x)
  • qbittorrentbb - BitTorrent companion (DHT harvester + Torznab index)
  • amutorrent - cross-network web-UI controller

Infrastructure

Service / lab

  • goed2k-server - deterministic eD2K server for tests and parity work

Separate product family (shares contracts/infrastructure, not part of the suite)

Build Tracks And Adjacent Tools

  • aMule - Windows build and validation track for aMule users
  • emulebb-miniupnp - Windows build and validation track for MiniUPnP/miniupnpc

Project Principles

  • eMuleBB is a peer-to-peer suite; the eMuleBB Windows client is its stable entry point.
  • Keep stock eD2K/Kad protocol compatibility as the default.
  • The Windows MFC client is maintained on 0.7.x; the multiplatform forward core is emulebb-rust.
  • Treat REST, Torznab, and controller support as shared product features across clients.
  • Make packages, build evidence, and release gates inspectable.
  • Keep lab and separate-family work visible, useful, and clearly labeled.
  • Sell the expertise by proving the work.

Pinned Loading

  1. emulebb emulebb Public

    Forked from irwir/eMule

    eMuleBB desktop client: a modern Windows eMule fork for ED2K/Kad P2P file sharing.

    C++ 39 1

  2. emulebb-build emulebb-build Public

    Workspace orchestration, builds, packaging, and VM lab automation for eMuleBB.

    Python 14 4

  3. amutorrent amutorrent Public

    Forked from got3nks/amutorrent

    Unified ED2K and BitTorrent download manager for aMule, rTorrent, qBittorrent, Deluge, and Transmission.

    JavaScript

Repositories

Showing 10 of 27 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…