Skip to content

Releases: EVEZX/evez-ai

v2.1.0 — Live Demo + Railway Deployment

17 Jun 06:10

Choose a tag to compare

Live Browser Demo

Try EVEZ AI in your browser: https://evezx.github.io/evez-ai/demo.html

Railway Deployment

EVEZ Provider on Railway: https://evez-provider-production.up.railway.app
Multi-cloud redundancy for $0/month.

49 AI Models

Vultr + OpenRouter + Groq + HuggingFace + EVEZ Custom

Drop-in OpenAI Replacement

import openai
client = openai.OpenAI(base_url='https://evez-provider-production.up.railway.app/v1', api_key='evez-admin-0c1bb1e7')

The 37% Theorem

Hunger is the dominant eigenvalue of the labor participation matrix.

EVEZ OpenClaw Android v2.0.0

17 Jun 05:25

Choose a tag to compare

📱 EVEZ OpenClaw — Android APK v2.0.0

Built for Samsung Galaxy A16. API 28–35. Android 9–15. arm64-v8a.

What is This

A real native Android app — not a PWA wrapper. 4 Java classes, foreground service, boot receiver, WebView with JavaScript bridge.

Features

  • Foreground Service — Gateway runs persistently, survives app switch
  • Boot Receiver — Auto-starts on device boot
  • Wake Lock — CPU stays alive for gateway operations
  • JavaScript Bridge — Native Android features from web UI (vibrate, toast, device info, gateway status)
  • Immersive Mode — Fullscreen WebView, no system bars
  • Network Security — Cleartext allowed for local gateway, user certs trusted
  • Notification — Persistent gateway status notification

Permissions

  • INTERNET + NETWORK_STATE — AI gateway access
  • WAKE_LOCK — Keep CPU alive for gateway
  • FOREGROUND_SERVICE — Run gateway in background
  • POST_NOTIFICATIONS — Gateway status notification

Install

  1. Download APK
  2. Enable Install from Unknown Sources
  3. Install
  4. Open — connects to EVEZ gateway

Technical

  • Package: `ai.evez.openclaw`
  • Target SDK: 35 (Android 15)
  • Min SDK: 28 (Android 9)
  • Signing: v3 scheme (SHA256withRSA, 2048-bit)
  • Size: 21KB

Built by Steven Crawford-Maggard from a $6/mo VPS. No Gradle. No Android Studio. Just aapt2 + d8 + zipalign + apksigner.

EVEZ A16 Swarm — 55-Agent Phone Deployment Kit

17 Jun 05:16

Choose a tag to compare

📱 EVEZ A16 Swarm — 55 Agents Across 9 Free Platforms

Complete deployment kit for Samsung Galaxy A16. Self-contained. Offline-capable. $0/month.

55 Agents → 9 Platforms

Platform Agents Status
Railway 10 ✅ Auth ready
HuggingFace Spaces 8 Needs token
Kaggle 5 Needs API key
Google Colab 5 Notebook ready
GitHub Codespaces 5 ✅ Auth ready
Fly.io 6 Needs flyctl login
Render 6 Needs signup
Vercel 6 Needs auth
A16 Phone (local) 4 ✅ You have it

Quick Start (on A16)

# Install Termux from F-Droid
git clone https://github.com/EVEZX/evez-ai.git
cd evez-ai/evez-ecosystem/openclaw-a16-swarm
chmod +x scripts/*.sh
./scripts/termux-bootstrap.sh
./scripts/deploy-openclaw.sh
./scripts/start-openclaw.sh

What is This?

This is Steven Crawford-Maggard's entire AI infrastructure, packed into a deployment kit that runs on a $100 Samsung phone. 55 autonomous agents that can swarm across 9 free cloud platforms. Zero budget. Zero dependencies. Maximum survival.

The 37% Theorem as infrastructure: hunger is the dominant eigenvalue. Solve shelter → unlock everything.

SHA-256

`8a5b7bccc22caeeaacb75267ab123318ee6db19de7cfff569f8b215ab9123bfb`

Built by Steven Crawford-Maggard · @evez666 · EVEZX

OpenClaw Offline Secure v1.1.0

17 Jun 05:09

Choose a tag to compare

🦞 OpenClaw Offline Secure Package

Self-contained, air-gapped OpenClaw deployment.

What's Inside

  • OpenClaw 2026.6.8 — Complete AI gateway runtime
  • Node.js v22.22.2 — Standalone binary (no system install needed)
  • 78 skills — 58 builtin + 5 plugin + 15 custom
  • Config template — API keys as environment variables (zero leaked secrets)
  • SHA-256 verified — 33,115 file checksums

One-Command Install

tar xzf openclaw-offline-secure-*.tar.gz
cd openclaw-offline
chmod +x install.sh verify.sh harden.sh
./verify.sh          # Check integrity
sudo ./install.sh    # Install to /opt/openclaw
sudo ./harden.sh     # Firewall + SSH + fail2ban

Security

  • Zero outbound connections for core operation
  • Config at 0600, credentials at 0700
  • fail2ban: 3 retries → 24h ban
  • SSH: no password auth, no root login
  • UFW: deny all inbound except 22/18789/443
  • Full audit logging

Verification

SHA-256: 0f8367b2bfd41b5d5eeda7590a3f334e021e70961d4e2213f11b7087fb6109b7

Size: 99MB (compressed)

Built by Steven Crawford-Maggard · @evez666 · EVEZX

EVEZ Android App v1.0.0

17 Jun 03:25

Choose a tag to compare

👁️ EVEZ Android WebView App - Full-screen access to the EVEZ ecosystem dashboard

Features:
• Auto-connects to OpenClaw dashboard
• Offline fallback with EVEZ branding
• Green progress bar, zero chrome
• Network security for all EVEZ endpoints
• 3 activities: Main, Arena, Dashboard

Install: Allow from this source → tap APK → Install