Skip to content

Releases: timeofthewolf/Shrewdness

Release list

v1.0.0

Choose a tag to compare

@timeofthewolf timeofthewolf released this 03 Aug 13:10
v1.0.0
f8027bf

The Shrewd toolchain and the Shrewdness IDE for Linux, macOS and Windows.

Which download

you want take
the IDE as a desktop app Shrewdness-1.0.0-*.AppImage / .dmg / -win-x64.exe
a portable Windows app, no installer Shrewdness-1.0.0-win-x64.zip
just the shrewdc toolchain and the server shrewdness-v1.0.0-<platform> archive

The plain archives contain shrewdc, shrewdness, the built front end and the
examples. Unpack anywhere and run shrewdness; it finds web/ and examples/
next to its own executable and serves the IDE on http://127.0.0.1:7070/.

First launch

Nothing here is signed with a paid developer certificate, so both desktop
operating systems will warn you once.

macOS — "the developer cannot be verified". Right-click the app and choose
Open, then Open again; double-clicking will not offer the option. Or:

xattr -dr com.apple.quarantine /Applications/Shrewdness.app

Windows — SmartScreen shows "Windows protected your PC". Choose
More info → Run anyway.

Verify what you downloaded against SHA256SUMS:

sha256sum -c SHA256SUMS      # shasum -a 256 -c on macOS