Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 15:17
a6a6767

Persome Runtime v0.3.1

Persome v0.3.1 adds the first official PyPI distribution and keeps the existing
source-update path compatible with v0.3.0 installations.

Install from PyPI

uv tool install personal-model
persome onboard

The PyPI distribution is named personal-model; the installed command remains
persome. persome onboard performs provider setup, explains and requests the
effective macOS permissions, verifies bundled OCR when enabled, starts the
Runtime, and requires a mode-appropriate fresh capture/readiness receipt.

Upgrade a PyPI installation with its package manager and re-run Runtime proof:

uv tool upgrade personal-model
persome onboard

Source installation remains supported:

git clone https://github.com/Intuition-Lab/personal-model.git
cd personal-model
bash install.sh

Publishing and compatibility

  • PyPI publication uses GitHub Actions Trusted Publishing with the protected
    pypi environment; no long-lived PyPI token is stored in GitHub.
  • The PyPI wheel and source distribution are built from the same tagged source,
    smoke-tested outside the checkout, and published only after the GitHub Release
    job succeeds.
  • The root source project retains its persome-core compatibility identifier so
    the already released v0.3.0 updater continues to accept new source checkouts.
    Runtime code recognizes both distribution metadata names.

All v0.3.0 onboarding, owner-local API protection, transactional updates,
model-recovery hardening, local viewer, MCP, and privacy guarantees remain in
this release.