We’re building Ever Works in public. Some things may be incomplete, missing, or broken while we continue improving the platform.We’re building Ever Works in public — expect a few rough edges.
Build & ship · Isolation
When a task starts, the platform cuts a branch and gives that task a checkout of its own. Two agents working on the same Work never share a working tree, never overwrite each other, and never leave half-finished edits behind. When the work is done, the agent opens a pull request against your repository.
The task gets a dedicated branch and an isolated checkout of your repository.
The agent edits, runs commands, and commits inside that workspace only.
Before the pull request, the platform tests the merge and reports conflicts by file name.
A PR opens against your target branch, ready for the review you already do.
Run several tasks on one Work at the same time. Separate checkouts mean separate histories.
You learn which files conflict before a pull request exists, not after review starts.
Changes arrive through your normal review flow, on your normal branches, in your own Git.
Branches and checkouts are removed once the work is merged or abandoned. No orphan branches.
Declare the checks a change must pass. The platform runs them for real — and a red check opens no pull request.
Learn more →Who may merge, when, and into which branches — a setting you resolve at tenant, organization, Work, and Agent level.
Learn more →Watch an agent work in real time. Attach, detach, reconnect — and read back the whole session afterwards.
Learn more →Code and content both live in your own Git, and the platform is open source under AGPLv3 — nothing is locked in.
Learn more →Describe what you want to build. Ever Works researches it, ships it, and keeps it improving — content and code, owned in your own Git.