The recommended build.
Developer ID signed and notarized, wired into automatic updates and the same vault you use on every other machine.
Download for macOS- Format
- DMG
- Architecture
- Apple Silicon
- Trust
- Developer ID + notarized
One release channel for macOS, Windows, and Linux. Signed builds, SHA-256 checksums, GPG signatures where they matter, and the same vault on every machine you sign in from.
Developer ID signed and notarized, wired into automatic updates and the same vault you use on every other machine.
Download for macOSThe Windows desktop carries the same project memory, agent workflows, plugins, and update channel as the macOS build.
Download for WindowsCurrently development-signed while public Microsoft signing is finalized.
AppImage and Debian packages, each with SHA-256 checksums and GPG signatures so the package can be verified before it runs.
Pull the package, the matching .sha256, the
matching .asc, and
deeda-think-linux-release-public-key.asc from
the same release directory. Then:
KEY=deeda-think-linux-release-public-key.asc
PKG=deeda-think_0.1.0_amd64.AppImage
gpg --import "$KEY"
sha256sum -c "$PKG.sha256"
gpg --verify "$PKG.asc" "$PKG"