Skip to content

Releases: zoompilot/jetlink

Release list

Jetlink v0.3.0a1

Jetlink v0.3.0a1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Sep 22:30
v0.3.0a1
a01fcae

Full Changelog: https://github.com/zoompilot/jetlink/commits/v0.3.0a1

Container images

Tagged by platform: an arm64 Jetson image and an amd64 CUDA image are different stacks, and arm64 on its own does not mean Jetson.

docker pull ghcr.io/zoompilot/jetlink:0.3.0a1-jetson
docker pull ghcr.io/zoompilot/jetlink:0.3.0a1-cuda

The macOS app is not signed

This build was made without signing secrets, so macOS refuses to open it the first time. Right-click Jetlink in Applications, choose Open, and confirm, or open System Settings > Privacy & Security and click Open Anyway. Removing the quarantine flag works too:

xattr -d com.apple.quarantine /Applications/Jetlink.app

It is Apple silicon only.