Skip to main content

Decentralized AI Network SDK and Node Infrastructure

Reason this release was yanked:

Security issue. Please use version 0.1.3 or higher for a safer build.

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.2.tar.gz (12.0 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.2-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aris_sdk-0.1.2.tar.gz
  • Upload date:
  • Size: 12.0 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.2.tar.gz
Algorithm Hash digest
SHA256 501e7eac034b46fb8e81e1f4c686a925bdd5b04175df8450dc766b72b5b9f2af
MD5 4ee403d64bf08e541107d446948b47c2
BLAKE2b-256 491270af1e6f67679739ece14bf4525ad30cf97c287638ec88e5fc4f6675823a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aris_sdk-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 13.5 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8f4b0949e94785113d50692d6cc6388913d25a850f37c64cd6fa31842bb435ec
MD5 3e5cb6b9662cf8d7d4bab1bbe5fc82de
BLAKE2b-256 7a7c4bffbe2c333cbe94f796237245a119c0a6c14b68861270e12f7b5661e780

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