Reconify Docs

Installation

Install Reconify from Go, releases, or source.

Go install

go install github.com/reconifyhq/reconify/cmd/reconify@latest

Make sure your Go binary directory is on PATH.

reconify --version

Build from source

git clone https://github.com/ReconifyHQ/reconify.git
cd reconify
make build
./reconify --version

The build uses linker flags for version and build time.

Developer commands

make build       # Build CLI binary
make build-all   # Cross-compile
make test        # Run Go tests with race detector and coverage
make lint        # Run golangci-lint when installed
make install     # Install to GOPATH/bin

Runtime 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.

On this page