Releases: truespar/sentio
Release list
v0.1.5
Run it
docker run --rm ghcr.io/truespar/sentio:0.1.5 --helpOr 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 -dImage 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-smtpWindows 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.
v0.1.4
Run it
docker run --rm ghcr.io/truespar/sentio:0.1.4 --helpOr 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.4
docker compose up -dImage ghcr.io/truespar/sentio:0.1.4 - linux/amd64, linux/arm64
Binaries
| Platform | File |
|---|---|
| Linux x86_64 | sentio-smtp-0.1.4-x86_64-unknown-linux-gnu.tar.gz |
| Linux aarch64 | sentio-smtp-0.1.4-aarch64-unknown-linux-gnu.tar.gz |
| Windows x86_64 | sentio-smtp-0.1.4-x86_64-pc-windows-msvc.zip |
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-smtpWindows 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.
v0.1.3
Run it
docker run --rm ghcr.io/truespar/sentio:0.1.3 --helpOr 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.3
docker compose up -dImage ghcr.io/truespar/sentio:0.1.3 - linux/amd64, linux/arm64
Binaries
| Platform | File |
|---|---|
| Linux x86_64 | sentio-smtp-0.1.3-x86_64-unknown-linux-gnu.tar.gz |
| Linux aarch64 | sentio-smtp-0.1.3-aarch64-unknown-linux-gnu.tar.gz |
| Windows x86_64 | sentio-smtp-0.1.3-x86_64-pc-windows-msvc.zip |
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-smtpWindows 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.
v0.1.2
Run it
docker run --rm ghcr.io/truespar/sentio:0.1.2 --helpOr 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.2
docker compose up -dImage ghcr.io/truespar/sentio:0.1.2 - linux/amd64, linux/arm64
Binaries
Dynamically linked, requiring glibc 2.34 or newer - Debian 12+,
Ubuntu 22.04+, RHEL 9+. Grant the port-binding capability
rather than running as root:
sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/sentio-smtpVerify with sha256sum -c SHA256SUMS.
Changes
See CHANGELOG.md.
v0.1.1
Run it
docker run --rm ghcr.io/truespar/sentio:0.1.1 --helpOr 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.1
docker compose up -dImage ghcr.io/truespar/sentio:0.1.1 - linux/amd64, linux/arm64
Binaries
Dynamically linked, requiring glibc 2.34 or newer - Debian 12+,
Ubuntu 22.04+, RHEL 9+. Grant the port-binding capability
rather than running as root:
sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/sentio-smtpVerify with sha256sum -c SHA256SUMS.
Changes
See CHANGELOG.md.