Skip to content

Release v1.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jul 14:58
· 2 commits to main since this release

Docker Offline Package

This release includes pre-built Docker images for offline deployment.

Quick Start

Online (recommended):

docker pull tmwgsicp/wechat-download-api:latest

Offline:

# 1. Download and extract
gunzip wechat-download-api-v1.7.0-amd64.tar.gz

# 2. Load image
docker load -i wechat-download-api-v1.7.0-amd64.tar

# 3. Run
docker-compose up -d

Downloads

  • wechat-download-api-v1.7.0-amd64.tar.gz - For x86_64 servers
  • wechat-download-api-v1.7.0-arm64.tar.gz - For ARM64 servers (if available)

Notes

  • Image is also tagged as latest for convenience
  • No internet required after loading the offline tar