Skip to content

Releases: seldonrios/LifeOS

v0.3.0

26 Mar 17:55

Choose a tag to compare

🚀 LifeOS v0.2.0 – Voice + Memory + Multi-Device Sync

23 Mar 23:29

Choose a tag to compare

What's new in v0.2.0

  • Full voice interface with custom wake word “Hey LifeOS”
  • Research Assistant, Notes, Weather, and News modules
  • Persistent memory + central Orchestrator with proactive briefings
  • Multi-device sync (laptop ↔ phone ↔ tablet) — 100% local
  • Personality layer that remembers your preferences

Try it in <5 minutes

git clone https://github.com/seldonrios/LifeOS
cd LifeOS
pnpm install
pnpm lifeos voice consent
pnpm lifeos voice start
Say “Hey LifeOS, give me my daily briefing” — it actually knows you.
Star ⭐ if you want personal AI to finally be sovereign.

# LifeOS v0.1.0 Launch Thread Draft

22 Mar 13:48

Choose a tag to compare

1/ I just shipped LifeOS v0.1: a sovereign personal AI node that runs locally and turns goals into executable plans.

lifeos goal "Prepare for board meeting"
-> decomposes into tasks
-> saves to a local Life Graph
-> lifeos tick triggers reminder reactions through the event bus

2/ Core direction:

  • local-first
  • user-owned data
  • event-driven automation
  • pluggable modules

Built with TypeScript, Ollama, and NATS (with in-memory fallback for no-Docker local runs).

3/ Try it in 5 minutes:

git clone https://github.com/seldonrios/LifeOS
cd LifeOS
pnpm install
pnpm lifeos demo

4/ Repo: https://github.com/seldonrios/LifeOS

Contributors welcome for module ecosystem growth (health, finance, calendar, voice).