Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.muna.ai/llms.txt

Use this file to discover all available pages before exploring further.

The Muna CLI is the primary tool for compiling Python functions and managing your predictors.

Installation

Install the Muna CLI using pip:
# Run this in Terminal
$ pip install --upgrade muna
The CLI is bundled with the Muna Python SDK, so if you already have the SDK installed, you’re ready to go.

Commands

muna transpile

Transpile Python to C++ source code.

muna compile

Compile a Python function for deployment.

muna predict

Invoke a compiled Python function.