v0.3.1
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 onboardThe 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 onboardSource installation remains supported:
git clone https://github.com/Intuition-Lab/personal-model.git
cd personal-model
bash install.shPublishing and compatibility
- PyPI publication uses GitHub Actions Trusted Publishing with the protected
pypienvironment; 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-corecompatibility 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.