Soulacy v0.1.14
Soulacy v0.1.14
Installation
One-line install (macOS & Linux — downloads this release's
binaries, falls back to building from source):
curl -fsSL https://raw.githubusercontent.com/vmodekurti/soulacy-personal/v0.1.14/install.sh | bashDocker (full stack):
curl -o docker-compose.yml https://raw.githubusercontent.com/vmodekurti/soulacy-personal/v0.1.14/docker-compose.yml
docker compose upDocker (SQLite only):
docker pull ghcr.io/vmodekurti/soulacy-personal:v0.1.14
docker run -p 18789:18789 -v ~/.soulacy:/home/soulacy/.soulacy ghcr.io/vmodekurti/soulacy-personal:v0.1.14Downloads
| Platform | Binary |
|---|---|
| macOS Apple Silicon | soulacy_v0.1.14_darwin_arm64.tar.gz |
| macOS Intel | soulacy_v0.1.14_darwin_amd64.tar.gz |
| Linux x86_64 | soulacy_v0.1.14_linux_amd64.tar.gz |
| Linux ARM64 | soulacy_v0.1.14_linux_arm64.tar.gz |
Verifying downloads
Verify checksums:
sha256sum -c checksums.sha256Verify signatures with cosign
(keyless — no public key needed):
cosign verify-blob \
--certificate checksums.sha256.pem \
--signature checksums.sha256.sig \
--certificate-identity-regexp 'https://github.com/vmodekurti/soulacy-personal/.github/workflows/release.yml@.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
checksums.sha256An SBOM (soulacy.sbom.spdx.json) is attached and signed the
same way.
What's Changed
- Harden Personal governance and release identity by @vmodekurti in #1
New Contributors
- @vmodekurti made their first contribution in #1
Full Changelog: https://github.com/vmodekurti/soulacy-personal/commits/v0.1.14