https://github.com/modular/modular-community
A repo to hold community-submitted rattler-build recipes, to make community packages available via the modular-community prefix.dev channel
https://github.com/modular/modular-community
Last synced: 12 days ago
JSON representation
A repo to hold community-submitted rattler-build recipes, to make community packages available via the modular-community prefix.dev channel
- Host: GitHub
- URL: https://github.com/modular/modular-community
- Owner: modular
- Created: 2024-11-13T03:00:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-01T20:59:46.000Z (8 months ago)
- Last Synced: 2025-07-01T21:35:05.119Z (8 months ago)
- Language: Mojo
- Size: 5.14 MB
- Stars: 33
- Watchers: 15
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modular Community Channel ✨
Welcome to the repository for the Modular community channel! This conda-based [Prefix.dev](http://Prefix.dev) channel allows Modular community members to distribute their packages built with MAX and Mojo via Pixi 🪄
## Installing a package
### Add the Modular community channel to your `pixi.toml` file
Before you can install a community package, you’ll need to add the Modular community channel to your `pixi.toml` file.
Add the Modular community channel (https://repo.prefix.dev/modular-community) to your `pixi.toml file` in the channels section:
```
# pixi.toml
[project]
channels = ["conda-forge", "https://conda.modular.com/max", "https://repo.prefix.dev/modular-community"]
description = "Add a short description here"
name = "my-mojo-project"
platforms = ["osx-arm64"]
version = "0.1.0"
[tasks]
[dependencies]
max = ">=25.4.0"
```
### **Install a package**
To install a package from the Modular community channel, simply enter the following in the command line:
```
pixi add