Skip to content

Loctree/loctree-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loctree release assets

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.

Role

  • receives release assets from the monorepo publish pipeline
  • exposes the install surface for Loctree binaries
  • keeps Loctree distribution separate from AICX release artifacts

Contents

  • release tags
  • GitHub release assets
  • tap-facing release metadata

Install

curl -fsSL https://github.com/Loctree/loctree/releases/download/v0.9.5/install.sh | bash

The 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:

  • loct
  • loctree
  • loctree-mcp

The installer verifies SHA256 checksums and verifies detached GPG signatures when gpg is available.

Releases

v0.9.5

The releases/0.9.5/ directory contains signed multi-platform Loctree bundles that include the loctree-mcp binary:

  • aarch64-apple-darwin
  • aarch64-unknown-linux-gnu
  • x86_64-unknown-linux-gnu

Each tarball is tracked with Git LFS and is accompanied by:

  • .sha256 sidecar checksum
  • .sig detached GPG signature
  • SHA256SUMS aggregate checksum file
  • manifest.json release manifest

The public signing key is stored as loctree-signing.asc.