Interlinked.

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 | sh
Windows (headless)
irm https://interlinkedfiles.com/install.ps1 | iex

Reads your OS and processor, fetches the one binary that fits, and puts it on your PATH. No admin, no choosing.

What it does
  • ifile push ./build: publish it, print the link
  • ifile pull <link>: mirror a share into a folder
  • ifile retract <name>: stop serving it
  • ifile auth login: sign in with no browser on the machine
What it does not

No file search. The search engine is Windows-only and needs the desktop app, so this build shares and pulls, nothing more.

No version history or branches either: those live in the app. This publishes what is on disk right now, which is what a nightly build wants.

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.

Linux x64most servers, most CIifile-linux-x64Linux arm64Graviton, Ampere, ARM cloudifile-linux-arm64macOS Apple siliconevery Mac since 2023ifile-macos-arm64macOS Intelpre-2023 Macsifile-macos-x64Windows x64headless only, see belowifile-windows-x64.exeWindows ARM64headless only, see belowifile-windows-arm64.exe

Machine-readable instructions: /llms.txt

Back to downloads