RegexCraft v1.2.0
Portable self-contained builds for major desktop RIDs.
Product site: https://regexcraft.com
License: Free for personal use. Business / commercial use requires a paid license
(honor system — no keys). See https://regexcraft.com/eula.html and https://regexcraft.com/pricing.html
This repository hosts binaries only. Application source is proprietary.
Downloads
| Archive | Platform |
|---|---|
RegexCraft-win-x64.zip |
Windows x64 |
RegexCraft-linux-x64.zip |
Linux x64 |
RegexCraft-osx-x64.zip |
macOS Intel |
RegexCraft-osx-arm64.zip |
macOS Apple Silicon |
Unzip and run RegexCraft.App (or RegexCraft.App.exe on Windows) from the extracted folder.
Checksums
See SHA256SUMS.txt attached to this release when present.
Changelog
[1.2.0] — 2026-07-12
Phase 13 — private-source monorepo model, public dist binaries + site via Actions, commercial EULA (no keys), Export.
Added
- Commercial EULA replaces MIT as the product license (free personal / paid business, honor system, no license keys)
- Export match results from Test → CSV and JSON (groups, pattern, flavor, options, timestamp); Copy JSON; save dialog
MatchExportService+ tests (Category=Export)- Pricing and EULA pages on the website; download links point at public RegexCraft-Releases
- Full user docs published with the site (
docs/user/→ HTML viascripts/build-site.sh+ pandoc) docs/development/commercial.md— Marshall’s ordered go-live checklist (dist repo, token, payment, tag, private, re-verify)- About dialog: license summary, Buy / EULA / Pricing / Downloads links, optional “I use this for business and hold a license” checkbox
- Publish workflow creates releases on the public dist repo (
DIST_REPO_TOKEN); optionalSHA256SUMS.txt - Site deploy pushes built
site-distto dist repogh-pages(works when monorepo is private)
Changed
- Version 1.2.0
- Root README describes proprietary monorepo + public binaries/site flow
- Website messaging: remove open-source / MIT claims; product positioning for free personal / paid business
- Packaging and website docs updated for Phase 13 Actions model
Notes
- No license keys by design. Same binaries for personal and business.
- Marshall must create public
RegexCraft-Releases, addDIST_REPO_TOKEN, set payment URL, tagv1.2.0, verify downloads, then make main private. Seedocs/development/commercial.md.