Packages🔥
You can install and distribute Mojo packages as conda packages.
The packages below are all available in the modular-community conda channel. To distribute your own Mojo packages, see the Packaging guide.
Community packages​
To install these packages with pixi add, include the
modular-community channel in your pixi.toml file:
[workspace]
channels = [
"https://conda.modular.com/max-nightly",
"https://repo.prefix.dev/modular-community",
"conda-forge",
]
| Name | Repo | Description | Requires |
|---|---|---|---|
| argmojo | forfudan/argmojo | A command-line argument parser library for Mojo. | mojo-compiler=0.26.2 |
| Bridge | hylkedonker/bridge | Convert (bridge) Python objects to Mojo and vice versa. | max=25.4 |
| decimo | forfudan/decimo | An arbitrary-precision integer and decimal library for Mojo | mojo-compiler=0.26.2 |
| EmberJson | bgreni/EmberJson | A lightweight JSON parsing library written in pure Mojo | mojo-compiler=0.26.2 |
| extramojo | ExtraMojo/ExtraMojo | Extra functionality not yet in the standard library, mostly focused on strings and file IO. | mojo-compiler=0.26.2 |
| Infrared | helehex/infrared | A geometric algebra library for mojo. | max=24.5 |
| ish | BioRadOpenSource/ish | Alignment-based filtering CLI tool | mojo-compiler=0.25.6 |
| Kelvin | bgreni/Kelvin | A powerful dimensional analysis library written in Mojo | mojo-compiler=0.26.2 |
| lightbug_http | saviorand/lightbug_http | Lightbug is a simple and sweet HTTP framework for Mojo | mojo-compiler=0.26.1 |
| mav | josiahls/mav | MAV (Mojo Audio Video) is a FFmpeg binding library for Mojo. | mojo-compiler=0.26.2 |
| mimage | fnands/mimage | mimage is a library for image processing in Mojo 🔥. | max=25.2 |
| mist | thatstoasty/mist | Mist lets you safely use advanced styling options on the terminal. | mojo-compiler=0.26.2.0 |
| Mojmelo | yetalit/mojmelo | Machine Learning algorithms in pure Mojo. | mojo-compiler=0.26.2 |
| mojo_csv | Phelsong/mojo_csv | Csv parsing library written in pure Mojo | max>=25.4.0,<26 |
| mojo-dotenv | mojo-dotenv | Load environment variables from .env files in Mojo | mojo-compiler=0.26.1 |
| mojo-libc | msaelices/mojo-libc | Mojo's libc support | max>=25.2 |
| mojo-regex | msaelices/mojo-regex | Library for dealing with regular expressions in Mojo | mojo-compiler=0.26.2 |
| mojo-websockets | msaelices/mojo-websockets | Mojo's websockets library | max==25.2 |
| mojo-yaml | mojo-yaml | YAML Lite parser for Mojo - Native, zero-dependency YAML reader | mojo-compiler=0.26.1 |
| MojoINI | Hammad-hab/MojoINI | Simple INI file parser for Mojo | max=25.4 |
| Mosaic | brainwave-sh/mosaic | An image processing library in Mojo | mojo-compiler==0.26.1 |
| nabla | nabla-ml/nabla | Differtiable Programming in Mojo. | max=25.3 |
| nanoid | cirello-py/nanoid | A Mojo port of NanoID, a tiny, secure, URL-friendly, unique string ID generator. | max=25.3 |
| NuMojo | Mojo-Numerics-and-Algorithms-group/NuMojo | NuMojo is a library for numerical computing in Mojo 🔥 similar to NumPy, SciPy in Python. | mojo-compiler=0.26.2 |
| small_time | thatstoasty/small-time | Datetime library forked from morrow.mojo | mojo-compiler=0.26.2.0 |
| stamojo | mojomath/stamojo | A statistical computing library for Mojo | mojo-compiler=0.26.1 |
| vulkan-mojo | Ryul0rd/vulkan-mojo | Generated Mojo bindings for the Vulkan graphics API | max=25.6 |