grass-conda

Welcome to the grass-conda channel! This channel provides conda packages for GRASS, built from source as of 2026-01-01 17:25:59Z.

See the GitHub repository for recipes, CI workflows, and build details.

Install

You can install the GRASS conda package using the following commands:

# install micromamba
curl -L https://micro.mamba.pm/install.sh | env \
  BIN_FOLDER="$HOME/usr/local/bin" \
  PREFIX_LOCATION="$HOME/usr/local/opt/micromamba" \
  sh

# source micromamba
source ~/.bashrc

# install GRASS (c-compiler for g.extension)
micromamba create -n grass -yc https://grass-conda.isnew.info/ grass c-compiler

# run GRASS
micromamba run -n grass grass