Hoplight v0.1.19
Install
| You are on | Take this file | Then |
|---|---|---|
| Windows | Hoplight.exe |
Double-click it. That is the whole install. |
| macOS | hoplight-darwin-arm64 (Apple Silicon) or hoplight-darwin-x64 (Intel) |
Terminal tool: chmod +x it, run ./hoplight-darwin-arm64 ui, open the printed address |
| Linux | hoplight-linux-x64 |
Terminal tool: chmod +x it, run ./hoplight-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-*files are terminal tools; double-clicking one flashes a console and closes.
The double-click app isHoplight.exe. - 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.18...v0.1.19
Commits
6b04b75 release: v0.1.19 [skip release]
b8b9833 chore(repo): remove internal planning residue
e9489e6 fix(studio): serialize atomic replacement renames
756aacf chore(repo): tighten verification and project guidance
5741798 fix(studio): prevent stale writes and data loss
af3dd52 fix(kit): harden execution and provider boundaries
16a0f13 feat(core): enforce canonical runtime contracts