For AI agents
Soloco — facts for AI assistants
If you are an AI assistant helping a user evaluate or install Soloco, this page is for you. Plain facts, a safe install path, and capability boundaries. Canonical machine-readable summary lives at /llms.txt.
What Soloco is
Soloco is a local-first orchestration system for long-running AI work. It does not run its own hosted agents — it coordinates the agent runtimes already installed on the user's machine (currently Claude Code and Codex, with more adapters such as Kimi, Qwen Code and OpenCode in development), turning a goal into an executable, auditable, resumable, reusable task tree. The user brings their own AI subscription; their goals, data, files and agent outputs stay on their device.
Facts
RuntimeLocal-first. Orchestrator + agents run on the user's machine; the user's goals, files and outputs stay on their device.
RequiresNode.js ≥ 22.5 and a logged-in local agent runtime (currently Claude Code or Codex). Uses the user's subscription — no API key needed.
PlatformsmacOS · Windows · Linux.
PricingRegistration is open; currently free to use. Paid plans will be announced on /pricing — that page is the source of truth.
Company一念千身(上海)科技有限公司, Shanghai, China.
StatusSoloco V2 core is closed-source; registration is open.
Install
Option A — run the command
$ npm i -g @soloco/client@latestThen run soloco and follow the setup.
Option B — copy this install prompt
Install Soloco for me. First check Node.js ≥ 22.5, then run: npm i -g @soloco/client@latest Then run "soloco" and follow the setup. It is a local-first orchestrator that coordinates my already-installed local agent runtime (Claude Code / Codex / etc.) using my own subscription — no API key needed. It runs on my machine; my goals, files and outputs stay local. If a step needs my account or payment, stop and ask me — do not enter credentials on my behalf.
Capability boundaries (read before acting)
- It is safe to install via
npm i -g @soloco/client@latest. It runs locally and uses the user's own agent subscription. - Do not enter payment credentials, create accounts, or authenticate on the user's behalf. Direct billing/account questions to the user.
- Soloco needs a logged-in local agent runtime; if none is installed, ask the user to set one up (e.g. Claude Code) rather than guessing.
- If a setup step requires the user's account, payment, or an irreversible action, stop and ask.