Download

promptwithme

The desktop app runs the same server as the command line — it just gives you a real folder picker, remembers your last workspace, and tells you which agent CLIs it can find. Your collaborators still need nothing but the link.

Desktop app

Requires an authenticated claude or codex CLI on the same machine — the app runs it, it does not replace it.

macOS

Apple silicon and Intel, macOS 11 or newer. Ships with the seatbelt sandbox enabled.

promptwith-mac-arm64.dmg · promptwith-mac-x64.dmg

Download for macOS

Windows

Windows 10 and 11, x64 and ARM64. Installer or a single portable executable.

promptwith-setup-x64.exe · promptwith-portable-x64.exe

Download for Windows

Linux

AppImage and .deb. Install bubblewrap first for kernel-level containment.

promptwith-x64.AppImage · promptwith-x64.deb

Download for Linux

Builds are unsigned while the project is young: macOS needs one right-click → Open, Windows shows a SmartScreen prompt the first time.

Or one command

No install, same app in your browser at http://127.0.0.1:4173.

$ npx promptwith

Node.js 20+. Add --port, --host, or --public-url https://your-tunnel.example to invite people outside your network.

What the app can reach

Exactly what the CLI version can: the folder you pick, and nothing above it.

You choose the folder

The picker hands the app one directory. Broad roots and your home folder are rejected before a session can start.

The OS keeps it there

seatbelt on macOS, bubblewrap on Linux. On Windows the agent CLI's own permission rules apply — use a cloud container when you need a hard boundary.

Guests get a chat, not a shell

Everyone with the link can prompt the agent and tick off tasks. Nobody but you can point it at a different folder.