podman-desktop

(★ 7,945)

Podman Desktop is the best free and open source tool to work with Containers and Kubernetes for developers. Get an intuitive and user-friendly interface to effortlessly build, manage, and deploy containers and Kubernetes — all from your desktop.

Showing a partial file list — download the zip above to see everything.

  • .agentready-config.yaml
  • .browserslistrc
  • .clomonitor.yml
  • .editorconfig
  • .electron-builder.config.cjs
  • .electron-vendors.cache.json
  • .flatpak-appdata.xml
  • .flatpak.desktop
  • .gitattributes
  • .gitignore
  • .markdownlint-cli2.yaml
  • .markdownlint.yaml
  • .mcp.json
  • .nvmrc
  • .prettierignore
  • .prettierrc
  • ADOPTERS.md
  • AGENTS.md
  • biome.jsonc
  • CLAUDE.md
  • CODE-GUIDELINES.md
  • CODE-OF-CONDUCT.md
  • codecov.yml
  • commitlint.config.cjs
  • CONTRIBUTING.md
  • CUSTOM_UPDATE_SERVER.md
  • eslint.config.mjs
  • featured.json
  • GOVERNANCE.md
  • LICENSE
  • MAINTAINERS.md
  • package.json
  • playwright.config.ts
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • product.json
  • README.md
  • recommendations.json
  • RELEASE.md
  • SECURITY-INSIGHTS.yml
  • SECURITY.md
  • svelte.config.js
  • tailwind-color-palette.json
  • tailwind.config.cjs
  • telemetry.json
  • USAGE_DATA.md
  • WEBSITE_CONTRIBUTING.md

# Installation Guide

1. Get the code
git clone https://github.com/podman-desktop/podman-desktop

Downloads the entire project code from GitHub to your computer.

cd podman-desktop

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
pnpm install && pnpm watch

Downloads and installs the libraries listed in package.json.

After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation