Skip to content

Release v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 May 08:50
v0.5.0
955b857

pubky-backup

A lightweight, multi-platform desktop application which maintains a local copy of a Pubky user's published data.

Select a release build from below, enter your pubkeys and let the backups begin!

MacOS and Windows

Simply download the release build and run.

Debian Linux

Select .deb release. After downloading, install the package. Eg Using apt:

sudo apt install ./pubky-backup-*.deb 

Non-debian Linux

Select the .AppImage release. After downloading, you'll need to make it executable before running:

chmod +x pubky-backup-*.AppImage

What's Changed

  • feat: Add .deb build. fix: Always use file explorer to open directory by @86667 in #55
  • feat: Activity log by @86667 in #57

Full Changelog: v0.4.1...v0.5.0