Skip to main content

Installation

Get QWED up and running in minutes.

Python SDK

pip install qwed

Requirements

  • Python 3.10+
  • Optional: Redis (for caching)

TypeScript SDK

npm install @qwed-ai/sdk
# or
yarn add @qwed-ai/sdk
# or
pnpm add @qwed-ai/sdk

Go SDK

go get github.com/qwed-ai/qwed-go

Rust SDK

# Cargo.toml
[dependencies]
qwed = "1.0"

Full Stack (Self-Hosted)

For running the complete QWED stack locally:

# Clone the repository
git clone https://github.com/QWED-AI/qwed-verification.git
cd qwed-verification

# Start infrastructure (Redis, Prometheus, Grafana, Jaeger)
docker-compose up -d

# Install dependencies
pip install -e .

# Run the API
python -m uvicorn qwed_new.api.main:app --reload

Infrastructure URLs

ServiceURL
APIhttp://localhost:8000
Grafanahttp://localhost:3000
Prometheushttp://localhost:9090
Jaegerhttp://localhost:16686

🏢 Enterprise Support Coming Soon: Managed hosting and dedicated support. Contact rahul@qwedai.com


Next Steps