Skip to content

conf main.35

Choose a tag to compare

@github-actions github-actions released this 26 Nov 09:40
· 68 commits to main since this release
0c5c1b5

Release of conf version main.35

Built from: main branch
Commit: 0c5c1b5

Installation

Download the appropriate binary for your platform, make it executable, and move it to your PATH:

# Linux AMD64
wget https://github.com/neongreen/mono/releases/download/conf--main.35/conf-main.35-linux-amd64
chmod +x conf-main.35-linux-amd64
sudo mv conf-main.35-linux-amd64 /usr/local/bin/conf

# macOS ARM64 (M1/M2)
wget https://github.com/neongreen/mono/releases/download/conf--main.35/conf-main.35-darwin-arm64
chmod +x conf-main.35-darwin-arm64
sudo mv conf-main.35-darwin-arm64 /usr/local/bin/conf

Available Binaries

  • Linux: amd64, arm64
  • macOS: amd64 (Intel), arm64 (Apple Silicon)