Release assets for the Loctree CLI and MCP server.
The implementation lives in the Loctree source tree. Public GitHub release
assets are published through Loctree/loctree, keeping Loctree and AICX release
channels separate.
- receives release assets from the monorepo publish pipeline
- exposes the install surface for Loctree binaries
- keeps Loctree distribution separate from AICX release artifacts
- release tags
- GitHub release assets
- tap-facing release metadata
curl -fsSL https://github.com/Loctree/loctree/releases/download/v0.9.5/install.sh | bashThe installer defaults to ~/.local/bin, so it does not need sudo.
Use LOCTREE_INSTALL_DIR=/usr/local/bin only when you intentionally want a
system-wide install and have write access to that directory.
Installed binaries:
loctloctreeloctree-mcp
The installer verifies SHA256 checksums and verifies detached GPG signatures
when gpg is available.
The releases/0.9.5/ directory contains signed multi-platform Loctree bundles
that include the loctree-mcp binary:
aarch64-apple-darwinaarch64-unknown-linux-gnux86_64-unknown-linux-gnu
Each tarball is tracked with Git LFS and is accompanied by:
.sha256sidecar checksum.sigdetached GPG signatureSHA256SUMSaggregate checksum filemanifest.jsonrelease manifest
The public signing key is stored as loctree-signing.asc.