lifeos is a personal AI assistant that bridges Telegram to one continuous
Codex-backed conversation.
The Rust daemon is intentionally small: Telegram receives user text, Codex owns
the conversation and actions, and local configuration lives in lifeos.toml.
On a VPS, install from source with:
curl -fsSL https://raw.githubusercontent.com/pmxi/lifeos/main/scripts/install.sh | sudo bash