Download Latest Version v0.12.0 source code.zip (9.7 MB)
Email in envelope

Get an email when there's a new version of runwisp

Home / v0.2.0
Name Modified Size InfoDownloads / Week
Parent folder
checksums-sha256.txt 2026-04-25 370 Bytes
runwisp-darwin-arm64.tar.gz 2026-04-25 6.6 MB
runwisp-darwin-x64.tar.gz 2026-04-25 7.1 MB
runwisp-linux-arm64.tar.gz 2026-04-25 6.3 MB
runwisp-linux-x64.tar.gz 2026-04-25 7.0 MB
README.md 2026-04-25 1.3 kB
v0.2.0 - TOML switch source code.tar.gz 2026-04-25 1.7 MB
v0.2.0 - TOML switch source code.zip 2026-04-25 1.9 MB
Totals: 8 Items   30.5 MB 0

Improved

  • Config format moved from YAML to TOML. runwisp.yaml is no longer read; configuration lives in runwisp.toml. Every per-task field has been flattened and renamed for a much gentler learning curve. The runwisp add and runwisp edit CLI commands are gone — edit the TOML file in your editor (it's now simple enough that interactive editors are unnecessary).

  • Launch tickets are shorter without losing security. One-time launch-ticket URLs now use 43 base62 characters instead of 64 hex characters, keeping the same ~256 bits of entropy while producing a noticeably shorter URL.

Added

  • Fullscreen log streaming in the TUI. Press f while viewing a task's logs to expand to fullscreen — the terminal cursor works normally (no hijacking), line numbers disappear, and you can select and copy text directly with your mouse. Press f or esc to return to the normal view.

Fixed

  • TUI sidebar navigation while viewing a run. When an execution detail was open, pressing to focus the sidebar and then Enter on a sidebar item (like "Home") could either snap back to the previous task detail or do nothing at all. Sidebar keyboard navigation now consistently takes you to the selected view.
Source: README.md, updated 2026-04-25