Skip to content

Releases: vmodekurti/soulacy-personal

Soulacy v0.1.15

Choose a tag to compare

@github-actions github-actions released this 10 Sep 14:43
39d482c

Soulacy v0.1.15

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.15/install.sh | bash

Docker (full stack):

curl -o docker-compose.yml https://raw.githubusercontent.com/vmodekurti/soulacy-personal/v0.1.15/docker-compose.yml
docker compose up

Docker (SQLite only):

docker pull ghcr.io/vmodekurti/soulacy-personal:v0.1.15
docker run -p 18789:18789 -v ~/.soulacy:/home/soulacy/.soulacy ghcr.io/vmodekurti/soulacy-personal:v0.1.15

Downloads

Platform Binary
macOS Apple Silicon soulacy_v0.1.15_darwin_arm64.tar.gz
macOS Intel soulacy_v0.1.15_darwin_amd64.tar.gz
Linux x86_64 soulacy_v0.1.15_linux_amd64.tar.gz
Linux ARM64 soulacy_v0.1.15_linux_arm64.tar.gz

Verifying downloads

Verify checksums:

sha256sum -c checksums.sha256

Verify 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.sha256

An SBOM (soulacy.sbom.spdx.json) is attached and signed the
same way.

What's Changed

Full Changelog: v0.1.14...v0.1.15

Soulacy v0.1.14

Choose a tag to compare

@github-actions github-actions released this 04 Sep 19:02
fc1de34

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 | bash

Docker (full stack):

curl -o docker-compose.yml https://raw.githubusercontent.com/vmodekurti/soulacy-personal/v0.1.14/docker-compose.yml
docker compose up

Docker (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.14

Downloads

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.sha256

Verify 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.sha256

An 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

Full Changelog: https://github.com/vmodekurti/soulacy-personal/commits/v0.1.14