zypheron --version
zypheron doctor
The current setup flow keeps returning to zypheron doctor because install failures usually trace back to environment drift, missing dependencies, or incomplete Python and external tool setup.
Common Follow-Up Sequence
zypheron install-deps --all
zypheron tools check
zypheron tools install-all --critical-only --yes
zypheron ai doctor
Those commands cover the main breakpoints: Python-side dependencies, missing external tools, and AI runtime validation. That is a much better recovery path than blind reinstall loops.
When to Reach for It
- A fresh install does not behave the way the docs suggest.
- The CLI launches but some tools or AI features fail.
- You moved between shells, machines, or Python environments.
- You want a pre-flight check before a real session.
