Installation Setup

Prerequisites
Operating System: Ensure you're running Linux (aarch64 or x86_64 architecture).
Packages: Ensure curl and unzip are installed. If not, install them:
sudo apt update && sudo apt install -y curl unzip
Steps to Run the Script
Run the following command to download the script:
wget https://raw.githubusercontent.com/0xtnpxsgt/Dria-Node/refs/heads/main/install-dkn-node.sh
Make the Script Executable: Give the script executable permissions:
chmod +x install-dkn-node.sh
Run the Script: Execute the script with:
./install-dkn-node.sh
What the Script Does Backups the .env File: If a .env file exists in the dkn-compute-node directory, it will back it up to .env.backup.
Detects Your System Architecture:
Downloads the appropriate binary (arm64 for ARM or amd64 for x86). Downloads and Unzips the Node:
Fetches the relevant ZIP file from GitHub. Extracts it into the dkn-compute-node directory. Restores the Backup .env File:
Moves the .env.backup file back to .env. Starts the Launcher:
Makes the launcher (dkn-compute-launcher) executable and runs it.
Additional Resources:
Official Dria Guide: Github

I've picked two models (
Ollama
andOpenAI
) by writing3,23
OpenAI
doesn't need system resources and it's only API, if you have chosen it, get your API hereOllama
downloads and runs a local model host locally in your server, No cost, but it use your system resources

Skip Jina & Serper API key by pressing Enter
Now your node will start Downloading Models files and Testing them each model must pass its test and it only depends on your system specification
Last updated