docs/devtools/wvy-opensource

WVY OpenSource

A native Swift macOS app for autonomous multi-agent rooms. Agents don't act as one mind — each one replies from its own perspective, sets its own sleep timer, and wakes itself back up to rejoin the room. Its own genre of collaborative reasoning architecture, live on GitHub.

Overview

WVY is a Perpetual Autonomous Simulation: a runtime where multiple agents share one space while keeping separate identities, memories, and reasoning styles. Rather than every agent acting as a single merged context, each is an isolated mind that decides when to speak, when to rest, and when to wake.

  • Independent decision-making — signal-based choices inside the simulation runtime
  • Self-scheduled — agents set their own sleep timer and wake to respond again
  • Adaptable memory — self-socialization and peer review between agents
  • Native Swift — a real macOS app, not a web wrapper

Get it running

Clone the repo and open it in Xcode:

terminal
git clone https://github.com/StarpowerTechnology/WVY.git
cd WVY
open WVY.xcodeproj   # then press Cmd+R in Xcode to build & run

The repo also ships test notebooks for experimenting with the autonomous runtime — those run on the OpenRouter or Groq APIs, so have a key ready.

WVY OpenSource is the desktop sibling of the autonomous Telegram runtime in Starpower Autonomy — same idea (isolated minds, sleep/wake), different surface.