• v0.3.0 1c0c7e2199

    castra v0.3.0 Stable

    goern released this 2026-07-31 09:23:40 +00:00 | 1 commits to main since this release

    Signed by goern
    GPG key ID: 9362019CF48851BB

    Standalone binaries — no bun, node or npm needed at runtime.

    curl -fsSL https://git.b4mad.industries/agentic-forges/castra/raw/branch/main/install.sh | sh
    

    Installs into ~/.local/bin. Override with CASTRA_VERSION, CASTRA_PREFIX or CASTRA_REPO. Assets are checksum-verified against SHA256SUMS.

    Targets

    asset platform
    castra-linux-x64.gz Linux x86_64
    castra-linux-arm64.gz Linux aarch64
    castra-darwin-arm64.gz macOS 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-mcp pinned to the v2.30 minor series, so patch releases pass while a minor bump still fails loud; an empty --cli stdout reports the tool's real error instead of blaming the pin
    • fix: selftest resolves its default target per forge host
    • fix: persona skills resolve from CASTRA_HOME rather 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-x64 has been smoke-tested; the arm64 and darwin builds are cross-compiled and unverified.

    Downloads