Download & Install
Download
Section titled “Download”Get the latest release from GitHub:
| Platform | File |
|---|---|
| macOS (Apple Silicon) | NOUS Reasoner-x.x.x-arm64.dmg |
| Linux x64 | NOUS Reasoner-x.x.x.AppImage |
macOS Installation
Section titled “macOS Installation”- Download the
.dmgfile - Open the DMG and drag NOUS Reasoner to Applications
- On first launch, macOS will block it (unsigned app). Right-click the app and select Open, then click Open in the dialog
- The app will start with the Reasoning tab active
Linux Installation
Section titled “Linux Installation”- Download the
.AppImagefile - Make it executable:
Terminal window chmod +x "NOUS Reasoner-*.AppImage" - Run it:
Terminal window ./"NOUS Reasoner-*.AppImage"
Build from Source
Section titled “Build from Source”Requirements: Go 1.24+, Node.js 20+
# Clone the repositorygit clone https://github.com/nous-reasoner/nous.gitcd nous
# Build the miner backendcd nous-miner-gui/backendgo build -o miner .
# Build the wallet backendcd ../../nous-wallet/backendgo build -o wallet-backend .cp wallet-backend ../../nous-miner-gui/backend/
# Install and runcd ../../nous-miner-guinpm installnpm startSystem Requirements
Section titled “System Requirements”- macOS 12+ (Apple Silicon) or Linux x64
- 4GB RAM minimum
- Internet connection for RPC communication