plopsDesk beta

Get plopsDesk

Install it on every machine you want to reach, and on every machine you want to reach them from.

Builds are not published on this server yet.
Phases 1 and 2 are complete and tested; the screen-streaming pipeline is still being built. Until a signed release exists, build from source — the commands are below and take about five minutes on a first run.

macOS

Produces a .dmg for Apple Silicon and Intel.

npm run bundle

Windows

Produces an .msi and an .exe installer.

npm run bundle

Linux

Produces a .deb, an .rpm and an .AppImage.

npm run bundle

Building it

Needs Node 20+ and Rust 1.85+. Tauri builds for the machine you run it on.

git clone <this repo>
cd plops-forge/tools/plopsDesk
npm install
npm run bundle

The installer lands in app/src-tauri/target/release/bundle/. Run it, and the app opens its setup wizard — point it at this server, sign in, and it registers itself.