Skip to content

Hoplight v0.1.11

Choose a tag to compare

@github-actions github-actions released this 24 Jul 07:17

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 is Hoplight.exe.
  • Launching Hoplight.exe while Hoplight is already running just opens another window onto the
    same studio. Your pieces live in Documents/Hoplight Studio as plain files.

Changes: v0.1.10...v0.1.11

Commits

9390fcd release: v0.1.11 [skip release]
bf9bc8d feat(remote): reach the studio from your own devices (Tailscale + LAN)
135a166 release: v0.1.10 [skip release]
ed224b6 Merge pull request #5 from Coneja-Chibi/fix/docs-index-autoregen
e76765b Hook: regenerate docs index from the staged snapshot; include FORMAT-SUPPORT in the corpus
5fab719 Auto-regenerate the docs index in pre-commit so it cannot go stale