How to install GopeedLab/gopeed. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
GopeedLab/gopeed Installation Guide
How to install GopeedLab/gopeed. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for GopeedLab/gopeed. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i GopeedLab/gopeedor
Install via npx
npx @hexmos/ipm i GopeedLab/gopeedPrerequisites
Golang
languageVersion: >1.16.0
Flutter
package_managerVersion: 3.24.0
Docker
system_toolFor building and deploying the Gopeed application.
Git
system_toolVersion: 2.30.1
Node.js
package_managerVersion: 18.17.0
Python
languageVersion: 3.9.5
npm
package_managerVersion: 10.20.1
Go
languageVersion: 1.23.1
cgo
system_toolFor compiling C code into native binaries.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Binary Installation (Golang)
go install github.com/GopeedLab/gopeed/cmd/gopeed@latest
cd ui/flutter
flutter build windowsMobile Installation (Android)
gomobile bind -tags nosqlite -ldflags="-w -s" -o ui/flutter/android/app/libs/libgopeed.aar -target=android -javapkg="com.gopeed" github.com/GopeedLab/gopeed/bind/mobile
cd ui/flutter
flutter build apkMobile Installation (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-codesignWeb Installation (Flutter Web)
cd ui/flutter
flutter build webPost Installation Steps
- Open the Gopeed application.
- You can find the app in your Downloads folder. Double-click to launch it.
- The application will automatically start a server and connect you to the web interface.
