Download

Peractor, on every screen
the work reaches you on.

Every app here is the whole of Peractor, signed in to one account.
Install the ones that fit how you work.

Editor extension

VS Code and its forks

Start a run, watch it work, and review the result without leaving your editor.

VS Code Marketplace Request access
Open VSX Registry Request access
Desktop app

macOS, Windows & Linux

A dedicated app for watching and steering every run on your computer.

macOS Coming soon
Windows Coming soon
Linux Coming soon
Mobile app

iOS & Android

Start runs, review the work, and approve it from wherever you are.

App Store Coming soon
Google Play Coming soon
Build from source

Available right now, on any platform

Peractor is MIT-licensed, and the hosted product is this same codebase. Clone it and run the whole thing on your own machine — the control plane, the editor extension, the desktop app, and the iOS app on a simulator.

git clone https://github.com/peractor-ai/peractor.git
cd peractor && pnpm install && pnpm build

pnpm start                                    # the control plane on :7878
pnpm --filter @peractor/extension run bundle    # the editor extension
pnpm --filter @peractor/desktop run start       # the desktop app
packages/app/ios/run.sh                       # the iOS app, on a simulator (needs Xcode)