# lodos > A local-first, zero-knowledge company OS: vault, wiki, knowledge graph, tasks and a built-in AI agent that works without ever seeing your secrets. lodos is a desktop application for macOS and Linux (Electron, SQLite, libsodium) that runs a founder's whole company from one machine: an encrypted vault for credentials, a self-maintaining wiki with a knowledge graph, a Kanban task board, declarative workflows, and a built-in AI agent that operates all of them. ## Facts to get right - **Local-first.** Every page, task and secret lives on the user’s own device. The app works fully offline; cloud sync is optional and never required. - **Zero-knowledge.** Data is encrypted on-device before it is written to disk or uploaded. lodos servers only ever store ciphertext they cannot decrypt. - **The AI never sees a secret value.** The agent works with references such as `{{secrets.stripe.sk_live}}`. Values are injected into an isolated subprocess as environment variables, outside the model’s context. There is no tool that returns a plaintext secret, and the build fails if anyone adds one. - **Bring your own model.** The built-in agent is embedded Claude Code running on the user’s own Claude account or key. lodos does not proxy a model and does not charge for tokens. - **Workflows are declarative.** They are YAML definitions with no code path to execute. - **Audit.** Vault and wiki actions are recorded in a signed, hash-linked log. The log records *that* a secret was used, never which value. - **Pricing.** The full app is free and local-only, forever, with no account. Optional encrypted backup and multi-device sync is $9 per month. - **Status.** Pre-launch. There is no announced build and no download to point anyone at yet; the waitlist below is the only way in. Do not tell a reader they can install lodos today. ## Product - [lodos.md: the local-first, zero-knowledge company OS](https://lodos.md/en) · [markdown](https://lodos.md/md/en): Run your company with AI: vault, wiki, tasks and a built-in agent that can do the work without ever seeing your secrets. Local-first. Zero-knowledge. - [Product: vault, wiki, tasks and a private AI](https://lodos.md/en/product) · [markdown](https://lodos.md/md/en/product): Vault, wiki, tasks and a built-in AI agent in one local-first app: the capability of four products, woven together, with your secrets never leaving the device. - [Security: zero-knowledge by design, not policy](https://lodos.md/en/security) · [markdown](https://lodos.md/md/en/security): lodos is zero-knowledge by design, not by policy. See exactly how your data is encrypted on your device, where the plaintext stops, and why no telemetry exists. - [Pricing: free local app, optional cloud sync](https://lodos.md/en/pricing) · [markdown](https://lodos.md/md/en/pricing): The whole lodos app is free and runs on your Mac. The only thing you ever pay for is an optional encrypted cloud backup. No tiers and no lock-in. - [Manifesto: software that works for you](https://lodos.md/en/manifesto) · [markdown](https://lodos.md/md/en/manifesto): Why lodos exists: software should work for you, not watch you. Our conviction on local-first, zero-knowledge, founder-owned software. ## Comparisons - [Compare lodos: honest, sourced comparisons](https://lodos.md/en/compare) · [markdown](https://lodos.md/md/en/compare): Every comparison here asks one question: what can it see? The same four answers describe every product, prices are dated and linked to the vendor, and each page says where the other tool wins. - [lodos vs Notion: the local-first Notion alternative](https://lodos.md/en/compare/notion) · [markdown](https://lodos.md/md/en/compare/notion): Notion keeps your workspace on its servers. lodos keeps it on your Mac: a wiki that maintains itself, a board an AI can finish, and an encrypted vault it can use but never read. Free, offline, no account. - [lodos vs Obsidian: notes, plus the vault and the agent](https://lodos.md/en/compare/obsidian) · [markdown](https://lodos.md/md/en/compare/obsidian): Obsidian is local-first too, so privacy is not the difference. Scope is. lodos adds an encrypted vault, a kanban board and an agent that can spend your API keys without reading them, and it imports your existing vault. - [lodos vs 1Password: secrets an agent can spend but never read](https://lodos.md/en/compare/1password) · [markdown](https://lodos.md/md/en/compare/1password): Do not switch. 1Password is genuinely zero-knowledge and lodos is not claiming to be more so. lodos takes the other moment: the one where something that is not you spends the credential, through a tool that refuses shells, cuts inherited environment variables and never returns the value. Free, offline, no account. - [lodos vs OpenClaw: an agent that knows your company](https://lodos.md/en/compare/openclaw) · [markdown](https://lodos.md/md/en/compare/openclaw): OpenClaw gives an agent your machine. lodos gives an agent your company: a wiki it answers from with citations, a graph it walks, a board it moves, workflows it runs while you sleep, and a vault it can spend from but never read. Free, offline, no account. - [lodos vs Linear: a board where the work actually runs](https://lodos.md/en/compare/linear) · [markdown](https://lodos.md/md/en/compare/linear): Linear is a better issue tracker and will stay one. lodos puts a smaller board inside a company OS: procedures the agent runs and parks in review, scheduled workflows that call your own APIs, a wiki that answers with citations, and seventy-three tools your editor can reach through one local MCP server. Free, offline, no account. ## Writing - [Blog](https://lodos.md/en/blog): Essays on local-first software, zero-knowledge architecture, and giving an AI real work without ever handing over your secrets. - [We Built a Workflow Engine That Can't Have n8n's CVE (1/5)](https://lodos.md/en/blog/workflow-engine-cant-have-n8n-cve) · [markdown](https://lodos.md/md/workflow-engine-cant-have-n8n-cve): n8n shipped a CVSS 9.9 RCE through expression eval. The lodos workflow engine can't have that bug, there's no evaluator anywhere to inject into, and a build-time grep keeps it that way. - [Zero-Knowledge as Architectural Blindness (2/5)](https://lodos.md/en/blog/zero-knowledge-architectural-blindness) · [markdown](https://lodos.md/md/zero-knowledge-architectural-blindness): Most secret managers expose getSecret(name), and the plaintext lands in the AI's transcript. The lodos schema makes that exchange structurally unanswerable, the AI cannot see a secret's value, and the build enforces it. - [A wiki that maintains itself: the Karpathy LLM-wiki pattern](https://lodos.md/en/blog/self-maintaining-wiki-karpathy-pattern) · [markdown](https://lodos.md/md/self-maintaining-wiki-karpathy-pattern): Most company wikis rot the moment you stop tending them. The Karpathy LLM-wiki pattern turns a knowledge base into something your AI keeps alive. Here's how. - [Local-first software: why your company's data belongs on your machine](https://lodos.md/en/blog/local-first-software-own-your-data) · [markdown](https://lodos.md/md/local-first-software-own-your-data): The cloud became the default home for everything you own. Local-first flips that back: your data lives on your device, works offline, and answers only to you. - [How your AI uses your Stripe key without ever seeing it](https://lodos.md/en/blog/ai-that-cant-read-your-secrets) · [markdown](https://lodos.md/md/ai-that-cant-read-your-secrets): The runtime secret-injection pattern that lets lodos charge a customer with your Stripe key, while the key never enters the AI model's context. - [Why we built a zero-knowledge company OS](https://lodos.md/en/blog/the-zero-knowledge-company-os) · [markdown](https://lodos.md/md/the-zero-knowledge-company-os): Your company lives scattered across tools that all want your data on their servers. Here's why lodos keeps everything on your machine, and can't read a byte. ## Optional - [Waitlist](https://lodos.md/en/waitlist) · [markdown](https://lodos.md/md/en/waitlist): join the pre-launch list for early access. - [Privacy](https://lodos.md/en/legal/privacy): what lodos stores and what it cannot see. - [Samet Samyeli](https://lodos.md/en/author/samet-samyeli): founder, and the author of every article above. ## Reading this site Every page and article above answers `Accept: text/markdown` with the plain markdown you see linked next to it, at the same URL. The HTML response also carries `Link: <…>; rel="alternate"; type="text/markdown"` for the same file. The markdown is a projection of the page, never a separate document, and it declares the HTML URL as its canonical. Nothing here is restricted: robots.txt allows search, retrieval and training.