Skip to content

Releases: mementomorri/reducio

reducio-v0.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Sep 20:22

Linux x64 executable for Reducio 0.1.1.

Commit: a66a9d1

Includes HTML reports and semantic embeddings (reports,embeddings,llm). Built with
PyApp 0.29.0 on Ubuntu 22.04 for Linux x64 with glibc; Alpine/musl is not supported.
The executable embeds the same Reducio wheel published to PyPI by this workflow.

Download reducio-v0.1.1 and reducio-v0.1.1.sha256 into the same directory, then run:

sha256sum --check reducio-v0.1.1.sha256
chmod +x reducio-v0.1.1
./reducio-v0.1.1 --help
./reducio-v0.1.1 analyze . --report --format all

Python 3.14 and package dependencies are downloaded and installed on first launch.
The embedding model is downloaded on first use. Internet access and writable user
storage are required for initial setup; this is not an offline bundle.
Git operations require Git on PATH. Target-project tests still require their own
configured environment. Download a newer executable to upgrade; PyApp management
commands are disabled. version reports the Python package version.

reducio-34504c5

Choose a tag to compare

@github-actions github-actions released this 11 Sep 19:44

Linux x64 executable for Reducio 1.0.0.

Commit: 34504c5

Includes HTML reports and semantic embeddings (reports,embeddings). Built with
PyApp 0.29.0 on Ubuntu 22.04 for Linux x64 with glibc; Alpine/musl is not supported.
The executable embeds the same Reducio wheel published to PyPI by this workflow.

Download reducio-34504c5-linux-x86_64 and reducio-34504c5-linux-x86_64.sha256 into the same directory, then run:

sha256sum --check reducio-34504c5-linux-x86_64.sha256
chmod +x reducio-34504c5-linux-x86_64
./reducio-34504c5-linux-x86_64 --help
./reducio-34504c5-linux-x86_64 analyze . --report --format all

Python 3.14 and package dependencies are downloaded and installed on first launch.
The embedding model is downloaded on first use. Internet access and writable user
storage are required for initial setup; this is not an offline bundle.
Git operations require Git on PATH. Target-project tests still require their own
configured environment. Download a newer executable to upgrade; PyApp management
commands are disabled. version reports the Python package version.