AwNode
Lightweight local gateway for AitherOS. Bridges your local apps to AI backends.
Install
pip install awnode
# container image:
docker pull ghcr.io/aitherium/awnode:latest
# or full stack:
curl -fsSL https://launch.aitherium.com | bash
Quick Start
# Start with auto-detection (finds Genesis, vLLM, Ollama, or cloud)
awnode start
# Run the published container
docker run --rm -p 8090:8090 ghcr.io/aitherium/awnode:latest
# Force specific backend
awnode start --vllm-url http://localhost:8120
awnode start --cloud
awnode start --local
# Check what's connected
awnode status
# Connect to Elysium cloud
awnode connect aither_sk_live_xxxxx
# Deploy via AitherComet
awnode deploy my-service --target docker --strategy rolling
Backend Priority (auto mode)
- Genesis (localhost:8001) — full AitherOS pipeline (context, memory, agents)
- vLLM (localhost:8120) — direct GPU inference (OpenAI-compatible)
- Elysium (cloud) — hosted AitherOS (requires API key)
- Ollama (localhost:11434) — local CPU/GPU inference
- Standalone — no LLM, tools-only mode
API
GET /health — Health check
GET /status — Backend status (what's connected)
POST /chat — Chat (proxied to best backend)
POST /deploy — Deploy via AitherComet
POST /connect — Register with Elysium
Environment Variables
| Variable | Default | Description |
|---|---|---|
AITHER_URL |
http://localhost:8001 |
Genesis URL |
AITHER_VLLM_URL |
http://localhost:8120 |
vLLM URL |
OLLAMA_HOST |
http://localhost:11434 |
Ollama URL |
AITHER_API_KEY |
API key for cloud/auth | |
AITHERNODE_MODE |
auto |
Force mode: auto/local/cloud/standalone |
AITHERNODE_PORT |
8090 |
Server port |
Release Channels
- PyPI:
pip install awnode - Container:
ghcr.io/aitherium/awnode - Source tags:
awnode-v*
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
awnode-0.3.0.tar.gz
(157.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
awnode-0.3.0-py3-none-any.whl
(97.0 kB
view details)
File details
Details for the file awnode-0.3.0.tar.gz.
File metadata
- Download URL: awnode-0.3.0.tar.gz
- Upload date:
- Size: 157.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf5725e5ace3a1d3501cadf3ae4ffc7968d628ab30d9f3b79c94a3ad66af5662
|
|
| MD5 |
89b136205ffb6d2d0f6b2f392a78620c
|
|
| BLAKE2b-256 |
19d092e884ce1c42f02cf85f5cb045685856d6fa6aee14918dfa558feba33714
|
File details
Details for the file awnode-0.3.0-py3-none-any.whl.
File metadata
- Download URL: awnode-0.3.0-py3-none-any.whl
- Upload date:
- Size: 97.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ad221fde4dfcd6d941633a2b7d9f1d9b64cb6ef2191fb14b9af0e9666388977
|
|
| MD5 |
b73fef88b71f973949723792986a625d
|
|
| BLAKE2b-256 |
efda75462e63799520979e1629ae436579b6667e519bd7c7681ac219303c2b66
|