Releases: guillebot/cryptomako
Releases · guillebot/cryptomako
Release list
v1.0.1 — Sync throughput, Backup/Sync modes, TB labels
macOS 1.0.1
Notarized Developer ID build from main after merging #40.
Highlights
- Sync throughput: parallel put pool + chunked
UploadBandwidthLimiterso large Sync puts proceed - Backup vs Sync modes (
backupTransferMode): Backup (puts only) or Sync (puts + vault orphan deletes under that source’sBackups/<folder>/); never deletes local source - TB size labels for Sync byte totals ≥1000 GB
- Single-pass Sync walk (discover → exclude → skip/enqueue) with clearer phase UI
Assets
CryptoMako-1.0.1.dmg— notarized + stapled (recommended)CryptoMako-1.0.1.zip— notarized + stapled.app
Install
Open the DMG and drag CryptoMako to Applications (or run from the mounted volume).
v1.0.0
First CryptoMako release with Linux CLI + FUSE alongside macOS.
Linux
- Format-8 SIV_GCM unlock / ls / cat (fixtures + S3 SigV4 HTTPS)
- Read-only FUSE cleartext mount (
--rwfor create/write/rename/unlink/mkdir) - Backup sync with shared excludes /
pathStyle/ AppPreferences / sync-state skip - Install:
sudo dpkg -i cryptomako_*.deb(or open the attached.deb)
Notes
- Mac notarized app assets can be attached to this tag later.
- Vault format and settings stay aligned across platforms (
pathStyledefault true; secrets via env/keyring only).