Skip to main content

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)

  1. Genesis (localhost:8001) — full AitherOS pipeline (context, memory, agents)
  2. vLLM (localhost:8120) — direct GPU inference (OpenAI-compatible)
  3. Elysium (cloud) — hosted AitherOS (requires API key)
  4. Ollama (localhost:11434) — local CPU/GPU inference
  5. 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)

Uploaded Source

Built Distribution

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

awnode-0.3.0-py3-none-any.whl (97.0 kB view details)

Uploaded Python 3

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

Hashes for awnode-0.3.0.tar.gz
Algorithm Hash digest
SHA256 cf5725e5ace3a1d3501cadf3ae4ffc7968d628ab30d9f3b79c94a3ad66af5662
MD5 89b136205ffb6d2d0f6b2f392a78620c
BLAKE2b-256 19d092e884ce1c42f02cf85f5cb045685856d6fa6aee14918dfa558feba33714

See more details on using hashes here.

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

Hashes for awnode-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3ad221fde4dfcd6d941633a2b7d9f1d9b64cb6ef2191fb14b9af0e9666388977
MD5 b73fef88b71f973949723792986a625d
BLAKE2b-256 efda75462e63799520979e1629ae436579b6667e519bd7c7681ac219303c2b66

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page