The desktop app, for whatever machine you actually work on.

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.

Current release · deeda Think 0.1.0 3 operating systems 1 update channel 5 versions retained
macOS · Apple Silicon

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
Windows · x64

Same vault, every workstation.

The Windows desktop carries the same project memory, agent workflows, plugins, and update channel as the macOS build.

Download for Windows

Currently development-signed while public Microsoft signing is finalized.

Format
MSI
Architecture
x64
Trust
Signed build
Linux · x64

For workstations with opinions.

AppImage and Debian packages, each with SHA-256 checksums and GPG signatures so the package can be verified before it runs.

Formats
AppImage · deb
Architecture
x64
Trust
SHA-256 + GPG

Verify before you install.

Pull the package, the matching .sha256, the matching .asc, and deeda-think-linux-release-public-key.asc from the same release directory. Then:

verify-deeda-think.sh
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"