Skip to content

Overview

A software supply chain framework powered by Nix.

Makes demo

Why

Ever needed to

  • run applications locally to try out your code;
  • execute CI/CD pipelines locally to make sure jobs are being passed;
  • keep execution environments frozen for strict dependency control against supply chain attacks;
  • know the exact dependency tree of your application.

Well, we have!

What

Makes is an open-source, production-ready framework for building CI/CD pipelines and application environments.

It is

Attribute Description
secure Cryptographically signed dependencies for apps and CI/CD pipelines
easy Can be installed with just one command and has dozens of generic CI/CD builtins
fast Supports a distributed and completely granular cache
portable Runs on Docker, VMs, and any Linux-based OS
extensible can be extended to work with any technology