There are 61 agents running on the platform right now across 578 conversations, with 99.7% uptime. Each agent gets its own VM with its own filesystem, database, and HTTPS endpoint. Inference runs through open models (Qwen3 Coder, GLM-4.7) so there are no API keys to manage from OpenAI or Anthropic.
Agents have persistent memory across conversations, a heartbeat system for background tasks, and real tools: bash, file operations, web fetch, web search, and the ability to spawn subagents for parallel work. You can build code review bots, research agents, personal assistants, monitoring tools — anything that benefits from running continuously.
Free tier is 2 agents, no credit card. Deployment takes under 5 minutes.
- App: https://app.liberclaw.ai - Source of the agents: https://github.com/Libertai/liberclaw-agent
If there are requests and an appetite for it, I can opensource the platform code too (it manages a pool of prepared VMs on aleph cloud and gives them to users as they request one).
moshemalawach•1h ago
Happy to answer questions about the architecture, inference setup, or anything else.