Skip to main content

Decentralized AI Network SDK and Node Infrastructure

Project description

Aris SDK 🚀

The Decentralized AI Network Layer

Aris is a lightweight, decentralized infrastructure for local LLM inference. It allows users to contribute compute power as "Worker Nodes" and developers to consume that AI compute via a unified SDK with built-in micro-payments and registry management.


🛠 Features

  • Decentralized Registry: On-chain style ledger for managing API keys and balances.
  • Worker Nodes: Easily turn any machine with a local LLM into a revenue-generating node.
  • Standardized SDK: OpenAI-compatible interface for easy integration.
  • Transparent Billing: Built-in balance deduction per inference request.

📦 Installation

Install the core SDK via pip:

pip install aris-sdk

🚀 Quick Start (Client Side)

To use the network as a developer, simply initialize the Aris client with your API key.

from aris.client import Aris

# Initialize with your minted key
client = Aris(api_key="sk-aris-your-unique-key")

# Generate a response from the decentralized swarm
response = client.generate("Why is the ocean salty?")

print(f"🤖 ARIS: {response}")

🏗 Infrastructure Setup

1. Start the Registry

The Registry acts as the "Bank" and "DNS" of the network.

# Run the registry server (Default port: 8000)
python3 -m registry.main

2. Join as a Worker Node

Nodes register themselves with the Registry and wait for inference jobs.

# Start a node on port 9006
aris-node --port 9006

3. Admin: Minting New Keys

Manage your network users using the admin CLI.

# Create a new user with a 500 credit balance
aris-admin --email user@example.com --balance 500.0

📂 Project Structure

  • /aris: The core Client SDK logic.
  • /agent_node: Worker node infrastructure and LLM integration (TinyLlama).
  • /registry: Centralized ledger for account and node management.

📜 License

Distributed under the MIT License. See LICENSE for more information.


🤝 Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Built with ❤️ for the Decentralized AI Community.


---

### **Final Pro-Tip for the Launch**
Before you run `python3 -m twine upload dist/*`, make sure your `LICENSE` file exists. You can create a quick one like this:

```bash
echo "Copyright (c) 2026 Sid - MIT License" > LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aris_sdk-0.1.1.tar.gz (11.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aris_sdk-0.1.1-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file aris_sdk-0.1.1.tar.gz.

File metadata

  • Download URL: aris_sdk-0.1.1.tar.gz
  • Upload date:
  • Size: 11.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for aris_sdk-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e63d8ba48f31e3bc876c515116032b58f0e0aad67a9ce06151197c02adfdc7cb
MD5 1622f09f3d653d80f0eaac5944fb9dde
BLAKE2b-256 9ab2eebf4a67ccf53f1835495fc7b392b4579aba11eb63f0ff663c62b81db3f6

See more details on using hashes here.

File details

Details for the file aris_sdk-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: aris_sdk-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 12.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for aris_sdk-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2cbb59a934506c2af079227f0a8cdc9187f0cf90b3132d3c21069a95bdf906cb
MD5 59b17ec11fccdb67b1427dac8d1abe5c
BLAKE2b-256 025ae762b2cddcb4cd753b7d8547859c9085f031f4df9ee7732b92e5867b41b7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page