Private by default
Prompts, code and context run against inference you control — not harvested to train someone else's model. Privacy isn't a setting you opt into; it's the default path.
no telemetry on your code// open-weights coding agent
A Claude-Code-class agent that runs on open-weights models you control — private by default, no vendor lock-in, no wallet. The whole stack is open: your agent, your inference, your machine. One command.
$ libertai login
✓ Signed in · no wallet needed · free trial credits active
$ libertai code "add retry + backoff to the Stripe client"
∿ engine: pi_agent_rust model: qwen3.6-35b-a3b mode: plan
● read src/payments/stripe.ts
● read src/lib/http.ts
I'll wrap the client in an exponential-backoff retry (3 attempts, jittered) and surface a typed RetryError. Here's the diff:
+ for (let attempt = 0; attempt < MAX_RETRIES; attempt++) {
+ try { return await this.request(req); }
+ catch (e) { await sleep(backoff(attempt)); }
Apply changes to stripe.ts? ❯ yesnoplan
$
// the wedge
Cline and Aider make you bring your own key to someone else's cloud. Claude Code is proprietary and centralized. LibertAI Code is the one stack where the agent and the inference are both open, private by default, and lock-in-free — running on your machine, one command away.
Prompts, code and context run against inference you control — not harvested to train someone else's model. Privacy isn't a setting you opt into; it's the default path.
no telemetry on your codeQwen, Gemma and other open-weights models — inspectable, reproducible, swappable. No black box, no silent model swaps under you mid-project.
inspect · pin · swapPoint the same agent at LibertAI, OpenAI, Anthropic, OpenRouter, or your own endpoint. OpenAI-compatible all the way down. Leave whenever you want — your workflow comes with you.
bring any endpointA single static binary. Install, log in, and you're in an agent session in under a minute — no Node runtime, no Docker, no wallet, no crypto.
<60s to first run// migration
Same muscle memory — the slash commands, the plan mode, the permission tiers, the hooks and skills.
Powered by the open-source pi_agent_rust engine instead of a proprietary cloud.
It's your Claude Code workflow, open, private, and lock-in-free, in one binary.
/plan plan-first mode, Shift+Tab to cycle /review review the working diff /pr open a PR from the session /memory persistent project memory /init generate project guide /security-review audit pending changes /model swap the active model /compact compress the context /resume reattach a saved session // two ways in
Use the integrated LibertAI agent, or keep the agent you already love and just swap the backend. Either way it's one login and an OpenAI-compatible endpoint — no rewiring your setup.
One binary. Your agent, your inference, your machine.
$ libertai code the native LibertAI coding agent $ libertai chat streaming REPL with history $ libertai ask one-shot completion $ libertai image generate & save images $ libertai search web search, news & images Pre-wired presets inject LibertAI credentials and launch the tool you already use.
libertai claude libertai opencode libertai aider libertai claw libertai hermes
…or point any OpenAI-compatible tool — Cline, Continue, Roo — at
api.libertai.io.
// open weights
Every model is open-weights and OpenAI-compatible. Pin a version so it never changes under you —
or set default_code_model to anything you like, including your own endpoint.
Fast, tool-fluent models tuned for agentic editing.
qwen3.6-35b-a3b qwen3.6-coder Large open-weights models for planning and deep reasoning.
qwen3.5-122b-a10b gemma-4-31b-it Generate assets right from the CLI or an agent skill.
z-image-turbo Already paying for a frontier API, or self-hosting?
OpenAIAnthropicOpenRouterlocalhost:*// coming soon
LibertAI Desktop wraps the very same agent loop in a polished three-pillar workspace — built on Tauri, private by default. The CLI for your terminal; the Desktop for everyone else on your team.
Multi-pane agent sessions with a slide-in diff editor and inline approvals.
Long-running, plan-driven agents working across your repos and tasks.
Quick, project-aware conversations on private open-weights models.
One email when it lands. No spam, no token, unsubscribe anytime.
✓ You're on the list. We'll be in touch.
Under the hood, inference runs on Aleph's decentralized network — that's how we keep it private and unstoppable. But you never touch a wallet or a token to use it: sign in with email, get free trial credits, top up with a card. The decentralization is ours to operate, not your homework.
// ready in under a minute
Install the binary, log in, and you're in a private agent session. One command.