Skip to main content
The entirety of moon is packaged and shipped as a single binary. It works on all major operating systems and does not require any external dependencies.

System Requirements

moon supports the following platforms:
Operating SystemArchitectureTarget
macOS 64-bitARMaarch64-apple-darwin
Linux 64-bitIntel GNUx86_64-unknown-linux-gnu
Linux 64-bitIntel muslx86_64-unknown-linux-musl
Linux 64-bitARM GNUaarch64-unknown-linux-gnu
Linux 64-bitARM muslaarch64-unknown-linux-musl
Windows 64-bitIntelx86_64-pc-windows-msvc

Installation Methods

Verify Installation

After installation, verify that moon is available by checking its version:
moon --version
You should see output similar to:
moon 2.0.0

Upgrading moon

If using proto, moon can be upgraded using:
proto install moon --pin

Next Steps

Setup Workspace

Initialize moon in your repository and configure your workspace

Build docs developers (and LLMs) love