# Install mycorrhiza with Homebrew, apk, Nix

Lightweight wiki engine with hierarchy support. Version 1.15.1 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#mycorrhiza.

## Install

```sh
sudo av install brew:mycorrhiza
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install mycorrhiza
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add mycorrhiza
```

  Evidence: Alpine Linux edge package indexes: mycorrhiza from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#mycorrhiza
```

  Evidence: nixpkgs package indexes: pkgs/by-name/my/mycorrhiza/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:mycorrhiza
- **Package manager:** Homebrew
- **Version:** 1.15.1
- **Source summary:** Lightweight wiki engine with hierarchy support
- **Homepage:** <https://mycorrhiza.wiki>
- **Repository:** <https://github.com/bouncepaw/mycorrhiza>
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- mycorrhiza (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 1.15.1
## Project history and usage

Mycorrhiza Wiki is a lightweight, free and open-source wiki engine for the independent web, developed by Bouncepaw with contributors. The project describes itself as a filesystem and Git-based wiki written in Go, using its own Mycomarkup language as the primary markup format.

### Project history

The name comes from the biological idea of mycorrhiza: a symbiotic connection between fungus and plant. A project essay says Bouncepaw chose the metaphor in summer 2020 after noticing similarities between fungal structures and wikis: hyphae map to pages or files, and mycelia map to whole wikis. During release/1.2 development the name changed from MycorrhizaWiki to Mycorrhiza Wiki because CamelCase made little sense for Mycomarkup's case-insensitive link and hypha names.

### How it is used

Technically, Mycorrhiza's main milestones are its content model and storage choices. It stores content as plain files rather than in a database, records change history in Git, treats every content unit as a hypha, supports transclusion, nesting, categories, feeds for recent changes, authorization, Open Graph metadata, interwiki links, and keyboard-driven navigation. In practice it targets personal wikis, digital gardens, commonplace books, and small community wikis, and its own site runs on the engine. Packaging in Homebrew, Alpine, and Nix puts it in the self-hosted wiki niche rather than the large enterprise wiki category.

### Sources

- <https://github.com/bouncepaw/mycorrhiza>
- <https://mycorrhiza.wiki/>
- <https://mycorrhiza.wiki/hypha/deployment>
- <https://mycorrhiza.wiki/hypha/name>
- <https://mycorrhiza.wiki/hypha/release/1.15.1>
- <https://raw.githubusercontent.com/bouncepaw/mycorrhiza/master/README.md>


## Security Notes

formula declares a Homebrew service.

- **Geiger risk:** orange / medium
- formula declares a Homebrew service


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: <wiki-root>/config.ini

## Credential files

- Unix: <wiki-root>/config.ini
## Other Package-Manager Records

- Nix - mycorrhiza: normalized package name match | nixpkgs package indexes: pkgs/by-name/my/mycorrhiza/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - mycorrhiza - 1.15.1-r12: normalized package name match | Alpine Linux edge package indexes: mycorrhiza from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight wiki engine based on Git | https://mycorrhiza.wiki/
- apk - mycorrhiza-doc - 1.15.1-r12: normalized package name match | Alpine Linux edge package indexes: mycorrhiza-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight wiki engine based on Git (documentation) | https://mycorrhiza.wiki/
- apk - mycorrhiza-openrc - 1.15.1-r12: normalized package name match | Alpine Linux edge package indexes: mycorrhiza-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight wiki engine based on Git (OpenRC init scripts) | https://mycorrhiza.wiki/


## Combined YAML source

View the package source record on GitHub. [combined/mycorrhiza.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mycorrhiza.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
