软件简介
Gopeed(全称 Go Speed),直译过来中文名叫做够快下载器
,是一款由 Golang
+ Flutter
开发的高速下载器,支持(HTTP、BitTorrent、Magnet)协议下载,并且支持所有平台使用,支持的平台有:
- Windows
- Macos
- Linux
- Android
- iOS
- Web
- Docker
- 命令行
基本功能
- HTTP & HTTPS 多协程下载
- Torrent & Magnet 下载
- 每日自动更新 tracker 列表
- Seed, DHT, PEX, uTP, Webtorrent, Upnp
- 国际化
- 暗黑主题
高级特性
除了基础的下载功能外,还有很多高级特性,让 Gopeed 可玩性更高。
- 对外开放 HTTP 接口通过 RESTFul API 可以很方便的与 Gopeed 进行交互,比如你可以通过 API 来控制 Gopeed 的下载、暂停、删除等等。
- 去中心化的扩展设计可以通过
JavaScript
编写扩展来增强 Gopeed 的下载功能,比如下载某个网站的视频,或者下载某个网站的音乐等等。
编译
桌面端
首先需要按照flutter desktop 官网文档进行环境配置,然后需要准备好cgo
环境,具体可以自行搜索。
构建命令:
- windows
go build -tags nosqlite -ldflags="-w -s" -buildmode=c-shared -o ui/flutter/windows/libgopeed.dll github.com/GopeedLab/gopeed/bind/desktop
cd ui/flutter
flutter build windows
- macos
go build -tags nosqlite -ldflags="-w -s" -buildmode=c-shared -o ui/flutter/macos/Frameworks/libgopeed.dylib github.com/GopeedLab/gopeed/bind/desktop
cd ui/flutter
flutter build macos
- linux
go build -tags nosqlite -ldflags="-w -s" -buildmode=c-shared -o ui/flutter/linux/bundle/lib/libgopeed.so github.com/GopeedLab/gopeed/bind/desktop
cd ui/flutter
flutter build linux
移动端
同样的也是需要准备好cgo
环境,接着安装gomobile
:
go install golang.org/x/mobile/cmd/gomobile@latest
go get golang.org/x/mobile/bind
gomobile init
构建命令:
- Android
gomobile bind -tags nosqlite -ldflags="-w -s" -o ui/flutter/android/app/libs/libgopeed.aar -target=android -androidapi 19 -javapkg="com.gopeed" github.com/GopeedLab/gopeed/bind/mobile
cd ui/flutter
flutter build apk
- ios
gomobile bind -tags nosqlite -ldflags="-w -s" -o ui/flutter/ios/Frameworks/Libgopeed.xcframework -target=ios github.com/GopeedLab/gopeed/bind/mobile
cd ui/flutter
flutter build ios --no-codesign
Web 端
构建命令:
cd ui/flutter
flutter build web
cd ../../
rm -rf cmd/web/dist
cp -r ui/flutter/build/web cmd/web/dist
go build -tags nosqlite,web -ldflags="-s -w" -o bin/ github.com/GopeedLab/gopeed/cmd/web
软件下载
运行平台 | 安装包类型 | 下载链接 |
---|---|---|
Windows | EXE Installer |
前往 |
Portable ZIP |
前往 | |
MacOS | DMG Installer |
前往 |
Linux | Flathub |
前往 |
SNAP |
前往 | |
DEB |
前往 | |
AppImage |
前往 | |
Android | APK |
前往 |
iOS | IPA |
前往 |
Web | 前往 | |
Docker | 前往 |
更多优质软件
© 版权声明
文章版权归作者所有,未经允许请勿转载。
相关文章
暂无评论...