Releases: 0xbl33p/goblintown
Goblintown v0.7.0-beta.1
Beta 0.7 ships full desktop installer packages for macOS, Windows, and Linux:
DMGs, one-click NSIS EXEs, and AppImages.
GitHub Release:
https://github.com/0xbl33p/goblintown/releases/tag/v0.7.0-beta.1
These are unsigned beta packages published before Apple Developer ID
notarization and Windows Authenticode signing are ready. macOS may show
Gatekeeper friction, and Windows may show SmartScreen warnings. Signed
installers will replace these once certificates are configured.
Assets
Download the installer for your platform directly from the release:
Goblintown-0.7.0-beta.1-mac-arm64.dmgGoblintown-0.7.0-beta.1-mac-x64.dmgGoblintown-0.7.0-beta.1-win-x64.exeGoblintown-0.7.0-beta.1-win-arm64.exeGoblintown-0.7.0-beta.1-win.exeGoblintown-0.7.0-beta.1-linux-x86_64.AppImageGoblintown-0.7.0-beta.1-linux-arm64.AppImage
Each release also publishes SHA256SUMS.txt. Verify a downloaded asset with:
shasum -a 256 -c SHA256SUMS.txtInstall
- macOS: open the DMG, drag Goblintown to Applications, then launch it. Because
this beta is unsigned, macOS may require right-click Open or an explicit
Privacy & Security approval. - Windows: run the NSIS installer. Because this beta is unsigned, SmartScreen
may require More info -> Run anyway. - Linux: mark the AppImage executable, then launch it.
On first run, Goblintown opens into chat, asks which AI API or local model
should power it, then walks through optional setup.
Reconstructing from committed split parts (fallback)
When the release assets cannot be downloaded directly, the same installer bytes
are committed under release/parts/ as *.part-* files small enough for plain
git. Concatenate the matching parts for your platform in lexical order and
verify against the committed checksums:
cat release/parts/Goblintown-0.7.0-beta.1-win-x64.exe.part-* > release/Goblintown-0.7.0-beta.1-win-x64.exe
shasum -a 256 -c release/parts/SHA256SUMS.txt