一款支持全平台的下载器
开源、轻量、原生,支持(HTTP、BitTorrent、Magnet 等)协议下载。

支持的平台

  • windows
  • macos
  • linux
  • android
  • web
  • docker

下载地址:
https://github.com/GopeedLab/gopeed/releases/latest

介绍
Gopeed(全称Go Speed)是 Golang + Flutter 开发的一款高速下载器,支持(HTTP、BitTorrent、Magnet)协议,支持全平台
提示:如果macos打开失败,请在终端执行 xattr -d com.apple.quarantine /Applications/Gopeed.app 命令

Command tool 命令工具
use go install: 使用 go install :

1
go install github.com/GopeedLab/gopeed/cmd/gopeed@latest

Docker 码头工人
Start directly 直接启动

1
docker run -d -p 9999:9999 -v /path/to/download:/download liwei2633/gopeed

Using Docker Compose 使用 Docker 组合

1
docker-compose up -d

访问 Gopeed
当 docker 容器运行时,您可以通过 http://localhost:9999 访问网页。

提示:在设置页面修改下载路径为 /download ,即可访问主机上下载的文件。