Skip to main content

Let your AI agent install the right build.

Reconify publishes release binaries for macOS (Apple Silicon and Intel), Linux (amd64), and Windows (amd64). Pick a release, or build from source with Go.

Install from a release

Find every release on the Reconify releases page.

macOS (Apple Silicon)

macOS (Intel)

Linux (amd64)

Windows (amd64)

Move reconify.exe into a folder on your PATH (for example, a C:\reconify folder you’ve added to your user PATH variable), then confirm it from a new terminal:

Go install

Make sure your Go binary directory is on PATH.

Build from source

The build uses linker flags for version and build time.
ReconifyHQ/reconify
Loading repository data...

Install the agent skills

If you’re driving Reconify from an agent, and most of these docs assume you are, install the skills too:
Reconify is agent-friendly by default: every command emits versioned JSON, and reconify capabilities lets an agent discover what a build supports without you explaining it. The skills go a step further. They’re the guided workflows on top of that (reconify-engine-reconcile, reconify-engine-config, reconify-engine-debug, and the rest), so an agent follows a known-good sequence instead of reconstructing one from the CLI reference each time. Install them before you hand Reconify a real task. See Run it with an agent for the full list.

Where Reconify writes files

Reconify reads local files. Your config controls paths through file_pattern, --left-file, and --right-file. When using the disk index backend, Reconify writes temporary SQLite-backed index files to index.spill_dir or the system temp directory.