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=nativein.cargo/config.tomlwith explicit CPU feature flags (+aes,+sse2,+sse4.1,+sse4.2,+pclmul);nativecompiled 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
.AppImage→chmod +x hoshi2star_*.AppImage→./hoshi2star_*.AppImage - Windows: download and run the
.msi