appstore/apps/gopeed/README.md
2023-11-09 19:15:01 +08:00

2.1 KiB
Raw Permalink Blame History

Test Status Codecov Release Download Donate Discord

介绍

Gopeed全称 Go Speed是一款由Golang+Flutter开发的高速下载器支持HTTP、BitTorrent、Magnet协议下载并且支持全平台使用。

访问 ✈ 官方网站 | 📖 开发文档

安装

已支持平台

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

前往下载

macos 版本运行如果提示损坏,请在终端执行 xattr -d com.apple.quarantine /Applications/Gopeed.app 命令

命令行工具

使用go install安装:

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

Docker

直接运行

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

使用 Docker Compose

docker-compose up -d

访问服务

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

打赏

如果觉得项目对你有帮助,请考虑打赏以支持这个项目的发展,非常感谢!

界面展示