This guide walks through the full happy path: install, log in, launch the coding agent, generate an image with Studio.Documentation Index
Fetch the complete documentation index at: https://mulerun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Install
bun, pnpm, and one-off
npx usage.Log in
Generate an image with Studio
mulerun studio is the multimodal generation surface — images, videos,
speech, music. See mulerun studio for the full
catalog.What you got
Most commands print pretty text by default and JSON when you add-o json.
Streaming responses (from code, session, computer chat) go to stdout
as they arrive; status messages go to stderr.
For coding work, mulerun code launches an interactive coding-agent CLI
under the same login — see mulerun code.
Next
- Read the command reference — start with
codeandstudio, then explore session, computer, drive, page. - Skim Configuration for
.env, proxies, and per-command overrides.