Skip to content

Overview

muaz is a terminal-first LLM agent platform. Run AI agents from the command line, automate multi-agent pipelines, and connect any model — OpenAI-compatible APIs, Google Gemini, local Ollama, or AWS Bedrock — all from a single binary. An optional browser UI is included for when you prefer a visual interface.

  • Chat with agents — start an interactive REPL session with any configured agent. Switch models or agents mid-session without losing context.
  • Stay model-agnostic — agents bind to a model through named provider profiles, so you can point everything at a different model in one place.
  • Install plugins — add bundles of agents, skills, and pipelines from a .zip or the registry, and manage them with muaz plugins.
  • Run pipelines — chain agents sequentially, fan out work in parallel, or route tasks to the right agent automatically.
  • Extend with skills — give agents reusable instruction sets (skills) that they load on demand, keeping prompts focused and composable.
  • Control tool access — decide exactly which built-in tools and MCP servers each agent can call, with per-pattern approval policies.
  • Use the browser UImuaz gateway serves a web interface for sessions, agents, providers, and plugins alongside the CLI.
  • Installation — install the pre-built binary on macOS, Linux, or Windows.
  • Quick start — your first chat session in under a minute.
  • Concepts — agents, providers, plugins, tools, skills, and pipelines explained.
  • CLI reference — every command and flag.