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 is its own product: a broadband-focused Windows eMule line for people who still care about eD2K, Kad, rare files, deliberate sharing, long-running desktop sessions, and local automation that respects native eMule behavior.

The organization around it is a practical P2P workshop. We build the desktop client, the release and test machinery, the public documentation, controller workflows, Windows build tracks for adjacent tools, and exploratory eD2K/Kad projects that keep the protocol knowledge sharp. More is coming. Stay tuned.

Public testing has started through nightly builds. The first public release candidate is still planned as 0.7.3-rc.1 and will be tagged after the remaining release proof is accepted.

At A Glance

Area Current public status
Flagship product eMuleBB, the compact name for eMule broadband edition
Release Nightly testing open; first public release candidate 0.7.3-rc.1 still planned
Platform Windows desktop client, with x64 and ARM64 package proof in scope
Network Stock-compatible eD2K and Kad behavior remains the default
Automation Authenticated JSON REST API under /api/v1 from the existing WebServer
Companion tools aMuTorrent fork for managing eMuleBB and controller-style workflows
Windows builds aMule and MiniUPnP/miniupnpc build and validation tracks
P2P lab goed2k work and p2p-overlord headless eD2K/Kad exploration

Install Or Try eMuleBB

Choose one install path:

Basic ZIP Install

Use this path for normal desktop use, RC testing, and nightlies.

  1. Open emulebb/releases.
  2. Download the intended eMuleBB ZIP. For RC1, use emulebb-0.7.3-rc.1-x64.zip once it is published, or use the nightly asset that is actually present on GitHub Releases.
  3. Extract the ZIP into a new version-specific folder, for example C:\Apps\eMuleBB\0.7.3-rc.1.
  4. Run emulebb.exe.

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

Full Suite PowerShell Install

Use this path when you want the bundled eMuleBB suite installer instead of the simple ZIP package.

  1. Open emulebb/releases.
  2. Download Bootstrap-eMuleBBSuite.ps1 for the release you want.
  3. Open PowerShell in the download folder.
  4. Run the bootstrapper.

For the latest nightly or prerelease:

.\Bootstrap-eMuleBBSuite.ps1 -IncludePrerelease

For RC1 after it is published:

.\Bootstrap-eMuleBBSuite.ps1 -Version 0.7.3-rc.1 -IncludePrerelease

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

Testing Started

We are open for testers now. Use nightly builds if you want to help shake out real Windows profiles, large libraries, controller/API workflows, package contents, startup/shutdown behavior, and public-network regressions before 0.7.3-rc.1.

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

eMuleBB nightly ZIP, manifest, SBOM, and suite bootstrapper assets include GitHub artifact attestations. Verify a downloaded nightly asset with gh attestation verify PATH_TO_ASSET -R emulebb/emulebb.

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 Nightly testing open; 0.7.3-rc.1 still planned releases / nightlies
aMule Nightly Windows build track available releases / nightlies
aMuTorrent Release automation exists; do not assume a public package unless an asset is published release page
MiniUPnP/miniupnpc Windows upnpc package release available releases

What We Build

eMuleBB

eMuleBB keeps the familiar desktop workflow at the center: servers, Kad search, shared files, upload queues, categories, known clients, and long-running control. Around that foundation it adds broadband-aware upload policy, safer large-library operation, authenticated REST automation, performance-minded defaults, and release evidence without creating an incompatible network fork.

Management And Controller Workflows

The eMuleBB ecosystem includes an aMuTorrent fork focused on managing eMuleBB and validating controller-style workflows. It sits beside the desktop app instead of replacing it, and it keeps the native /api/v1 contract as the source of truth.

Windows P2P Builds

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

P2P Lab Work

The exploratory side includes the goed2k fork/server work and a full headless Rust eD2K/Kad client direction inside the p2p-overlord suite. This is where deeper protocol, automation, and server-oriented P2P ideas can mature without pretending every experiment is already a stable end-user product.

Why Trust The Work

eMuleBB is being built as a tested desktop product, not a patched source tree. Public claims stay tied to evidence: hosted fast CI, native tests, REST contracts, UI and resource checks, live eD2K/Kad scenarios, controller lanes, package provenance, GitHub artifact attestations for eMuleBB nightlies, SBOMs, SHA-256 hashes, and explicit operator gates.

Performance work is 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, controller responsiveness, and long-running Windows sessions.

The result is a focused P2P organization: conservative where compatibility matters, aggressive about validation, and serious about making classic eMule usable on modern broadband systems.

Quick Links

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

Primary Repositories

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 the product identity; eMule broadband edition is the full product name.
  • Keep stock eD2K/Kad protocol compatibility as the default.
  • Improve the classic desktop app instead of replacing it with a rewrite.
  • Treat REST and controller support as product features.
  • Make Windows packages, build evidence, and release gates inspectable.
  • Keep exploratory P2P 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 24 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…