Skip to content

Releases: Freedy001/proxyMan

ProxyMan v1.0.0

06 Sep 19:38

Choose a tag to compare

Release Notes

构建信息

  • 构建时间: 2025-09-06T19:17:57Z
  • Go 版本: go1.25.0
  • Git 提交: f5a3416

支持的平台

  • macOS (Intel): proxyMan-1.0.0-darwin-amd64
  • macOS (Apple Silicon): proxyMan-1.0.0-darwin-arm64
  • Linux (x86_64): proxyMan-1.0.0-linux-amd64
  • Linux (ARM64): proxyMan-1.0.0-linux-arm64
  • Windows (x86_64): proxyMan-1.0.0-windows-amd64.exe
  • Windows (ARM64): proxyMan-1.0.0-windows-arm64.exe

使用说明

  1. 下载对应平台的二进制文件
  2. 给文件添加执行权限 (macOS/Linux):
    chmod +x proxyMan-1.0.0-darwin-amd64
  3. 运行程序:
    • macOS/Linux: ./proxyMan-1.0.0-darwin-amd64
    • Windows:

注意事项

  • 首次运行时会自动生成 CA 证书文件
  • 默认代理端口: 8888
  • Web 管理界面: http://localhost:8080

文件验证

请使用 checksums.txt 文件验证下载的完整性。

下载地址

请根据您的系统选择对应的二进制文件:

macOS

Linux

Windows

验证文件

使用以下命令验证下载的文件完整性:

# 下载校验和文件
curl -O https://github.com/Freedy001/proxyMan/releases/download/v1.0.0/checksums.txt

# 验证文件
sha256sum -c checksums.txt

快速开始

  1. 下载对应系统的二进制文件
  2. 给文件添加执行权限 (macOS/Linux):
    chmod +x proxyMan-1.0.0-darwin-amd64
  3. 运行程序:
    # macOS/Linux
    ./proxyMan-1.0.0-darwin-amd64
    
    # Windows
    proxyMan-1.0.0-windows-amd64.exe
  4. 访问 Web 管理界面:http://localhost:8080

项目地址