Hew v0.7.2
Hew v0.7.2 - The "Update the code to match the docs" Release
The "Getting Started" tutorial on the website was almost completely rewritten to be easier to follow but in the context of the re-write, it became clear that the "command palette" search key binding was weirdly inconsistent. Going forward, it's Cmd-/ on macOS and Ctrl-/ everywhere else
Downloads
The download page picks the right build
for your system, or grab a file directly:
| Platform | x64 / Intel | ARM64 / Apple Silicon |
|---|---|---|
| macOS — disk image | universal .dmg | universal .dmg |
| Windows — installer | .exe | .exe |
| Linux — AppImage | .AppImage | .AppImage |
| Linux — Debian/Ubuntu | .deb | .deb |
| Linux — Fedora/openSUSE | .rpm | .rpm |
| Web — self-hosting tarball | .tar.gz | .tar.gz |
- The macOS disk image is signed and notarized; one universal app
covers Apple Silicon and Intel. - Windows installers are not code-signed yet, so SmartScreen may
warn on first run — choose More info, then Run anyway. - On Linux, mark the AppImage executable (
chmod +x) before
first run, or install the .deb/.rpm. - Desktop builds update themselves;
latest.jsonand the
.sigassets serve that built-in updater and are not meant
for manual download. - Or skip installing entirely: Hew runs in the browser at
app.hew3d.com.