Skip to content

Release v20.0.Opinionated_By_HimanM

Choose a tag to compare

@github-actions github-actions released this 16 Jul 07:41
· 8 commits to main since this release

DropForge Release

  • Build date: 2026-07-18 03:10:13+00:00
  • Reference commit: f0fb9a6

Linux server or CLI install

Linux:

curl -fsSL https://raw.githubusercontent.com/HimanM/TwitchDropsMiner/main/scripts/install.sh | sh

Choose the authenticated DropForge Web UI or terminal CLI when prompted. Web installs default to localhost on port 17473; use Tailscale Serve for private remote access or explicitly select 0.0.0.0 for a trusted LAN.

macOS uses the same command and installs the terminal release.

On Termux, install prerequisites first:

pkg install python clang curl tar

Run tdminer tui for the richer macOS Textual interface, or tdminer cli for the portable prompt-based interface used by source installs and Termux-style terminals.

The portable CLI includes a boxed slash-command input. Type / for commands, /priority add or /exclude add for game completion, and /switch for channel completion.

The Linux installer manages source releases, dependencies, systemd, and persistent data under ~/.local/share/tdminer. The macOS release binary is self-contained. Launchers install to ~/.local/bin by default and can be redirected with TDMINER_INSTALL_DIR=/path/to/bin.