OpenSource-Hub
DiscoverTrendingCode LibraryCategories
/Devops

Devops

14 open source tools found

T
Developer Tools

traefik

Modern reverse proxy and load balancer with automatic service discovery.

Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy.

Binary: delete the traefik executable. Docker: docker stop && docker rm the container; optionally docker rmi traefik to remove the image.
63.1kChecksum
G
Developer Tools

gitea

A lightweight, self-hosted Git service with built-in CI/CD, easier than GitLab.

A painless self-hosted Git service. Lightweight, cross-platform, and easy to set up.

Delete the Gitea binary and its data directory (default ~/.gitea or custom path) to fully uninstall.
55.6kChecksum

OpenSource-Hub

Quality Open Source Within Reach

Powered by Cloudflare D1 & DeepSeek

Discover

AI ProductivityDev ToolsSystem TuningPrivacyVideo & AudioOffice

Resources

SitemapGitHub Repo

Legal

Privacy PolicyAbout Us

© 2026 OpenSource-Hub

GitHub
G
Developer Tools

gogs

Run your own lightweight GitHub-like service with minimal resources.

A painless self-hosted Git service written in Go. Lightweight, easy to set up, and runs on anything from a Raspberry Pi to a cloud server.

Delete the Gogs directory; database files are inside `data/` — back them up first if needed.
47.5kChecksum
J
Developer Tools

jenkins

A mature, self-hosted CI/CD automation server with 2000+ plugins, ideal for teams needing full control.

Jenkins is the leading open-source automation server for CI/CD, with 2000+ plugins and fully self-hosted control.

If installed via system package manager, use package manager commands (e.g., apt remove jenkins). For Docker, delete container and image. Remember to remove the configuration directory (e.g., ~/.jenkins) to fully clean up.
25.5kChecksum
T
System Optimization

Teleport

One tool to securely access all your servers, K8s clusters, and databases with audit.

Teleport provides connectivity, authentication, access controls and audit for infrastructure. It replaces SSH keys, VPNs, and bastions with certificate-based zero-trust access.

Stop Teleport (`sudo teleport stop` or kill process), delete binary (e.g. `/usr/local/bin/teleport`), config directory (`/etc/teleport.yaml` and `/var/lib/teleport`), and remove systemd unit if present.
20.2k
M
Developer Tools

Meshery

Visual GitOps platform to design, manage, and observe Kubernetes infrastructure across multi-cloud without YAML.

Meshery is the open-source cloud native manager that simplifies Kubernetes and multi-cloud infrastructure design and management, offering visual GitOps and 380+ integrations.

Uninstall depends on the installation method: if using Docker, stop and remove the container (`docker stop meshery && docker rm meshery`); if using Helm, run `helm uninstall meshery -n meshery`; if using a binary package, simply delete the downloaded file.
10.5kChecksum
S
System Optimization

StackStorm (st2)

Event-driven automation platform connecting tools and automating responses to operational events.

Event-driven automation and integration platform that connects services and tools to automate responses to events.

Run the uninstall script or use package manager: sudo apt-get remove st2* / sudo yum remove st2*, then clean up data directories as per docs.
6.5k
F
Developer Tools

Flagsmith

Open-source feature flag tool with remote config & A/B testing, deployable via Docker in under a minute.

Open-source feature flagging and remote configuration platform for safe releases, A/B testing, and granular control. Supports 15+ SDKs and self-hosting.

Stop containers: docker-compose down; optionally remove volumes: docker-compose down -v; delete the downloaded docker-compose.yml file.
6.3k
O
Developer Tools

openship

Deploy apps like magic: zero-config CI/CD, self-hosted, with desktop/CLI/web interfaces.

Openship is a self-hosted deployment platform with built-in CI/CD. It detects your stack, builds, and ships containers—no config files or YAML pipelines needed. Manage domains, SSL, databases, backups, and more from a desktop app, web dashboard, or CLI. Runs on any Linux server or the cloud.

Stop the service with 'openship stop', then remove the installation directory and ~/.openship data. If installed via npm, run 'npm uninstall -g openship'.
5.1kChecksum
O
AI Productivity

opensre

Open-source AI SRE agent framework to automatically investigate incidents on your infrastructure.

OpenSRE is an open-source framework for AI SRE agents that automate production incident investigation and response. It connects 60+ tools, reasons across them to identify root causes, and generates structured reports. Fully self-hosted with a synthetic simulation environment for training agents. Public alpha.

Run 'opensre uninstall' to remove OpenSRE and all local data.
4.9kChecksum
Z
System Optimization

zot

Lightweight, vendor-neutral OCI registry — simpler and faster than Docker Registry.

zot is a production-ready, vendor-neutral OCI image registry. It stores images in OCI format and implements the distribution specification on the wire. Lightweight single-binary, no external dependencies.

Delete the binary and configuration directory. For persistent storage, delete the storage directory manually.
2.2kChecksum
S
System Optimization

shellhub

Remotely SSH into any Linux device without public IP or VPN, with built-in session recording and container support.

Centralized SSH gateway for edge and cloud computing, enabling remote access to Linux devices via web or mobile.

Self-hosted: run 'docker-compose down -v' in project directory. Cloud: simply remove devices from dashboard.
2.0kChecksum
F
Developer Tools

FeatBit

Ship features safely with open-source feature flags, targeting, and experimentation.

Open-source feature flag management for safe rollouts, targeted experiences, and faster innovation.

Run 'docker compose down -v' in the project root to stop and remove all containers and volumes. Delete the featbit folder to fully remove.
1.8k
U
Developer Tools

utask

Declare workflows in YAML, µTask handles async execution, retries, encryption, and a UI dashboard.

µTask is a lightweight automation engine that orchestrates workflows via declarative YAML. It only requires PostgreSQL, encrypts all data, and supports custom Go plugins.

Stop containers with `docker-compose down -v` and delete the utask directory. Note: this removes all local data including the PostgreSQL volume.
1.4kChecksum
Browse All Categories