Skip to content

POD Client v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Aug 15:11
09ec268

Release v0.3.0 - See the assets below to download this version and install.

What's Included

  • POD2 Desktop Client - Tauri-based desktop application for managing POD collections
  • PodNet CLI - Command-line tool for publishing and upvoting content on PodNet

Installation Notes

POD2 Desktop Client

macOS

The macOS application is ad-hoc signed. On first launch, you may see a security warning. To run the app:

  1. Right-click the app in Applications folder
  2. Select "Open" from the context menu
  3. Click "Open" in the security dialog

This is a one-time process. Subsequent launches will work normally.

Windows & Linux

No additional steps required for installation.

PodNet CLI

Download the CLI binary for your platform and make it executable:

  • Linux/macOS: chmod +x podnet-cli && ./podnet-cli --help
  • Windows: podnet-cli.exe --help

What's Changed

Full Changelog: v0.2...v0.3.0-client