https://github.com/fluidattacks/makes
A software supply chain framework powered by Nix.
https://github.com/fluidattacks/makes
build cd ci devops devsecops nix
Last synced: 8 months ago
JSON representation
A software supply chain framework powered by Nix.
- Host: GitHub
- URL: https://github.com/fluidattacks/makes
- Owner: fluidattacks
- License: mit
- Created: 2021-06-21T17:03:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T23:01:25.000Z (9 months ago)
- Last Synced: 2025-04-28T23:43:39.949Z (9 months ago)
- Topics: build, cd, ci, devops, devsecops, nix
- Language: Nix
- Homepage: https://makes.fluidattacks.tech/
- Size: 3.67 MB
- Stars: 482
- Watchers: 9
- Forks: 47
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- best-of-nix - GitHub - 6% open · ⏱️ 30.07.2025) (DevOps)
- awesome-nix - Makes - A Nix-based CI/CD pipeline framework for building, testing, and releasing projects in any language, from anywhere. (DevOps / Discovery)
README
# 🦄 Makes
A CI/CD framework
powered by [Nix](https://nixos.org/).

[](https://bestpractices.coreinfrastructure.org/projects/5703)







[](https://github.com/fluidattacks/makes/)




## 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 |
## Installation
[Installation](https://makes.fluidattacks.tech/getting-started/#installation)
## Documentation
See https://makes.fluidattacks.tech
## Issues
Found a bug?
create a new item
in the project's [issues](https://github.com/fluidattacks/makes/issues)