Download Latest Version TurboFieldfare 0.4 -- Mac App and Local Server Reliability source code.zip (1.7 MB)
Email in envelope

Get an email when there's a new version of TurboFieldfare

Home / 0.2.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-28 1.6 kB
TurboFieldfare 0.2.1 -- Resumable Model Downloads source code.tar.gz 2026-07-28 1.4 MB
TurboFieldfare 0.2.1 -- Resumable Model Downloads source code.zip 2026-07-28 1.7 MB
Totals: 3 Items   3.1 MB 6

TurboFieldfare 0.2.1 makes the model download resumable in the Mac app and command-line installer. Completed ranges survive cancellation or process interruption and are revalidated before reuse.

Resumable model downloads

  • The Mac app can resume or discard a saved download and reports reused bytes, current progress, and estimated time remaining.
  • The installer adds --resume and --discard-partial commands.
  • A compact checkpoint binds saved ranges to the source revision and copy plan.
  • Resume verifies saved destination digests and downloads only missing or damaged ranges.
  • Exact HTTP range validation, bounded temporary storage, retries, a physical-target lock, final verification, and atomic publication protect the installation.

Continue from the command line

:::bash
swift run -c release TurboFieldfareRepack \
  --output scratch/gemma4.gturbo \
  --overwrite \
  --resume

To remove a saved download:

:::bash
swift run -c release TurboFieldfareRepack \
  --discard-partial \
  --output scratch/gemma4.gturbo

Validation

  • A release installer killed after three durable ranges resumed with 200,228,864 bytes reused and completed all 223 planned ranges with zero retries.
  • Final verification passed 37 files and 14,291,915,755 bytes.
  • The public serial test suite passed 509 tests in 108 suites.

This is a source-only release. It does not include model weights or application binaries.

Full changelog: https://github.com/drumih/turbo-fieldfare/compare/0.2...0.2.1

Implemented in #14.

Source: README.md, updated 2026-07-28