Releases: vmodekurti/soulacy-personal
Releases · vmodekurti/soulacy-personal
Release list
Soulacy v0.1.15
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 | bashDocker (full stack):
curl -o docker-compose.yml https://raw.githubusercontent.com/vmodekurti/soulacy-personal/v0.1.15/docker-compose.yml
docker compose upDocker (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.15Downloads
| 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.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 macOS release signing by @vmodekurti in #5
- Make Deployed Agents mobile first by @vmodekurti in #6
- Remember trusted browser sessions by @vmodekurti in #7
- Fix Personal browser session late wiring by @vmodekurti in #8
- Add Personal marketing home and login experience by @vmodekurti in #9
- Fix Personal MCP installation failures by @vmodekurti in #10
- fix: avoid false-positive package safety blocks by @vmodekurti in #11
- Fix stale authentication screen after login by @vmodekurti in #12
- Show scheduled and manual automation runs in history by @vmodekurti in #13
- Add structured remote MCP connection authentication by @vmodekurti in #15
- Centralize sensitive MCP query detection by @vmodekurti in #16
- Secure remote MCP and package provisioning by @vmodekurti in #17
- fix(personal): allow administrators to install skills by @vmodekurti in #18
- Fix GitHub subdirectory and bundle skill installs by @vmodekurti in #19
- Fix MCP monorepo installation by @vmodekurti in #22
Full Changelog: v0.1.14...v0.1.15
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