• v0.38.1 88138341ae

    v0.38.1
    All checks were successful
    Multi-Platform Release Build / build (false, linux/arm64, native) (push) Successful in 15m1s
    Multi-Platform Release Build / build (true, gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 cmake nasm, map[CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER:x86_64-w64-mingw32-gcc CC_x86_64_pc_windows_gnu:x86_64-w64-mingw32-gcc], linux/amd64, x86_64-pc-windows-gnu) (push) Successful in 22m50s
    Multi-Platform Release Build / build (true, build-essential gcc-x86-64-linux-gnu libc6-dev-amd64-cross pkg-config binutils-x86-64-linux-gnu, map[CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER:x86_64-linux-gnu-gcc], linux/amd64, x86_64-unknown-linux-gnu) (push) Successful in 19m9s
    Multi-Platform Release Build / create-release (push) Successful in 1m9s
    Stable

    marcodearaujo released this 2026-02-05 16:57:25 -04:00 | 4 commits to main since this release

    🚀 Multi-Platform Release

    Compiled on Forgejo Runner ARM64

    📦 Available Binaries

    This release includes binaries for the following platforms:

    • Linux x86_64 (Intel/AMD 64-bit)
    • Linux ARM64 (aarch64) - Raspberry Pi 4, ARM servers
    • Windows x86_64 (64-bit)

    🚀 How to use

    Linux/ARM:

    # Download the appropriate binary
    wget https://your-forgejo.com/releases/download/v0.38.1/uptime-kuma-dashboard-<your-target>
    # Make executable
    chmod +x uptime-kuma-dashboard-*
    # Run
    ./uptime-kuma-dashboard-* --base-url https://your-kuma --slug your-slug
    

    Windows:

    # Download uptime-kuma-dashboard-x86_64-pc-windows-gnu.exe
    # Run in PowerShell or CMD
    .\uptime-kuma-dashboard-x86_64-pc-windows-gnu.exe --base-url https://your-kuma --slug your-slug
    

    Verify Checksums

    sha256sum -c SHA256SUMS.txt
    

    🏗️ Build Information

    • Rust Version:
    • Build Date: 2026-02-05
    • Build Type: Release (optimized with LTO)
    Downloads