Hoplight v0.1.24
Install
| You are on | Take this file | Then |
|---|---|---|
| Windows | Hoplight.exe |
Double-click it. That is the whole install. |
| Windows, terminal | hoplight-cli-windows-x64.exe |
Optional. Run it from a terminal with a command; it has no window. |
| macOS | hoplight-cli-darwin-arm64 (Apple Silicon) or hoplight-cli-darwin-x64 (Intel) |
Terminal tool: chmod +x it, run ./hoplight-cli-darwin-arm64 ui, open the printed address |
| Linux | hoplight-cli-linux-x64 (Intel/AMD) or hoplight-cli-linux-arm64 (ARM, Raspberry Pi) |
Terminal tool: chmod +x it, run ./hoplight-cli-linux-x64 ui, open the printed address |
- Windows warns once: SmartScreen shows "Windows protected your PC" because the exe is new and
unsigned, not because anything is wrong. Click More info, then Run anyway.SHA256SUMS
is right here if you want to verify the download first. - App starts but no window? Install Microsoft's
WebView2 runtime and launch again
(Windows 11 already has it). - The
hoplight-cli-*files are terminal tools with no window. Double-clicking one on Windows now
prints the help and waits for Enter instead of flashing shut. The double-click app isHoplight.exe. - Kit (
hoplight-kit-*) is the terminal companion: your whole studio as a conversation, in a
terminal. Optional, and a separate download from the app. Windows x64, Linux x64, Linux arm64 and
Apple Silicon. - Renamed this release: the CLI downloads gained a
-cliin their names
(hoplight-windows-x64.exeis nowhoplight-cli-windows-x64.exe, and the same for macOS and
Linux). If you update the CLI from inside itself, grab this one manually once; the desktop app is
unaffected. - Launching
Hoplight.exewhile Hoplight is already running just opens another window onto the
same studio. Your pieces live inDocuments/Hoplight Studioas plain files.
Changes: v0.1.23...v0.1.24
Commits
2a15a30 release: v0.1.24 [skip release]
d0e6201 docs: the RoleCall to SillyTavern crossing, and the keystore's three backends
617cb70 fix(keystore): make the recovery notice reach every surface that can trigger one
cd25f52 fix(keystore): recover from a damaged key file instead of blocking on it
3160bc7 fix(keystore): give non-Windows machines a lock they can actually use
4111500 fix(macros): count every write form before calling a domain closed
91b326e fix(macros): resolve a preset source dialect, and report what its logic is made of
c400956 feat(macros): lower indexed access, and stop flattening blocks a target can run
c0b87bf fix(macros): catalog SillyTavern's current macro engine, not the legacy one
972e3cf feat(macros): read a RoleCall preset's state layer