Releases: LeoTheAIDev/Altiverse
Releases · LeoTheAIDev/Altiverse
v0.1.0 - Initial release
AltiVerse v0.1.0
Fork decisions into living alternate realities.
AltiVerse lets you take any real-world decision and run it forward as multiple parallel simulations. Watch up to 1,000 people with personalities, moods, and relationships react, interact, and slowly pull the worlds apart.
✨ What is AltiVerse?
- Fork one decision into 2–4 alternate timelines
- Run deterministic living simulations (same seed = identical world every time)
- Observe emergent behavior and second-order effects
- Click any person to compare their life across realities
- Generate rich reports with in-character thoughts, divergence analysis, and recommendations
Example Use Cases
- School phone ban → See effects on grades, anxiety, and social skills
- 4-day work week → Impact on productivity and burnout
- 8 vs 12-hour hospital shifts → Staff wellbeing vs patient care
Features
- Fully deterministic simulation engine
- Visual room-based simulation (watch agents move and interact)
- Individual timeline comparison
- Exportable reports (with optional LLM prose)
- Replayable — run the exact same simulation again
Quick start
You need Node.js 18 or newer. Then run one line — it downloads AltiVerse, installs it, boots the app, and pops open your browser:
npx github:LeoTheAIDev/AltiverseThat's the whole install. No clone, no cd, no account, no key, no server — it just opens at http://localhost:5173 (or the next free port). Nothing to run is built ahead of time.
Prefer to clone it? (keeps the repo so you can hack on it)
git clone https://github.com/LeoTheAIDev/Altiverse.git altiverse
cd altiverse
npm install
npm start # boots the app and opens your browser at http://localhost:5173