Skip to Content
Getting StartedGetting Started

Getting Started

Get up and running with NeoEngine in just a few minutes. Whether you want to rent compute or become a provider, this guide will walk you through the essentials.

NeoEngine is currently in private beta. Some features may change before the public release.

Choose Your Path

Quick Overview

Create an Account

Sign up at neoengine.dev  using your email or connect your Solana wallet directly.

Install the CLI

# macOS / Linux curl -fsSL https://get.neoengine.dev | sh # Windows (PowerShell) irm https://get.neoengine.dev/windows | iex

Authenticate

neoengine auth login

This will open your browser to complete authentication.

Start Using NeoEngine

As a Renter:

# Submit a job neoengine job submit --image python:3.11 --script "print('Hello, NeoEngine!')"

As a Provider:

# Start the daemon to begin earning neoengine daemon start

System Requirements

For Providers

ComponentMinimumRecommended
CPU4 cores8+ cores
RAM8 GB16+ GB
Storage50 GB SSD200+ GB NVMe
Network50 Mbps100+ Mbps
OSmacOS 12+, Ubuntu 20.04+, Windows 10+Latest stable

GPU providers can earn significantly more. NVIDIA GPUs with CUDA 11+ are currently supported, with AMD ROCm support coming soon.

For Renters

No special requirements — just a Solana wallet with NGNX tokens and the CLI installed.

Next Steps

Was this page helpful?