-
castra v0.3.0 Stable
released this
2026-07-31 09:23:40 +00:00 | 1 commits to main since this releaseStandalone binaries — no bun, node or npm needed at runtime.
curl -fsSL https://git.b4mad.industries/agentic-forges/castra/raw/branch/main/install.sh | shInstalls into
~/.local/bin. Override withCASTRA_VERSION,CASTRA_PREFIXorCASTRA_REPO. Assets are checksum-verified againstSHA256SUMS.Targets
asset platform castra-linux-x64.gzLinux x86_64 castra-linux-arm64.gzLinux aarch64 castra-darwin-arm64.gzmacOS Apple Silicon Intel macOS is not a released target — build from a checkout with
bun run install:local.Changes
- feat: standalone binary distribution —
install.sh,scripts/release-build.sh,install:local/release:build - fix:
forgejo-mcppinned to thev2.30minor series, so patch releases pass while a minor bump still fails loud; an empty--clistdout reports the tool's real error instead of blaming the pin - fix:
selftestresolves its default target per forge host - fix: persona skills resolve from
CASTRA_HOMErather than the clone, so a lane can triage an issue whose code lives elsewhere - chore: allow-list / deny-list terminology, enforced by a pre-commit hook
Only
linux-x64has been smoke-tested; the arm64 and darwin builds are cross-compiled and unverified.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- feat: standalone binary distribution —