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
- You sign in at app.manifoldone.com.
- The dashboard opens a Connect this machine dialog and mints a short-lived connect-intent token scoped to your account.
- The dialog hands you a personalized
curl … | shone-liner with the token baked in — or, if the desktop app happens to be installed, amanifoldone://connect?token=…deeplink as a convenience. - 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
- Manifoldone.app in
/Applications— the desktop shell with Welcome → Login → Projects → Board → Connect flows, system tray, and native notifications. The app also registers themanifoldone://URI scheme so the dashboard's Connect this machine deeplink lands here. - manifoldone CLI symlinked to
/usr/local/bin/manifoldone— the same binary the desktop app uses, surfaced for power-users + scripting. - Auto-update — the app checks
manifoldone.com/releases/desktop/manifest.jsonon launch and prompts you when a new version ships. Updates are signed; we never apply an unsigned bundle.
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
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.