Hoshi2Star v0.4.1
·
1 commit
to 051711eca8d60c1bf14e81f386202894fd588df2
since this release
Hoshi2Star v0.4.1 — 星 → ★
CAT editor + LLM orchestrator for fan translation
of Japanese RPG Maker MV/MZ games.
Interface available in English and French 🇬🇧 🇫🇷
📖 See README.md
What's new in v0.4.1
- Fix AppImage crash on HTTPS URLs (RunPod) — switched reqwest from
native-tls(OpenSSL) torustls; OpenSSL's C-levelabort()on TLS init failure was killing the process with no error message when changing the Ollama URL to an HTTPS endpoint
Prerequisites
- Ollama installed locally (or a RunPod 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