Installation from sources - SUSE/machinery GitHub Wiki
Get the latest release from the Machinery release page as source archive. Extract the archive and run the machinery executable from the bin sub directory.
Check out the Machinery git repository and run bundle install in the new directory to get the required gems. These gems have dependencies on their own which might need to be installed separately.
git clone https://github.com/SUSE/machinery.git
cd machinery
bundle installand run the machinery executable from the bin sub directory.