Install jzero
Less than 1 minute
Install golang
Recommend using gvm to install golang environment
Install jzero
Provides the following three ways to use jzero, choose one based on your actual situation
- Source installation(go version >= go1.24.3)
- Directly download jzero binary
- Install jzero based on Docker, image address
Install jzero from source
# Set domestic proxy (optional)
# go env -w GOPROXY=https://goproxy.cn,direct
go install github.com/jzero-io/jzero/cmd/jzero@latest
# Get jzero version
jzero version
# Auto download required tools
jzero checkDownload jzero binary
Select the corresponding package based on your operating system, extract and place in $GOPATH/bin directory
Execute the following to complete jzero environment setup
# Get jzero version
jzero version
# Auto download required tools
jzero checkInstall jzero based on Docker
# Get jzero version
docker run --rm ghcr.io/jzero-io/jzero:latest versionUpgrade jzero
# Upgrade to latest version
jzero upgrade
# Upgrade to specific version
jzero upgrade --channel <commit_hash> or <tag>