Installation
Install Reconify from Go, releases, or source.
Go install
go install github.com/reconifyhq/reconify/cmd/reconify@latestMake sure your Go binary directory is on PATH.
reconify --versionBuild from source
git clone https://github.com/ReconifyHQ/reconify.git
cd reconify
make build
./reconify --versionThe 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/binRuntime 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.