tcfs v0.11.1
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 | shHomebrew:
brew install tinyland-inc/tap/tcfsContainer image:
podman pull ghcr.io/tcfsd:v0.11.1Debian/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.debRPM (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.rpmVerify checksums
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.1/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txtVerify 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.txtmacOS 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