-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Damir Mukimov edited this page Dec 15, 2025
·
8 revisions
- Go 1.22+ - Required for building from source
- DNS Provider Account - Active account with API access enabled
- Public IP - Whitelisted for API access (provider-specific requirement)
See the Configuration Guide for API credential setup.
# Clone repository
git clone https://github.com/SamyRai/zonekit.git
cd zonekit
# Build
make build
# Optional: Install to system
make install # Installs to $GOPATH/bin or $GOBIN-
Download the latest release: github.com/SamyRai/zonekit/releases
-
Extract for your platform:
-
zonekit-linux-amd64- Linux -
zonekit-darwin-amd64- macOS Intel -
zonekit-darwin-arm64- macOS Apple Silicon -
zonekit-windows-amd64.exe- Windows
-
-
Add to PATH:
# Linux/macOS chmod +x zonekit sudo mv zonekit /usr/local/bin/ # Windows: Add directory to PATH environment variable
zonekit --version
# Expected: zonekit version 0.1.0For contributors:
make dev-setup # Install development tools
make test # Run tests
make lint # Run linterSee the Contributing Guide for complete development instructions.