Open source · agents made easy

Making AI agents easy to use for everyone

Powerful agents are hard to use at their best — and most are locked to whoever built them. Sylliptor, our open-source end-to-end coding agent, makes them easy to use for everyone, on the model you choose.

$pipx install sylliptor-agent-cli
sylliptor — ~/acme-api
$ sylliptor "add OAuth login with tests"
planning
  └ 4 steps · 3 files · est. 40s
⚡ forge mode 3 agents · isolated worktrees
agent·1  src/auth/oauth.ts   +84
agent·2  src/routes/session.ts  +31
agent·3  tests/oauth.test.ts  +52
adjudicating — differential probe
  └ agent·1 selected · 8/8 checks pass
done in 41s  branch ready to merge
 What we do

Powerful agents, made easy — built on tools you can read.

Easy to use

No friction

Sylliptor makes powerful coding agents easy to use for everyone — describe the job in plain language and let the agent plan, build, and verify the work.

Open source

Sylliptor and more

Our coding agent is free and Apache-2.0. Use it, fork it, build on it. No lock-in, no asterisks.

No lock-in

Provider-independent

Most agents work best only with the model that built them. Sylliptor isn't tied to one — bring the model you want and keep your options open.

Compute partner/Xiaomi
 How Sylliptor works

Describe it once. The agent plans, forges, and ships.

01 / describe

Describe

Tell Sylliptor what you want built, in plain language. No prompt gymnastics.

02 / plan

Plan

The planner turns the request into a clear, verifiable set of steps before touching code.

03 / forge

Forge

Parallel agents build on isolated git worktrees; the strongest result is adjudicated and verified before it ever touches your branch.

⚡ power modeOff by default. Turn it on and several candidate agents race the same task in isolated worktrees — then a deterministic kernel picks the winner from real git evidence, diffs, and verification, never the agent's own claims.