Skip to content

Releases: Ustinian5/DueFlow

DueFlow v0.1.1

Choose a tag to compare

@Ustinian5 Ustinian5 released this 12 Aug 17:29
5f4a019

DueFlow v0.1.1

Apple Silicon developer preview

This v0.1.1 asset is a self-contained, unsigned and unnotarized macOS .app.zip for Apple Silicon. It bundles a loopback-only DueFlow backend, so runtime does not require Python, Conda, or a source checkout.

Verify

  1. Download the .app.zip, .sha256, and .manifest.json files.
  2. Run shasum -a 256 -c DueFlow-Desktop_0.1.1_arm64_20260812T193208Z.app.zip.sha256.
  3. Compare the bundled backend hash, byte size, and self-check in the manifest.

Archive SHA256: 8716b8b1ce1462e583dee9fc1a989dda80949fb38080aafb428d7f2b483e35e1

Bundled backend SHA256: dcc452dfa63f5b24adc7518a5a2c894cc681f9e81be2a6eb02a492838a45d059

Source release verification

  • Conda source-tree suite passed.
  • Desktop build, runtime, smoke, preflight, and manifest gates passed.
  • Tauri Rust checks passed.
  • Extracted app launched with an empty environment and minimal PATH; bundled backend health passed.

The developer preview is explicitly unsigned and not notarized.

DueFlow v0.1.0

Choose a tag to compare

@Ustinian5 Ustinian5 released this 12 Aug 17:22
106115b

DueFlow v0.1.0

DueFlow's first public source release turns scattered deadline information into an actionable local schedule.

Highlights

  • Collect text, Markdown, PDFs, OCR-ready images, file drops, and webhook payloads in one deduplicated Inbox.
  • Extract deadlines, deliverables, submission details, missing information, and source references.
  • Generate editable tasks, reverse plans, risk checks, reminders, Markdown reports, and calendar .ics files.
  • Use the Tauri 2 desktop companion, transparent always-on-top pet, control center, and local desktop API.
  • Run the complete deterministic demo with the default mock provider and no API key.
  • Keep app data in local SQLite storage with backup, restore, diagnostics, and self-check support.

60-second source demo

git clone --branch v0.1.0 https://github.com/Ustinian5/DueFlow.git
cd DueFlow
conda env create -f environment.yml
conda run -n dueflow python scripts/run_demo.py

Expected result:

DueFlow demo completed
processed=3 tasks=3 plans=17 risks=5

Verification

  • Python tests: 60 passed.
  • Desktop frontend build and runtime tests: passed.
  • Desktop smoke, preflight, and release-manifest gates: passed.
  • GitHub Actions Python, desktop, and Tauri Rust jobs: passed.

Distribution

This is a source release. GitHub supplies .zip and .tar.gz source archives. No unsigned desktop binary is attached; the documented local macOS packaging path remains available for development and review.

See the release checklist and full changelog.