• v0.0.6-beta.1 7ee80226cd

    v0.0.6-beta.1 Pre-release

    kerem released this 2026-02-28 23:18:17 +03:00 | 143 commits to main since this release

    📅 Originally published on GitHub: Sun, 01 Mar 2026 12:17:30 GMT
    🏷️ Git tag created: Sat, 28 Feb 2026 20:18:17 GMT

    Changes

    See CHANGELOG.md for details.

    Installation

    macOS, Linux, and WSL:

    curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.6-beta.1/install.sh | bash
    

    Homebrew (macOS and Linux)

    # Download formula
    curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.6-beta.1/temps.rb -o /tmp/temps.rb
    
    # Install
    brew install /tmp/temps.rb
    
    # Verify
    temps --version
    

    Manual Installation

    Linux AMD64

    # Download
    curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.6-beta.1/temps-linux-amd64.tar.gz
    
    # Extract
    tar -xzf temps-linux-amd64.tar.gz
    
    # Move to PATH
    sudo mv temps /usr/local/bin/temps
    
    # Verify
    temps --version
    

    macOS AMD64 (Intel)

    # Download
    curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.6-beta.1/temps-darwin-amd64.tar.gz
    
    # Extract
    tar -xzf temps-darwin-amd64.tar.gz
    
    # Move to PATH
    sudo mv temps /usr/local/bin/temps
    
    # Verify
    temps --version
    

    macOS ARM64 (Apple Silicon)

    # Download
    curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.6-beta.1/temps-darwin-arm64.tar.gz
    
    # Extract
    tar -xzf temps-darwin-arm64.tar.gz
    
    # Move to PATH
    sudo mv temps /usr/local/bin/temps
    
    # Verify
    temps --version
    

    Checksums

    # Download checksums
    curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.6-beta.1/checksums.txt
    
    # Verify checksum (Linux/macOS)
    sha256sum -c checksums.txt --ignore-missing
    
    Downloads