Skip to content

Download & Install

Get the latest release from GitHub:

Download NOUS Reasoner

PlatformFile
macOS (Apple Silicon)NOUS Reasoner-x.x.x-arm64.dmg
Linux x64NOUS Reasoner-x.x.x.AppImage
  1. Download the .dmg file
  2. Open the DMG and drag NOUS Reasoner to Applications
  3. On first launch, macOS will block it (unsigned app). Right-click the app and select Open, then click Open in the dialog
  4. The app will start with the Reasoning tab active
  1. Download the .AppImage file
  2. Make it executable:
    Terminal window
    chmod +x "NOUS Reasoner-*.AppImage"
  3. Run it:
    Terminal window
    ./"NOUS Reasoner-*.AppImage"

Requirements: Go 1.24+, Node.js 20+

Terminal window
# Clone the repository
git clone https://github.com/nous-reasoner/nous.git
cd nous
# Build the miner backend
cd nous-miner-gui/backend
go build -o miner .
# Build the wallet backend
cd ../../nous-wallet/backend
go build -o wallet-backend .
cp wallet-backend ../../nous-miner-gui/backend/
# Install and run
cd ../../nous-miner-gui
npm install
npm start
  • macOS 12+ (Apple Silicon) or Linux x64
  • 4GB RAM minimum
  • Internet connection for RPC communication