gopher

Gopher Release Notes

v1.0.0 - Initial Public Release (October 2025)

Status: πŸŽ‰ First Production Release

Overview

Gopher v1.0.0 is a production-ready Go version manager with comprehensive features for installing, managing, and switching between Go versions across multiple platforms.

✨ Core Features

Version Management

Alias System πŸ†•

Cross-Platform Support

Environment Management

Developer Experience

πŸ“¦ Installation

Homebrew (macOS/Linux) βœ…

brew install molmedoz/tap/gopher

Linux Package Managers βœ…

# Debian/Ubuntu
wget https://github.com/molmedoz/gopher/releases/download/v1.0.0/gopher_1.0.0_linux_amd64.deb
sudo dpkg -i gopher_1.0.0_linux_amd64.deb

# RedHat/Fedora/CentOS
wget https://github.com/molmedoz/gopher/releases/download/v1.0.0/gopher_1.0.0_linux_amd64.rpm
sudo rpm -i gopher_1.0.0_linux_amd64.rpm

# Alpine
wget https://github.com/molmedoz/gopher/releases/download/v1.0.0/gopher_1.0.0_linux_amd64.apk
sudo apk add --allow-untrusted gopher_1.0.0_linux_amd64.apk

# Arch Linux
wget https://github.com/molmedoz/gopher/releases/download/v1.0.0/gopher_1.0.0_linux_amd64.pkg.tar.zst
sudo pacman -U gopher_1.0.0_linux_amd64.pkg.tar.zst

Windows (Direct Download) βœ…

# Download from GitHub Releases
Invoke-WebRequest -Uri "https://github.com/molmedoz/gopher/releases/download/v1.0.0/gopher_1.0.0_Windows_x86_64.tar.gz" -OutFile gopher.tar.gz
tar -xzf gopher.tar.gz
# Move gopher.exe to a directory in your PATH

# Chocolatey coming in v1.0.1+

Coming Soon

Binary Download

Download from GitHub Releases:

πŸš€ Quick Start

# Install a Go version
gopher install 1.21.5

# Switch to a version
gopher use 1.21.5

# Create an alias
gopher alias create stable 1.21.5

# Use the alias
gopher use stable

# List installed versions
gopher list

# Check current version
gopher current

πŸ“š Documentation

πŸ”§ Technical Details

Build Information

Quality Metrics

🎯 What’s Next

See ROADMAP.md for planned features in future releases:

Phase 1 (v1.1.0):

Phase 2 (v1.2.0):

πŸ› Known Issues

None at this time. Please report any issues on GitHub.

πŸ™ Acknowledgments

Thank you to all early testers and contributors who helped make this release possible!

πŸ“ Breaking Changes

None (initial release).

⬆️ Upgrading

This is the initial release, no upgrade path needed.


Future Releases

v1.1.0 (Planned - Q1 2026)

See ROADMAP.md for complete future plans.


Last Updated: October 2025
Current Version: 1.0.0
Status: Production Ready