Skip to content

tcfs v0.12.1

Choose a tag to compare

@github-actions github-actions released this 15 Apr 21:00
· 2 commits to 994250991da9dbc4a1de3316aecf0bc582e690dc since this release
v0.12.1
bfb5b91

tcfs v0.12.1

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.1/tcfs-0.12.1-macos-aarch64.pkg
sudo installer -pkg tcfs-0.12.1-macos-aarch64.pkg -target /

Linux / macOS (shell script):

curl -fsSL https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.1/install.sh | sh

Homebrew:

brew tap Jesssullivan/tummycrypt https://github.com/Jesssullivan/tummycrypt --branch homebrew-tap
brew install tcfs

Container image:

podman pull ghcr.io/jesssullivan/tcfsd:v0.12.1

Debian/Ubuntu:

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.1/tcfs-0.12.1-amd64.deb
sudo dpkg -i tcfs-0.12.1-amd64.deb

RPM (Fedora/RHEL/Rocky):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.1/tcfsd-0.12.1-x86_64.rpm
sudo rpm -i tcfsd-0.12.1-x86_64.rpm

Verify checksums

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.1/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.1/SHA256SUMS.txt.sig
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.1/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/Jesssullivan/tummycrypt' \
  SHA256SUMS.txt

macOS artifacts

macOS CLI binaries are Developer ID signed when Apple credentials are configured.
FileProvider and .pkg notarization is attempted for Apple artifacts, but release
publication does not fail if Apple's notarization service or account agreements are unavailable.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

What's Changed

Full Changelog: v0.12.0...v0.12.1