What is the best OpenClaw alternative?
It depends what you liked about it. If you wanted an open, self-hosted agent that can do anything on your machine, nothing else is close and you should stay. If what you actually wanted was an assistant that knows your company, lodos is a different category: a wiki, a graph, a board, workflows and a vault, with an agent that works out of all of them. Narrower agent, far more context.
Can OpenClaw remember my company?
Not in the way you probably mean. It has skills, channels and files, and a very capable agent on top. What it does not have is a knowledge layer: no wiki that answers with citations, no graph to walk, no linter keeping claims from going stale, no board with state, no typed pages so a question about last month retrieves differently from a question about a decision. Context comes from the current conversation and whatever files it reads that minute. That is not a gap in the implementation, it is what an agent runtime is.
Can OpenClaw read my API keys?
Yes, and it is not hiding that. Its documentation says plaintext config still works and that references to a secret manager are opt-in per credential, and it warns that redaction is not a process-isolation boundary. Tools run on the host for the main session unless you enable sandboxing, and plugins load in-process with the same OS privileges as the gateway. For a single trusted operator on their own machine that is a reasonable design. It is simply a different one from a vault, and it is why the company brain has to live somewhere else.
Does lodos run shell commands?
There is no shell tool, and a build check fails the release if one is ever registered. There is exactly one command runner, used to spend a credential without revealing it, and it refuses every shell, interpreter and generic HTTP client as an entry point before it decrypts anything. Enabling a curated external connector also starts a local process. So lodos does spawn processes; what it does not have is a general-purpose shell an agent can reach for.
What can OpenClaw do that lodos cannot?
Run arbitrary commands, browse your filesystem, control a browser, install its own skills and plugins, pair other machines and execute on them, use any model provider including local ones, and connect to twenty-five messaging platforms. It also has a plugin ecosystem lodos deliberately does not: here an extension is a skill, a skill is instructions rather than code, and external tools come from a small catalog decided in a pull request. You lose thousands of community skills and gain an extension system with nothing to audit, because there is nothing that runs.
Is lodos open source?
No, and against an MIT project with a foundation behind it that is a real difference worth weighing. What lodos offers instead is a free app that runs with no account and no network, and guarantees enforced by checks that break the build rather than by policy documents. Those are not the same thing as source you can read, and we are not going to pretend they are.
Is lodos free?
The app is free with no account: vault, wiki, graph, tasks, workflows, twenty-four built-in skills, documents, charts and the built-in agent. The only paid part is encrypted cloud backup at nine dollars a month for the whole install, not per seat. The AI runs on your own Claude account, so we are not reselling you tokens.