The six questions that come up most. Something missing? Open an issue.
Not yet — macOS only for now. Windows and Linux may come later.
Run manda ai, keep Auth Type = API key, and enter your Base URL, API Key, Simple Model, and Deep Model. API Mode: chat_completions for /v1/chat/completions, responses for /v1/responses. If the provider supports hosted search, turn on Native Web Search — no separate search key needed.
Append to config.keys — don’t replace it:
config.keys[#config.keys + 1] = {
key = "RightArrow",
mods = "CMD|SHIFT",
action = wezterm.action.ActivatePaneDirection("Right"),
}
More examples: keybindings.md · configuration.md
Run manda ai → Assistant settings → Enabled: Off. Or edit ~/.config/manda/assistant.toml:
enabled = false
manda reset
Removes MANDA-managed shell/tmux integration, git delta defaults, state, and managed theme blocks. Your own Lua is kept. Run manda init to reinstall shell integration.
An unrelated older manda package exists on Homebrew. Install MANDA with the one-liner installer instead:
curl -fsSL https://raw.githubusercontent.com/WILFREDY-X/manda/main/install/install.sh | bash
brew install WILFREDY-X/tap/manda
macOS 12+ · Apple Silicon & Intel. Ad-hoc signed build — on first launch, right-click → Open, and MANDA sets up your shell environment automatically.
↓ Download latest releaseOr install from the terminal
curl -fsSL https://raw.githubusercontent.com/WILFREDY-X/manda/main/install/install.sh | bash