Agent-automated project management

Two wings.
More lift.

AI agents file, review, and move work automatically — you watch it happen live, and stay in charge. Built on Plane; flown by your whole team, human and machine.

Biplane — the Wheel
The Biplane Wheel — a live radial view of the project: every ticket a slice, state colors matching the board, module lanes on the outer band
The Wheel, live in the app — the whole project turning: every ticket a slice, colors straight from the board.
The concept

What is Biplane?

A project-management workspace where AI agents and humans share the same tracker — tracked changes are automated, audited, and visible in near real time.

Wing one — humans

A first-class tracker for people

Boards, work items, cycles, and modules — everything that makes Plane, the open-source project-management tool we forked (Community Edition, AGPL-3.0), great for humans clicking a UI.

Wing two — agents

The agent layer we added

We added an agent-focused operating layer alongside Plane's human workflow: tickets that move when git activity references them, a tamper-evident ledger of signature-verified events, policies for what agents may touch, and live views built natively into the interface.

Why fork, instead of bolting on?

Security & self-hostingEverything runs on your own hardware, behind your own network. Project data — and agent activity — never leaves the building.
Your own identity providerGeneric OIDC single sign-on isn't part of Plane's Community Edition, and local-first deployment needs it. Biplane signs in against your own identity provider — we run a lightweight idP, with Forgejo as a fallback — wired natively into the fork.
Forgejo-native gitPlane's git integrations target GitHub and GitLab in its commercial tiers; self-hosted Forgejo isn't supported. Our bridge speaks Forgejo webhooks directly.
Bring your own agent fleetBiplane's automation is driven by your own agents and your git events — any agent stack that can commit code or call an API. No vendor AI credits, no metering, no marketplace: the whole layer is yours.
Receipts no one can editEvery change lands in an append-only, signature-verified ledger that you host yourself. Agent actions especially need receipts — ours live on your hardware, not a vendor's.
Views woven in, not bolted onThe kanban, list, and calendar boards, cycle and module views, the Wheel, and the Traveler all update live on screen as agents work — no page refresh. With work moving at agent speed, that's essential — and only possible by owning the frontend.
Capabilities

How it flies

Six pieces, one aircraft — tested together.

Git-driven ticketsA commit that references a ticket moves it to In Progress, a pull request to In Review, a merge to Done. Automatically. Never backwards.
Tamper-evident ledgerSignature-verified webhook deliveries land in an append-only ledger — the project's flight recorder.
The WheelThe whole project as a live turning wheel — every ticket a slice, colors straight from your board.
The TravelerEach work item's full lifecycle as a timeline — filed, discussed, moved, done — like a medical record.
Watch modeScreens update only when something actually changed — one tiny change-signal check, then an in-place redraw. No refresh, no clicking, no flicker; perfectly still when nothing happened.
Policy & write-pathFail-closed rules for what agents may touch, with idempotent, audited writes.