Skip to content

tcfs v0.11.1

Choose a tag to compare

@github-actions github-actions released this 08 Apr 20:21
· 69 commits to main since this release

tcfs v0.11.1

Quick Install

macOS (.pkg installer — recommended):

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

Linux / macOS (shell script):

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

Homebrew:

brew install tinyland-inc/tap/tcfs

Container image:

podman pull ghcr.io/tcfsd:v0.11.1

Debian/Ubuntu:

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

RPM (Fedora/RHEL/Rocky):

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

Verify checksums

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

Verify signature (Sigstore Cosign)

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.1/SHA256SUMS.txt.sig
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.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/tinyland-inc/tummycrypt' \
  SHA256SUMS.txt

macOS binaries

All macOS binaries are signed with Developer ID and notarized by Apple.
The FileProvider extension (TCFSProvider.app) is stapled for offline verification.

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

Full Changelog: https://github.com/Jesssullivan/tummycrypt/commits/v0.11.1