Releases: opd-ai/nmcd
Releases · opd-ai/nmcd
Nightly Build
nmcd Nightly Build
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/AMDnmcd-linux-arm64- 64-bit ARM (Raspberry Pi 3+, AWS Graviton, etc.)
macOS:
nmcd-darwin-amd64- Intel Macsnmcd-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.txtQuick Start
# Make binary executable (Linux/macOS)
chmod +x nmcd-linux-amd64
# Run daemon
./nmcd-linux-amd64 -network=mainnetSee README.md for detailed documentation.