install

Install in one line.
Connect this machine.

Manifoldone runs as a headless background service — the shared TS adapter plus a local Agent Service — on any machine you own. The fastest path is one line in a terminal; the desktop app is an optional convenience on top.

curl -fsSL https://manifoldone.com/install.sh | sh

Runs on headless boxes, CI runners, and your laptop alike. Reads the script first? Read it on the same domain · Source on GitHub

What "Connect this machine" does

  1. You sign in at app.manifoldone.com.
  2. The dashboard opens a Connect this machine dialog and mints a short-lived connect-intent token scoped to your account.
  3. The dialog hands you a personalized curl … | sh one-liner with the token baked in — or, if the desktop app happens to be installed, a manifoldone://connect?token=… deeplink as a convenience.
  4. The installer drops the app + CLI in place and immediately docks this machine to your account — no copy-paste pairing code.

Connect later (headless & CI)

On a headless box or CI runner the same installer runs without a token — it drops the adapter + Agent Service in place and you finish connecting afterwards from the dashboard via the manifoldone dock --code path.

What this installs

Manual download

Prefer to download by hand? Grab the matching bundle from the latest GitHub Release. Drop the .app in /Applications, then on first launch the app will offer to install the CLI symlink for you, and the dashboard's Connect this machine deeplink will dock you in one click.

Linux & Windows

Linux .deb / .rpm / .AppImage ship in v0.6. Windows .msi too. The installer prints a friendly notice on those platforms — you'll build from source until the bundles land.

Uninstall

rm -rf /Applications/Manifoldone.app
rm /usr/local/bin/manifoldone
rm -rf ~/.manifoldone

The installer is unsigned during the v0.5 ramp — macOS will warn you on first launch (System Settings → Privacy & Security → Allow Anyway). Production code-signing lands once the Apple Developer ID is provisioned.