Skip to content

Releases: rsitech-ai/SnapAction

Release list

SnapAction 0.1.0

SnapAction 0.1.0 Pre-release
Pre-release

Choose a tag to compare

@s1korrrr s1korrrr released this 20 Jul 20:29

SnapAction 0.1.0 — public prerelease

Status: public RSI Tech prerelease under Apache License 2.0.

SnapAction is a local-first macOS utility that converts OCR from the first display, an imported image, or a built-in demo into reviewed actions: Reminder creation, Calendar event creation, or clean text/table copying.

Included capabilities

  • Vision OCR and Foundation Models extraction with a deterministic safe fallback.
  • Explicit review and fresh validation before every external write.
  • Permission-aware EventKit execution for Reminders and Calendar.
  • Metadata-only, expiring local history with a clear control.
  • Seven-day clipboard recovery cache with owner-only file permissions and a separate clear control.
  • Unofficial community build identity with validated, source-revision-aware metadata.

Download and verification

  • macOS 26 or newer.
  • Apple silicon (arm64) for the attached prebuilt archive.

Download these two assets from the public GitHub release:

  • SnapAction-0.1.0-macos-arm64.zip
  • SnapAction-0.1.0-macos-arm64.zip.sha256
shasum -a 256 -c SnapAction-0.1.0-macos-arm64.zip.sha256
ditto -x -k SnapAction-0.1.0-macos-arm64.zip .
codesign --verify --deep --strict "SnapAction.app"
spctl --assess --type execute --verbose=4 "SnapAction.app" # expected: rejected, Unnotarized Developer ID

The app is signed with Developer ID Application: Rafal Sikora (2NY8A789TN) and hardened runtime. This prerelease is not notarized because Apple notarization credentials were not available to the release process. Gatekeeper assessment rejects the archive with source=Unnotarized Developer ID; signing alone does not imply notarization. The archive is not sandboxed or App Store packaged.

Important limitations

  • Captures the first display; no display picker is included.
  • The direct-download build is not sandboxed or App Store packaged.
  • Standard Gatekeeper launch is blocked until a notarized build replaces this prerelease asset.
  • The formal security scan was skipped by explicit owner direction, accepted as residual risk, and is not represented as passed.

There are no upgrade steps from an earlier public version. The attached checksum and v0.1.0 tag are generated from the final reviewed main commit.