v0.4.3
Linux and Windows builds
The installer used to stop on anything that wasn't a Mac. Every release now
ships five binaries:
| platform | asset |
|---|---|
| macOS arm64 | emailbump-aarch64-apple-darwin.tar.gz |
| macOS x86_64 | emailbump-x86_64-apple-darwin.tar.gz |
| Linux x86_64 | emailbump-x86_64-unknown-linux-musl.tar.gz |
| Linux aarch64 | emailbump-aarch64-unknown-linux-musl.tar.gz |
| Windows x86_64 | emailbump-x86_64-pc-windows-gnu.zip |
Linux is static musl, so one binary per architecture works on any distro —
Alpine and Debian get the same file, with no glibc version to satisfy.
curl -fsSL https://raw.githubusercontent.com/danest/emailbump-cli/main/install.sh | sh
now works on Linux. On Windows, download the zip from this page and put
emailbump.exe on your PATH — the installer is a shell script and says so
rather than failing obscurely.
The binary is both the CLI and the MCP server (emailbump mcp), so this
extends the MCP server to those platforms too.