• v12.8.2.3 4a4194ccec

    Forgejo Runner v12.8.2.3
    All checks were successful
    Integration Testing / integration-test (release) Successful in 14s
    Stable

    zachhandley released this 2026-04-08 00:50:46 +00:00 | 32 commits to main since this release

    Forgejo Runner v12.8.2.3 - Multi-Platform Release

    Based on upstream Forgejo Runner v12.8.2

    Downloads

    Platform Binary Checksum
    macOS Apple Silicon forgejo-runner-12.8.2.3-darwin-arm64 f5bb636c80f738f4930361f079df607571df4cf7583843cd564400fb0b0c0e2a
    macOS Intel forgejo-runner-12.8.2.3-darwin-amd64 1955c7124c9ffe349403f90df427ae363413175659cf2a2059da4140d9b9b5ea
    Linux x64 forgejo-runner-12.8.2.3-linux-amd64 049c73faa823f944e7bd9d792082f280bb66297066e68f818fd89133cd270c55
    Linux ARM64 forgejo-runner-12.8.2.3-linux-arm64 6b377beeb4393c002c90a3d8a2c2f3d1b5d6b77a74795a436315e6df72391cbb
    Windows x64 forgejo-runner-12.8.2.3-windows-amd64.exe a25d77455f6207131725eed2e2cb20d900ad73872836014a4fe69c997fe00f36

    Installation

    macOS:

    brew tap blackleafdigital/forgejorunner https://forge.blackleafdigital.com/Public/ForgejoRunner.git
    brew install forgejo-runner
    

    Linux:

    curl -fsSL https://forge.blackleafdigital.com/Public/ForgejoRunner/raw/branch/main/scripts/install-linux.sh | sudo bash
    

    Windows (Chocolatey):

    choco install forgejo-runner --source https://forge.blackleafdigital.com/Public/ForgejoRunner/releases/download/v12.8.2.3/
    

    Windows (Manual):

    irm https://forge.blackleafdigital.com/Public/ForgejoRunner/raw/branch/main/scripts/install-windows.ps1 | iex
    
    Downloads