Skip to main content
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.