• v1.0.0 d978994b27

    gamertan released this 2026-09-09 10:07:53 -04:00 | 1 commits to main since this release

    Sandwich Hime v1.0.0

    An HTML-first template engine for Go, ready for learners, working developers,
    and the applications they want to build. Write trusted .sando templates;
    Hime-san compiles them into typed Go components. Keep your router, your server,
    your application, and your choice of license.

    This release establishes the v1 compatibility contract for the template
    language, generated API, runtime ABI sando.v1, command line, diagnostics and
    schemas. It retains the real-parser language server and optional local
    development supervisor. Fixes will arrive through new immutable patch releases.

    Start with Go

    Inside your application module, install the runtime first:

    go get gamertan.com/sandwich-hime/sando@v1.0.0
    go install gamertan.com/sandwich-hime/cmd/himesan@v1.0.0
    himesan --help
    

    Production applications use committed generated Go and the small Apache-2.0
    runtime, not the AGPL compiler. User templates and generated applications may
    use their authors' chosen terms, subject to input/dependency rights and the
    documented output permission. No contribution agreement is needed to learn,
    use Hime, or build a private or commercial application.

    Native downloads

    • Apple Silicon macOS: Developer ID-signed, notarized and stapled DMG.
    • Linux amd64: native archive with checksums, license texts and build provenance.
    • Each attached download has a SHA-256 sidecar. Compiler and runtime tags are
      signed, annotated, immutable, and point to public source
      d978994b274db223370ad15c8291230e1b60d9ca.

    The maintained platforms are Linux/amd64 and macOS/arm64, verified with Go
    1.26.7 and Go 1.27.0. Other platforms are welcome portability contributions,
    not an expanded support promise. The module language directive remains Go 1.25.

    The maintainer accepted three documented assurance follow-ups for this release:
    independent Mac installation on alternate hardware, offline/second-person
    credential recovery, and missing timed dogfooding checkpoint notes. They are
    not represented as completed tests. See the roadmap and security policy.

    Learn, contribute, keep building

    New contributions use DCO sign-off and an explicit prospective agreement that
    preserves contributor ownership and commits official stewardship to shared
    value. It does not retroactively bind previous contributors. Commercial use
    and compliant independent forks are welcome.

    Please report security concerns privately to security@sandwichhime.com.
    Gitea is the canonical source, contribution and release venue; GitHub remains
    a discovery copy. v1.0.0 is the beginning of maintained v1, not the end of work.

    Downloads