Introduction

GitOps is an open-source internal developer platform that centralizes secret management, vulnerability tracking, infrastructure state, and CI/CD workflows.

It is designed to help development and operations teams collaborate more efficiently, securely, and at scale.

iOpen Source

GitOps is 100% open source and community-driven. We welcome contributions!

Why GitOps?

Modern development teams face challenges with scattered tools, manual processes, and security risks. GitOps solves this by unifying everything you need in a single platform.

  • Everything in one place
  • Open-source and extensible
  • Built for developers, by developers
  • Secure by default

Who is it for?

GitOps is built for teams of all sizes who want to automate and secure their infrastructure and delivery pipelines.

Developers

Ship code faster with built-in CI/CD and infrastructure management.

DevOps Engineers

Automate infrastructure, manage secrets, and ensure compliance.

Security Teams

Monitor vulnerabilities, manage access, and enforce policies.

Quick Example

Get up and running with GitOps in under 5 minutes.

# Using Docker (recommended)
git clone https://github.com/gitops-io/gitops.git
cd gitops/deploy/docker
cp .env.example .env
docker compose up -d

# Open http://localhost:3000

Need a different installation method? Check our installation guide.