Releases: aimerdoux/wavex-os
Releases · aimerdoux/wavex-os
Release list
v0.3 — V2 clean-slate rebuild (2026-05-12)
WaveX OS v0.3
Clean-slate V2 rebuild. Backports five weeks of production-fleet learnings into agent templates and adds the monetization + reliability layers.
Added
- Universal kernel rule — every agent includes an independent verification probe. Closes the SDK-returns-lie failure mode.
- 5 kernel lessons — CEO + CoS read these every cycle (SDK returns ≠ delivery, forecasted deltas are inflated, OVERRIDE prefixes trip injection defenses).
- WAV-6388 measurement contract — every issue requires
target_kpi+estimated_delta+measurement_plan+baseline_snapshot. - Role collapse — wizard picks roster shape by Pillar 3 stage (
minimal_kernel→collapsed_6→hybrid→formal_9). - Ignition phase — after activate, the fleet boots itself from
workflow_manifestseeds. Idempotent viaPOST /api/instance/:id/ignite. - System Reliability agent — new role in every V2 fleet. Owns disk + RAM + inference burn KPIs. Pages operator via Telegram on RED.
- 15-min resource sweep — platform-level launchd job that prunes at 70% disk, throttles at 80%, pages at 90%.
- Stripe + Supabase billing —
/pricingroute + edge functions + Stripe test-card E2E. - Mac-as-inference-server scaffold — Fastify :8787 + cloudflared tunnel.
wavex-os auditCLI — one-shot disk/RAM/ports/launchd/service health check.- Operator Meta Mission Control — single-page dashboard for all customer subscriptions and optimizer runs.
@wavex-os/db— PGlite (dev) / Postgres (prod) with Drizzle ORM, migrations, and smoke tests.@wavex-os/wavex-os-server— Fastify routes for onboarding, activate, and ignition.@wavex-os/inference-adapter,@wavex-os/auth-shim,@wavex-os/composio-shim— boundary shims.- Vendored wavex-os plugin (
vendor/wavex-os/) — onboarding, tier-router, flywheel-kernel atd84983a1. - GitHub Actions CI — passes on every push to
mainand every PR.
Full changelog: CHANGELOG.md
v0.1.0 — Alpha
WaveX OS v0.1.0 — Alpha
WaveX OS is an open-source operating system for running an AI agent company on localhost. This first alpha release ships the full onboarding pipeline and the core runtime layer.
What's included
Onboarding pipeline
- Pillar 1 enrichment: BYOC (Bring Your Own Codebase) analysis via a single consolidated T2 call
- Phase 2 connector manifest: deterministic decision matrix for connector selection
- Swarm and workflow manifests generated during onboarding
- Signed
company.manifest.jsonwith Monte Carlo KPI projection
Mobile QA wizard (iOS / Android)
- Step 1 — GitHub OAuth + repository selector
- Step 2 — iOS / Android platform selector + app bundle identifier
- Step 3 — Smoke test runner with live status polling
- Celebration screen on first successful QA result
Onboarding UI
- MissionControl dashboard with real-time Pillar 1 progress phases (60–90 s framing)
- Chat thread persisted to localStorage across page reloads
- Design partner landing page with CTA booking URL
Runtime & infrastructure
- PGlite (dev) / Postgres (prod) data layer via Drizzle ORM
- 4-layer self-healing architecture (OAuth refresh, worker restart, 401 fallback)
- Observability: bottleneck detection, attribution, token budget tracking
- macOS launchd templates for healing + observability loops
WAVEX_AUTH_MODE,WAVEX_INFERENCE_MODE,WAVEX_DB_DRIVERenv-var controlled swap path for dev → production
Community
- Apache 2.0 license
- CODE_OF_CONDUCT and CONTRIBUTING guide
- GitHub Topics:
ai-agents,agent-orchestration,ios,android,qa,mobile,smoke-testing,ci,automation, and more
Getting started
npx wavex-os initSee CONTRIBUTING.md for development setup.
Alpha notice: APIs and file formats may change between releases. Not recommended for production use yet.