• gamertan released this 2026-08-12 14:54:36 -04:00 | 13 commits to main since this release

    Sandwich Hime is an HTML-first, ahead-of-time template engine for Go. This is its first signed, installable public beta for classrooms, learning, prototypes, evaluation, and compatibility feedback. It is not a production-stability promise, and interfaces may change before final v1.

    Install

    Inside your application module, add the small Apache-2.0 runtime first:

    go get gamertan.com/sandwich-hime/sando@v1.0.0-beta.1
    

    Then install Hime-san:

    go install gamertan.com/sandwich-hime/cmd/himesan@v1.0.0-beta.1
    

    The runtime-first order avoids a Go module-cache ambiguity between the parent compiler module and nested runtime at the same Beta 1 version. The coordinated runtime tag is sando/v1.0.0-beta.1.

    Evidence and boundaries

    • Exact source: b7a84054d755e42285e50298e41e47f06a8325a5
    • Go 1.25.12 and 1.26.5 passed on native Windows and executed Linux.
    • Fresh direct and proxy.golang.org installs pass; both modules are recorded by SumDB and pkg.go.dev.
    • Compiler and runtime each declare zero third-party Go module requirements.
    • Native macOS maintainer testing is still pending, so Mac support is provisional in this beta.
    • This is a signed source/module release. Prebuilt binaries, SBOMs, checksums, and final compatibility guarantees remain release-candidate work.

    Start with the step-by-step tutorial, read the changelog, and review the security policy. Vulnerabilities should be reported privately to security@sandwichhime.com.

    Downloads