awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mrjackwills/oxker

Open-source alternatives to Oxker

30 open-source projects similar to mrjackwills/oxker, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Oxker alternative.

  • robertpsoane/duckerrobertpsoane avatar

    robertpsoane/ducker

    836View on GitHub↗
    Rustdeveloper-toolsdockerratatui-rs
    View on GitHub↗836
  • kdash-rs/kdashkdash-rs avatar

    kdash-rs/kdash

    2,488View on GitHub↗

    A simple and fast dashboard for Kubernetes

    Rust
    View on GitHub↗2,488
  • jesseduffield/lazydockerjesseduffield avatar

    jesseduffield/lazydocker

    51,376View on GitHub↗

    Lazydocker is a terminal-based command-line utility that provides an interactive dashboard for monitoring and controlling containerized environments. It functions as a text-based user interface, allowing users to manage containers, images, and volumes directly within a terminal emulator through keyboard-driven navigation. The tool distinguishes itself by replacing manual command-line sequences with a unified workspace that communicates directly with the Docker daemon via the local Unix domain socket. It maintains state synchronization by listening to real-time container events and utilizes co

    Go
    View on GitHub↗51,376
  • nix-community/nurlnix-community avatar

    nix-community/nurl

    749View on GitHub↗

    Generate Nix fetcher calls from URLs maintainer=@figsoda

    Rust
    View on GitHub↗749
  • sarub0b0/kubetuisarub0b0 avatar

    sarub0b0/kubetui

    387View on GitHub↗

    An intuitive Terminal User Interface (TUI) tool for real-time monitoring and exploration of Kubernetes resources

    Rust
    View on GitHub↗387

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • moncho/drymoncho avatar

    moncho/dry

    3,225View on GitHub↗

    Dry is a container lifecycle manager and cluster orchestrator designed to control groups of containers, services, and stacks across multiple nodes. It functions as a resource manager for inspecting and cleaning up images, persistent volumes, and network configurations, while providing a terminal-based dashboard for monitoring system events and resource usage. The project enables the coordination of distributed workloads through service-stack grouping and cluster orchestration. It provides a centralized control plane to synchronize the deployment and scaling of complex application architecture

    Godockerdocker-clidocker-engine
    View on GitHub↗3,225
  • eldara-tech/swarmcliEldara-Tech avatar

    Eldara-Tech/swarmcli

    18View on GitHub↗

    A terminal UI for Docker Swarm that makes cluster state easier to see, understand, and reason about.

    Go
    View on GitHub↗18
  • hcavarsan/kftrayhcavarsan avatar

    hcavarsan/kftray

    1,525View on GitHub↗

    kubectl port-forward manager and reverse tunnel (ngrok-like) for exposing local services publicly, with TLS termination, HTTP traffic inspection, UDP forwarding, multi-hop proxy routing through k8s clusters, stateful config via filesystem or git - GUI and TUI available

    Rust
    View on GitHub↗1,525
  • lirantal/docklylirantal avatar

    lirantal/dockly

    4,019View on GitHub↗

    Dockly is a terminal user interface for managing Docker containers and services through an interactive menu. It functions as a log streamer, a swarm orchestration tool, and a client for managing external container environments. The project allows users to connect to remote Docker daemons via sockets or network ports. It includes the ability to toggle between local container mode and swarm cluster mode to monitor and control services across multiple nodes. The tool provides real-time log streaming in a scrollable interface and supports launching interactive shell sessions directly into runnin

    JavaScript
    View on GitHub↗4,019
  • nix-community/nix-meltnix-community avatar

    nix-community/nix-melt

    307View on GitHub↗

    A ranger-like flake.lock viewer maintainer=@figsoda

    Rust
    View on GitHub↗307
  • shubh-io/dockmateshubh-io avatar

    shubh-io/dockmate

    322View on GitHub↗

    Dockmate: The open-source Docker TUI & Podman manager for terminal productivity. A fast, lightweight alternative to lazydocker built in Go.

    Go
    View on GitHub↗322
  • wagoodman/divewagoodman avatar

    wagoodman/dive

    54,242View on GitHub↗

    Dive is a command-line tool designed for the analysis and optimization of container images. It functions as a layered storage inspector, allowing users to decompose image manifests to examine individual filesystem layers and identify opportunities to reduce total image size. The tool features a filesystem diffing engine that calculates net changes between sequential layers to highlight redundant data and storage inefficiencies. Users interact with this data through a terminal-based dashboard that provides keyboard-driven navigation of complex file structures and layer metadata. By abstracting

    Goclidockerdocker-image
    View on GitHub↗54,242
  • s0rg/decomposes0rg avatar

    s0rg/decompose

    133View on GitHub↗

    Reverse-engineering tool for docker environments

    Go
    View on GitHub↗133
  • nix-community/nix-initnix-community avatar

    nix-community/nix-init

    1,302View on GitHub↗
    Rustcargogonix
    View on GitHub↗1,302
  • christian-korneck/docker-pushrmchristian-korneck avatar

    christian-korneck/docker-pushrm

    152View on GitHub↗

    "Docker Push Readme" - a Docker CLI plugin to update container repo docs

    Go
    View on GitHub↗152
  • durableprogramming/dprsdurableprogramming avatar

    durableprogramming/dprs

    39View on GitHub↗

    DPRS (Docker PRocesS Manager) is a terminal user interface for managing Docker containers and monitoring their logs. Built with a focus on reliability, usability, and efficient container management.

    Rust
    View on GitHub↗39
  • ghostwriters/dockstarterGhostWriters avatar

    GhostWriters/DockSTARTer

    2,560View on GitHub↗

    DockSTARTer helps you get started with running apps in Docker.

    Shelldebiandockerdocker-compose
    View on GitHub↗2,560
  • google/gvisorgoogle avatar

    google/gvisor

    17,748View on GitHub↗

    This project is a secure container runtime that provides strong isolation for application workloads by implementing a userspace kernel. By intercepting system calls and executing them within a memory-safe, restricted environment, it minimizes the attack surface exposed to the host kernel. It functions as a drop-in engine for standard container orchestration platforms, ensuring compatibility with industry-standard runtime specifications while maintaining a hardened execution boundary. The runtime distinguishes itself through its ability to virtualize core system resources, including an indepen

    Gocontainersdockerkernel
    View on GitHub↗17,748
  • jr-k/d4sjr-k avatar

    jr-k/d4s

    97View on GitHub↗

    🍊 A fast, keyboard-driven terminal UI to manage Docker containers, Compose stacks, and Swarm services with the ergonomics of K9s.

    Go
    View on GitHub↗97
  • analysis-tools-dev/static-analysisanalysis-tools-dev avatar

    analysis-tools-dev/static-analysis

    14,389View on GitHub↗

    This project is a comprehensive, curated directory of static analysis, linting, and security scanning utilities. It serves as a central resource for developers to discover, compare, and select tools based on specific programming languages, licensing models, and integration requirements. The directory distinguishes itself by providing deep metadata for each listed utility, including community-driven popularity rankings, maintenance status, and deployment methods. By aggregating these tools into a single searchable index, it enables teams to identify solutions for enforcing coding standards, ma

    Rustanalysisawesome-listcode-quality
    View on GitHub↗14,389
  • anaibol/awesome-serverlessanaibol avatar

    anaibol/awesome-serverless

    7,585View on GitHub↗

    :cloud: A curated list of awesome services, solutions and resources for serverless / nobackend applications.

    View on GitHub↗7,585
  • adamcooke/staytusadamcooke avatar

    adamcooke/staytus

    2,177View on GitHub↗

    💡 An open source solution for publishing the status of your services

    Rubyrailsstatusstatus-site
    View on GitHub↗2,177
  • awinecki/karabiner-elements-profile-switcherawinecki avatar

    awinecki/karabiner-elements-profile-switcher

    33View on GitHub↗

    Handy profile switcher for Karabiner Elements using Alfred Workflows

    Python
    View on GitHub↗33
  • amir20/dtopamir20 avatar

    amir20/dtop

    874View on GitHub↗
    Rust
    View on GitHub↗874
  • asuran/zsh-docker-machineasuran avatar

    asuran/zsh-docker-machine

    3View on GitHub↗

    Docker-machine plugin for oh-my-zsh

    Shell
    View on GitHub↗3
  • aws/aws-lambda-rust-runtimeaws avatar

    aws/aws-lambda-rust-runtime

    3,602View on GitHub↗

    A Rust runtime for AWS Lambda

    Rust
    View on GitHub↗3,602
  • awslabs/aws-sdk-rustawslabs avatar

    awslabs/aws-sdk-rust

    3,326View on GitHub↗

    AWS SDK for the Rust Programming Language

    Rustawsrust
    View on GitHub↗3,326
  • awslabs/eks-node-viewerawslabs avatar

    awslabs/eks-node-viewer

    1,605View on GitHub↗
    Go
    View on GitHub↗1,605
  • azure/azure-sdk-for-rustAzure avatar

    Azure/azure-sdk-for-rust

    878View on GitHub↗

    This repository is for the active development of the Azure SDK for Rust. For consumers of the SDK we recommend visiting Docs.rs and looking up the docs for any of libraries in the SDK.

    Rustazureazure-sdkmicrosoft
    View on GitHub↗878
  • aquasecurity/trivyaquasecurity avatar

    aquasecurity/trivy

    36,462View on GitHub↗

    Trivy is a comprehensive security scanner designed to identify vulnerabilities and misconfigurations across container images, filesystems, and infrastructure as code files. It functions as a software composition analysis tool and an infrastructure security scanner, providing automated checks for CI/CD pipelines and cloud environments to ensure the integrity of the software supply chain. The tool distinguishes itself through a modular, plugin-based architecture that allows for the independent inspection of diverse targets. It utilizes a declarative policy engine to evaluate configurations agai

    Gocontainersdevsecopsdocker
    View on GitHub↗36,462