Public distribution channel for the Worldline macOS desktop app.
This repository contains release artifacts only — installers, auto-updater bundles, and update manifests. The application source code lives in the private ChaosChain/worldline-app repository.
Each tagged release ships:
Worldline_<version>_aarch64.dmg— installer for Apple Silicon MacsWorldline.app.tar.gz— auto-updater payloadWorldline.app.tar.gz.sig— minisign signature of the payloadlatest.json— Tauri auto-updater manifest
Installed copies of Worldline poll
https://github.com/ChaosChain/worldline-releases/releases/latest/download/latest.json
on launch. New versions are downloaded over HTTPS, verified against a baked-in
public key, and applied in place. No manual steps required from version 0.1.1
onward.
Each .app.tar.gz is signed with a minisign keypair. The public key is
embedded in every shipped Worldline binary. To verify manually:
minisign -V -P "<see tauri.conf.json plugins.updater.pubkey>" \
-m Worldline.app.tar.gz \
-x Worldline.app.tar.gz.sigThe notarized .dmg is also stapled with an Apple notarization ticket;
Gatekeeper will accept the install offline once verified.
For bugs in the application, file issues on the private worldline-app
repository (org members) or contact us via the channel listed at
chaoscha.in.