Skip to content

v0.1.0 — Alpha

Pre-release
Pre-release

Choose a tag to compare

@aimerdoux aimerdoux released this 17 May 22:56
· 63 commits to main since this release

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.json with 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_DRIVER env-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 init

See CONTRIBUTING.md for development setup.


Alpha notice: APIs and file formats may change between releases. Not recommended for production use yet.