Skip to content

Simplicio v3.5.0 β€” complete-by-default install

Choose a tag to compare

@wesleysimplicio wesleysimplicio released this 24 Jun 18:12
· 19 commits to main since this release

Simplicio v3.5.0 β€” install everything, by default

scripts/install.sh <runtime> now installs the whole stack with no flags β€” the user gets everything, not opt-in pieces:

  • the two loop operators (simplicio-mapper + simplicio-cli, PEP-668-robust + symlinked onto PATH)
  • the full Python stack: the package + the [onnx] models backend (onnxruntime + huggingface_hub + tokenizers + pillow) so simplicio kompress/router/embed/image work
  • the 6 skills + hooks with the loop's Stop hook wired
  • the always-on Token Monitor β€” capture proxy + dashboard :9090 + menu-bar tray β€” with Claude + Codex + Hermes routed and measured

The old --with-monitor opt-in is gone (now default). The only opt-out is --minimal (alias --no-monitor) for headless/CI.

Verified on a real machine

A full install.sh claude --global left onnxruntime 1.27 + hf + tokenizers + pillow + rumps + the simplicio-loop package installed, 6/6 skills, both operators on PATH, 3/3 services running, the monitor live, and Claude βœ“ Β· Codex βœ“ Β· Hermes βœ“ measured.

Also

  • setup_simplicio.sh service registration is now idempotent on re-install (waits after bootout, falls back to kickstart -k β€” fixes Bootstrap failed: 5: Input/output error).
  • Restored all 10 runtimes in the dashboard coverage panel.