mermaid-cli 0.17.0

Open-source AI pair programmer with agentic capabilities. Local-first with Ollama, native tool calling, and beautiful TUI.
Documentation
1
2
3
4
5
6
7
8
/// Check if Ollama is installed on the system. Delegates to the same binary
/// discovery the server autostart uses (PATH first, then the platform
/// installer's default locations), so the startup preflight can never reject
/// a user the autostart would have healed — e.g. a fresh install whose PATH
/// edit hasn't reached this shell yet.
pub fn is_installed() -> bool {
    super::server::find_binary().is_some()
}