Installation
The basics for installing the Gowebly CLI on your system are covered in this section.
Go
Download and install Go. Version 1.24.0 (or higher) is required.
Then, use the go install command:
bash
go install github.com/gowebly/gowebly/v3@latestHomebrew
GNU/Linux and Apple macOS users available way to install Gowebly CLI via Homebrew.
Tap a new formula:
bash
brew tap gowebly/tapInstall:
bash
brew install gowebly/tap/goweblyManual mode
Download ready-made exe files for Windows, deb (for Debian, Ubuntu), rpm (for CentOS, Fedora), apk (for Alpine), or Arch Linux packages from the Releases page.
Install it like you normally would.