Skip to content

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Sep 18:44
· 5 commits to main since this release

Crushed some bugs, boosted performance, and recharged with a power nap.

Platform Downloads & Usage

🐳 Docker (⭐ RECOMMENDED for all platforms)

Best compatibility and performance

# Pull and run the latest Docker image
docker run -it --rm seanchangx/thsr-sniper:latest

# Or with custom arguments
docker run -it --rm seanchangx/thsr-sniper:latest python main.py --help

Note: Docker image is built separately. Check Docker Hub for the latest image.


🍎 macOS (Apple Silicon)

Native executable

# Download and run
chmod +x thsr-sniper-macos-apple-silicon
./thsr-sniper-macos-apple-silicon --help

Note: For Intel Macs, please use Docker for best compatibility.

🪟 Windows

Native executable

# Download and run
thsr-sniper-windows.exe --help

Build Information

  • Version: v1.2.1
  • Build date: 2025-09-11 18:44:37 UTC
  • Docker image: Available on Docker Hub

⚡ Recommendation: Use Docker for the best experience across all platforms!