How the Life Savor Runtime Works
The Life Savor agent is a single binary that runs on your machine. It connects to the platform, manages AI models, executes skills, and keeps everything private by default. Here's how it all fits toge…
We're launching this blog to share what we're building, how it works, and what we've learned along the way. Life Savor is a local-first AI platform. Your agent runs on your device — your data stays wi…
The Life Savor agent is a single binary that runs on your machine. It connects to the platform, manages AI models, executes skills, and keeps everything private by default. Here's how it all fits toge…
A skill is the simplest way to extend your Life Savor agent. It's a program that reads a JSON request from stdin, does something useful, and writes a JSON response to stdout. That's it. Let's build on…
The Life Savor platform is built on a component architecture. Everything — from the AI models to the tools your agent uses — is a pluggable component that you can build, publish, and share. Here's wha…
The Life Savor marketplace isn't just a place to find tools — it's a platform where developers earn real money by building components that other users install. Whether you build a simple skill, a fine…
Every message that flows through your Life Savor agent — whether it's going to an AI model, a skill, another agent, or a system event — passes through the PII Interceptor first. It's not optional. It'…
Building components for Life Savor means working with manifests, build pipelines, bridge protocols, and platform APIs. The Developer MCP Server puts all of that directly in your IDE — no context switc…
Before you build your first component, you need a few things set up: a developer account, the CLI tool, a connected GitHub repository, and the GitHub App installed. This guide walks through the comple…