Skip to content

Releases: guillebot/cryptomako

v1.0.1 — Sync throughput, Backup/Sync modes, TB labels

Choose a tag to compare

@guillebot guillebot released this 24 Sep 22:47

macOS 1.0.1

Notarized Developer ID build from main after merging #40.

Highlights

  • Sync throughput: parallel put pool + chunked UploadBandwidthLimiter so large Sync puts proceed
  • Backup vs Sync modes (backupTransferMode): Backup (puts only) or Sync (puts + vault orphan deletes under that source’s Backups/<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

Choose a tag to compare

@guillebot guillebot released this 23 Sep 20:14
e8f471d

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 (--rw for 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 (pathStyle default true; secrets via env/keyring only).