Skip to content

Hoshi2Star v0.4.2

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jun 21:30

Hoshi2Star v0.4.2 — 星 → ★

CAT editor + LLM orchestrator for fan translation of Japanese RPG Maker games.
Interface available in English and French 🇬🇧 🇫🇷
📖 README · Full Changelog

Fixed

  • Fix SIGILL crash on AppImage launch — replace target-cpu=native in .cargo/config.toml with explicit CPU feature flags (+aes,+sse2,+sse4.1,+sse4.2,+pclmul); native compiled for the CI runner's exact microarchitecture, producing binaries that crash on any different CPU; the explicit flags satisfy the minimum required by marshal-rs → gxhash (AES-NI + SSE2) while remaining portable across x86-64 v2+ machines

Prerequisites

  • Ollama installed locally (or a RunPod HTTPS endpoint)
  • Recommended model: ollama pull qwen3:4b-instruct-2507-q8_0

Installation

  • Linux: download .AppImagechmod +x hoshi2star_*.AppImage./hoshi2star_*.AppImage
  • Windows: download and run the .msi