Command line
One binary. Any server.
Publish a folder from a build server and get a link anyone can open. Pull someone else’s share into a directory. Nothing else installed, no runtime to set up, no desktop needed.
macOS and Linux
curl -fsSL https://interlinkedfiles.com/install.sh | shWindows (headless)
irm https://interlinkedfiles.com/install.ps1 | iexReads your OS and processor, fetches the one binary that fits, and puts it on your PATH. No admin, no choosing.
On a Windows desktop, take the app instead. It installs this CLI as well, plus whole-machine search and the MCP server for your AI tools. The installer here is for a Windows machine with no desktop: a build agent, a container, a server. Download the app
Or download directly
Same files the installer fetches. Make it executable (chmod +x) and put it wherever you keep binaries.
Machine-readable instructions: /llms.txt
Back to downloads