Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Worldline Releases

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.

What's here

Each tagged release ships:

  • Worldline_<version>_aarch64.dmg — installer for Apple Silicon Macs
  • Worldline.app.tar.gz — auto-updater payload
  • Worldline.app.tar.gz.sig — minisign signature of the payload
  • latest.json — Tauri auto-updater manifest

Auto-updater

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.

Verifying a download

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.sig

The notarized .dmg is also stapled with an Apple notarization ticket; Gatekeeper will accept the install offline once verified.

Issues

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.

About

Public release artifacts for the Worldline desktop app — auto-updater feed, dmg installers, and signed update bundles. Source code lives in the private chaoschain/worldline-app repo.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors