Skip to content

Releases: opd-ai/nmcd

Nightly Build

16 Mar 00:51
61e211f

Choose a tag to compare

Nightly Build Pre-release
Pre-release

nmcd Nightly Build

⚠️ This is an automated nightly build from the latest main branch.

This build is updated daily and may contain unstable or experimental features.
For production use, please use a stable versioned release.

Build Information

  • Built from: Latest main branch
  • Build date: 2026-03-16 00:51:33 UTC
  • Commit: 61e211f

Downloads

Download the binary for your platform below. All binaries are statically linked with no external dependencies.

Linux:

  • nmcd-linux-amd64 - 64-bit Intel/AMD
  • nmcd-linux-arm64 - 64-bit ARM (Raspberry Pi 3+, AWS Graviton, etc.)

macOS:

  • nmcd-darwin-amd64 - Intel Macs
  • nmcd-darwin-arm64 - Apple Silicon (M1/M2/M3)

Windows:

  • nmcd-windows-amd64.exe - 64-bit

Verification

Verify your download with SHA256 checksums:

# Linux/macOS
sha256sum -c nmcd-linux-amd64.sha256

# Or check against checksums.txt
grep nmcd-linux-amd64 checksums.txt

Quick Start

# Make binary executable (Linux/macOS)
chmod +x nmcd-linux-amd64

# Run daemon
./nmcd-linux-amd64 -network=mainnet

See README.md for detailed documentation.