Agent Inbox v1.2.1
Agent Inbox v1.2.1
Desktop packages for macOS and supported glibc-based Linux systems.
Packages
- macOS 13.5 or later, Apple silicon or Intel:
Agent-Inbox-v1.2.1-universal.dmg - Linux x86_64 AppImage:
Agent-Inbox-v1.2.1-linux-x86_64.AppImage - Linux arm64 AppImage:
Agent-Inbox-v1.2.1-linux-arm64.AppImage - Debian/Ubuntu amd64:
agent-inbox_1.2.1_amd64.deb - Debian/Ubuntu arm64:
agent-inbox_1.2.1_arm64.deb
Linux packages require kernel 4.18+, glibc 2.34+, and GLIBCXX_3.4.29+; tested representative floors are Ubuntu 22.04, Debian 12, and RHEL 9.
AppImages may use APPIMAGE_EXTRACT_AND_RUN=1 with a private mode-0700 TMPDIR when FUSE is unavailable.
Install DEBs with sudo apt install ./PACKAGE.deb; remove with sudo apt remove agent-inbox or sudo apt purge agent-inbox. User inbox data and Setup runtimes under ~/.agent-inbox are preserved.
On macOS, open the DMG, drag Agent Inbox to Applications, and launch it from Finder. Gatekeeper trust applies only to the notarized macOS package; Linux packages are checksum-verified but not OS-wide signed.
Open Setup after launch to install the bundled architecture-specific Node 24 runtime and register Claude Code and/or GitHub Copilot CLI. Setup copies the runtime under ~/.agent-inbox/runtime/, so moving or removing the package later does not break the installed integration.
Verify
# macOS
shasum -a 256 -c SHA256SUMS.txt
spctl --assess --type open --context context:primary-signature --verbose=4 Agent-Inbox-v1.2.1-universal.dmg
# Linux
sha256sum -c SHA256SUMS.txtSee the repository installation guide for AppImage no-FUSE commands, DEB lifecycle details, and the Node 24 source-build fallback.