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: 12 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T17:45:22.000Z (3 months ago)
- Last Synced: 2025-03-31T20:06:12.576Z (19 days ago)
- Topics: build, cd, ci, devops, devsecops, nix
- Language: Nix
- Homepage: https://makes.fluidattacks.tech/
- Size: 3.67 MB
- Stars: 482
- Watchers: 9
- Forks: 45
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- 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)