Skip to content

v0.1.5

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Aug 19:27
· 2 commits to main since this release
5161cd2

Run it

docker run --rm ghcr.io/truespar/sentio:0.1.5 --help

Or the full stack, which brings up PostgreSQL, Redis, NATS,
MinIO, ClamAV and rspamd alongside it:

git clone https://github.com/truespar/sentio.git && cd sentio
git checkout v0.1.5
docker compose up -d

Image ghcr.io/truespar/sentio:0.1.5 - linux/amd64, linux/arm64

Binaries

Platform File
Linux x86_64 sentio-smtp-0.1.5-x86_64-unknown-linux-gnu.tar.gz
Linux aarch64 sentio-smtp-0.1.5-aarch64-unknown-linux-gnu.tar.gz
Windows x86_64 sentio-smtp-0.1.5-x86_64-pc-windows-msvc.zip

sentio-mcp, the MCP server that gives agents email as tools,
ships as its own archive for the same three platforms:
sentio-mcp-0.1.5-<platform>. It needs no database of its
own - point it at a running Sentio with SENTIO_BASE_URL and
SENTIO_API_KEY.

The Linux builds are dynamically linked and need glibc 2.34 or
newer - Debian 12+, Ubuntu 22.04+, RHEL 9+. Binding port 25 as a
non-root user needs the capability rather than root:

sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/sentio-smtp

Windows has no privileged-port restriction, so no equivalent step
is needed there. Linux is the supported deployment target and is
what the container image and CI exercise; the Windows build is
compiled and published but not run in CI.

Verify with sha256sum -c SHA256SUMS.

Changes

See CHANGELOG.md.