Skip to content

0.3.2 - 2026-05-07

Latest

Choose a tag to compare

@github-actions github-actions released this 07 May 21:32

Release Notes

Added

  • A --regex flag for the download and parse subcommands that allows users to specify whether the keywords in the keywords JSON files should be interpreted as regular expressions or as whole words to match. By default, keywords are interpreted as whole words to match. (#1 by @Smexykex)

Fixed

  • An issue with the --header flag in the duplicate_files subcommand that did not produce any output when the specified header was different from 'name'.

Changed

  • In bow similarity mode, the duplicate_files subcommand now computes the bag of words of the file content by converting all words to lower case.

Install scyros 0.3.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fxpl/scyros/releases/download/v0.3.2/scyros-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/fxpl/scyros/releases/download/v0.3.2/scyros-installer.ps1 | iex"

Download scyros 0.3.2

File Platform Checksum
scyros-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
scyros-x86_64-apple-darwin.tar.xz Intel macOS checksum
scyros-x86_64-pc-windows-msvc.zip x64 Windows checksum
scyros-x86_64-pc-windows-msvc.msi x64 Windows checksum
scyros-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
scyros-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum