Not every release needs a headline. This one is small on purpose.
One-line install
curl -sSL https://fadelab.net/install | bash
That’s it. The script handles the rest: Python check, pip install, config file, Claude Desktop integration. Should take under a minute on any modern machine.
Before this, getting Phantom running meant reading through a README, running a few commands in the right order, and hoping your environment cooperated. Fine for engineers who enjoy that sort of thing. Not great for everyone else. The installer removes that friction.
Telemetry (the transparent kind)
The install script sends three anonymous events: install started, install completed, or install failed. No machine info, no user info. Just enough to know which platforms are succeeding and which ones aren’t.
Editor’s note (August 13, 2026): “No machine info” is wrong on one point — the install events include your OS and architecture, so we know which platforms succeed and fail. What the post originally described correctly still holds: nothing user-identifying is collected. Install reports also include the Phantom version being installed when known, the chosen extras, and, on failure only, one of six fixed reason codes — never error text or log contents. No audio, file names, or other personal data is sent. Telemetry is on by default; opt out by setting
PHANTOM_NO_TELEMETRY=1for the install command. See the privacy policy for the current details.
Phantom runs on macOS, Linux, and Windows (via WSL). We can’t test every environment. If installs are failing on a particular platform, we want to know. That’s the entire scope of what’s collected.
If you want to read the script before running it: curl -sSL https://fadelab.net/install. No flags, just print it.
Other bits
Updated README links to the docs and changed the contact address to hello@fadelab.net.
That’s v1.2.1. Small, but the install experience matters.